| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Sep 2011 22:26:39
0.19_1
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
19 Mar 2011 12:38:54
0.19_1
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
0.19_1
|
ade  |
Sync to new bsd.autotools.mk |
21 Apr 2010 01:36:00
0.19_1
|
wxs  |
Fix breakage after jack update.
Noticed by: pav@ (via pointyhat)
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> |
22 Aug 2009 00:13:27
0.19  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
02 Aug 2009 19:36:34
0.19
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
20 Mar 2009 23:01:00
0.19
|
miwi  |
- Update to version 0.19
PR: 132737
Submitted by: Ports Fury |
02 Feb 2009 23:44:01
0.17_3
|
linimon  |
Reset dyeske@gmail.com at his request.
Hat: portmgr |
06 Jun 2008 13:07:20
0.17_3
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
21 Mar 2008 19:51:42
0.17_2
|
beech  |
- Remove USE_X_PREFIX
- Use SF macro
- Bump portrevision
Approved by: David Yeske <dyeske@gmail.com> (maintainer, implicit) |
05 Jul 2007 23:39:06
0.17_1
|
edwin  |
dyeske at yahoo dot com -> dyeske at gmail dot com |
19 May 2007 20:32:57
0.17_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
05 Jan 2007 08:02:23
0.17
|
miwi  |
- Update to 0.17
PR: ports/106448
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Approved by: maintainer timeout |
03 May 2006 05:14:35
0.9_1
|
edwin  |
Remove USE_REINPLACE from ports in categories starting with A. |
23 Feb 2006 10:40:45
0.9_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:13:12
0.9
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
0.9
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
09 Jul 2004 17:43:11
0.9
|
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 |
04 Jun 2004 17:29:38
0.9
|
ade  |
Sync with new bsd.autotools.mk |
08 Apr 2004 12:23:50
0.9
|
krion  |
- Fix build on 4-x
PR: ports/65319
Submitted by: michael johnson <ahze@ahze.net> |
07 Apr 2004 21:45:33
0.9
|
arved  |
Add xmms-jack, a Output plugin for the JACK sound server
PR: 64287
Submitted by: David Yeske <dyeske@yahoo.com> |