Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.4_1 02 Dec 2014 08:22:12 |
bapt |
Replaced by newer version |
0.0.4_1 07 Oct 2014 10:11:32 |
bapt |
Really ensure it does not conflicts with libetonyek01 |
0.0.4_1 07 Oct 2014 09:47:55 |
bapt |
Import libetonyek01
Ensure it doesn't conflicts with libetonyek |
0.0.4 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
0.0.4 10 Jun 2014 16:07:54 |
bapt |
Strip binaries |
0.0.4 06 May 2014 04:37:46 |
jkim |
Update to 0.0.4. |
0.0.3_3 23 Apr 2014 13:25:17 |
tijl |
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 ) |
0.0.3_2 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
0.0.3_1 25 Feb 2014 18:19:48 |
jkim |
Fix plist. |
0.0.3_1 25 Feb 2014 07:53:49 |
bapt |
Convert to USES=libtool (this fixes some overlinking as well as producing
library names that upstream would expect) |
0.0.3 24 Feb 2014 22:53:20 |
jkim |
Libetonyek is library providing ability to interpret and import
Apple Keynote presentations into various applications.
WWW: http://www.freedesktop.org/wiki/Software/libetonyek |