| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
19 Apr 2008 18:56:05
0.5.6_1  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
03 Jan 2008 08:03:30
0.5.6_1
|
sobomax  |
o Add WWW;
o Update pkg-descr/COMMENT to match reality.
Bump PORTREVISION. |
24 Jul 2007 01:39:17
0.5.6
|
sobomax  |
Update to 0.5.6. |
23 Mar 2007 20:39:39
0.5.5.1
|
sobomax  |
Add another MASTER_SITE. |
16 Feb 2007 18:03:32
0.5.5.1
|
sobomax  |
Update to 0.5.5.1. |
16 Feb 2007 08:07:47
0.5.5
|
sobomax  |
Update to 0.5.5. |
22 Jan 2006 21:24:05
0.5.2
|
edwin  |
SHA256ify
Approved by: krion@ |
03 Dec 2005 18:48:34
0.5.2
|
sobomax  |
Take maintainership - apparently the old maintainer doesn't have an interest
in mantaining this port anymore.
PR: 89041 |
03 Dec 2005 18:47:30
0.5.2
|
sobomax  |
Remove parts of description that don't match the reality. |
28 Nov 2005 05:40:44
0.5.2
|
linimon  |
Remove dead URL per distfile survey. |
09 Nov 2005 20:25:32
0.5.2
|
sobomax  |
Update to 0.5.2. |
07 Jul 2005 21:16:22
0.5.1
|
sobomax  |
Update to 0.5.1. |
19 Jun 2005 14:09:49
0.4.9
|
sobomax  |
Update to 0.4.9. |
26 Nov 2004 16:40:30
0.4.7
|
sobomax  |
Update to 0.4.7. |
18 Oct 2004 22:34:53
0.4.5
|
ade  |
Fix bogons:
- binaries were being installed with a host-specific prefix in sbin/
- missing entry in pkg-plist
Both of which caused endless fun and games. |
17 Oct 2004 20:13:49
0.4.5
|
sobomax  |
Add file missed in the previous commit. |
17 Oct 2004 20:13:00
0.4.5
|
sobomax  |
Update to 0.4.5. |
09 Jul 2004 18:43:11
0.3.2_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 |
31 Mar 2004 04:12:58
0.3.2_1
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
0.3.2_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.3.2_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
07 Dec 2003 06:08:37
0.3.2
|
linimon  |
Per redirect response when sending mail to maintainer, update maintainer's
email address. |
03 Nov 2003 01:11:58
0.3.2
|
edwin  |
Fix directory layout, but the file isn't there (yet) |
19 May 2003 18:34:04
0.3.2
|
sobomax  |
Fix aout-ism. |
21 Feb 2003 13:15:09
0.3.2
|
knu  |
De-pkg-comment. |
20 Jan 2003 20:12:52
0.3.2
|
sobomax  |
Update 0.3.2 and provide support for SIP-specific attributes, which is
necessary for SER port to be added later on.
Sponsored by: Porta Software Ltd. |
08 Oct 2000 08:19:09 
|
asami  |
Convert category net to new layout. |
16 Jun 2000 23:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 10:19:52 
|
sobomax  |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 19:59:45 
|
sobomax  |
Third round of INSTALL_SHLIBS=yes fixes. |