| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.2.0_1 31 Oct 2014 13:11:59 👁 Revision:371812 👁 Original commit message 👁 files touched by this commit
|
bapt 👁 search for other commits by this committer
|
Update to 0.3.3
Remove ancient unused version |
0.2.0_1 07 Oct 2014 10:03:15 👁 Revision:370285 👁 Original commit message 👁 files touched by this commit
|
bapt 👁 search for other commits by this committer
|
Import libmwaw03
Ensure it does not conflicts with libmwaw |
0.2.0 12 Jun 2014 12:42:49 👁 Revision:357590 👁 Original commit message 👁 files touched by this commit
|
ale 👁 search for other commits by this committer
|
Fix build on 10.x.
Approved by: bapt |
0.2.0 11 Jun 2014 14:40:31 👁 Revision:357484 👁 Original commit message 👁 files touched by this commit
|
bapt 👁 search for other commits by this committer
|
Update to libreoffice 4.2.4
- Speed staging phase by really installing to the stagedir directly
- Rework to use predefined targets for build and install
- Strip binaries
- Remove now unnecessary dependencies on autotools
- Add patches to fix crashes with icu 53.1 |
0.1.11_2 10 Jun 2014 17:14:37 👁 Revision:357352 👁 Original commit message 👁 files touched by this commit
|
bapt 👁 search for other commits by this committer
|
Strip binaries |
0.1.11_2 23 Apr 2014 13:25:17 👁 Revision:351936 👁 Original commit message 👁 files touched by this commit
|
tijl 👁 search for other commits by this committer
|
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above 👁 View all of this commit message ) |
0.1.11_1 31 Mar 2014 22:41:15 👁 Revision:349813 👁 Original commit message 👁 files touched by this commit
|
bapt 👁 search for other commits by this committer
|
Fix build
Reported by: marino |
0.1.11_1 30 Mar 2014 22:10:10 👁 Revision:349687 👁 Original commit message 👁 files touched by this commit
|
bapt 👁 search for other commits by this committer
|
When STL is libc++ use shared pointer from C++11 instead of boost one |
0.1.11_1 25 Feb 2014 18:27:02 👁 Revision:346056 👁 Original commit message 👁 files touched by this commit
|
jkim 👁 search for other commits by this committer
|
Fix plist. |
0.1.11_1 25 Feb 2014 08:00:27 👁 Revision:345923 👁 Original commit message 👁 files touched by this commit
|
bapt 👁 search for other commits by this committer
|
Convert to USES=libtool |
0.1.11 24 Feb 2014 23:00:39 👁 Revision:345906 👁 Original commit message 👁 files touched by this commit
|
jkim 👁 search for other commits by this committer
|
libmwaw contains some import filters for old Macintosh text documents
(MacWrite, ClarisWorks, ... ) and some spreadsheet documents.
WWW: http://libmwaw.sourceforge.net/ |