| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
08 May 2005 23:33:26
0.0.3_1
|
vanilla  |
remove x11-toolkits/gevas, it's unmaintain ports, and out of date. |
09 Jul 2004 17:43:11
0.0.3_1
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
14 Mar 2004 06:17:56
0.0.3_1
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
04 Feb 2004 05:10:27
0.0.3_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
29 Jan 2004 16:13:06
0.0.3
|
trevor  |
SIZEify. |
20 Apr 2003 19:54:06
0.0.3
|
marcus  |
Remove USE_GNOMENG. |
20 Feb 2003 19:20:28
0.0.3
|
knu  |
De-pkg-comment. |
02 Sep 2002 03:58:24
0.0.3
|
lioux  |
Deploy USE_GNOMENG infrastructure
PR: 42309
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
26 Jun 2002 19:12:28
0.0.3
|
pat  |
strip -> ${STRIP_CMD}
PR: 39795
Submitted by: Scott Flatman <sf@dsinw.com> |
04 Jun 2002 01:38:45
0.0.3
|
petef  |
Reset maintainership to ports@. Thanks for your work on these, Jeremy!
PR: 38874
Submitted by: Jeremy Norris <ishmael@mchsi.com> (previous maintainer) |
28 Jan 2002 02:08:14 
|
pat  |
- Change maintainer's email address - Update MASTER_SITES - Bump shlib
version for x11-toolkits/gevas |
30 Apr 2001 16:52:06 
|
kevlo  |
- Upgrade graphics/evas to 0.5.0 - Bump library version to x11-toolkits/gevas
|
03 Apr 2001 22:15:52 
|
mharo  |
Remove empty file |
03 Apr 2001 06:29:02 
|
mharo  |
Upgrade port x11-toolkits/gevas to version 0.0.3 |
22 Mar 2001 15:54:47 
|
okazaki  |
Add INSTALLS_SHLIB line. |
19 Mar 2001 16:22:35 
|
vanilla  |
Gevas are GTK+ bindings to evas canvas library, modeled after GnomeCanvas
library. |