| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
20 Aug 2008 01:57:32
1.2.7
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
20 Mar 2008 09:23:28
1.2.7
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
19 Feb 2008 01:24:35
1.2.7
|
db  |
- Update to 1.2.7 |
30 Sep 2007 05:47:37
1.2.6.1_1
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
08 Sep 2007 01:53:15
1.2.6.1
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
25 Feb 2007 02:39:38
1.2.6.1
|
db  |
- update to 1.2.6.1
- make objformat obsolete
- configure.ac patch no longer needed as I fixed it upstream
Pointy hat to: kris
Approved by: ehaupt (mentor) |
19 Jan 2007 18:14:20
1.2.6
|
db  |
Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.
Approved by: ehaupt (mentor) |
26 Dec 2006 20:38:39
1.2.6
|
itetcu  |
Update to 1.2.6
PR: 107212
Submitted by: Diane Bruce (maintainer) |
01 May 2006 04:31:18
1.2.5
|
mnag  |
- Update to 1.2.5
- Take MAINTAINER
- Use OPTIONS
PR: 96025
Submitted by: Diane Bruce <db___db.net> |
23 Feb 2006 10:40:45
1.2.2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:22:09
1.2.2
|
edwin  |
SHA256ify
Approved by: krion@ |
21 Jan 2006 17:37:14
1.2.2
|
krion  |
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6] (Only the first 15 lines of the commit message are shown above ) |
27 Nov 2005 04:17:17
1.2.2
|
linimon  |
With portmgr hat on, reset inactive maintainer. There have been several
maintainer-timeouts. |
15 Nov 2005 06:52:12
1.2.2
|
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. |
05 Nov 2004 18:51:23
1.2.2
|
pav  |
- Update to 1.2.2
PR: ports/72982
Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer) |
09 Jul 2004 18:43:11
1.2.0
|
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 |
20 Apr 2004 13:31:51
1.2.0
|
pav  |
- Update to 1.2.0
PR: ports/63013, ports/65758
Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
Carl Makin <carl@stagecraft.cx> |
31 Mar 2004 04:12:58
1.1.4_1
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
1.1.4_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. |
18 Aug 2003 17:15:11
1.1.4_1
|
nork  |
o Main modification
graphics/gd(based on 1.8.4) -> graphics/gd1
graphics/gd2(based on 2.0.15) -> graphics/gd
graphics/p5-GD(based on 1.41) -> graphics/p5-GD1
graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
japanese/gd -> japanese/gd1
japanese/gd2 -> japanese/gd
o Include some feature
WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]
PR: ports/54540
Submitted by: Ports Fury
Approved by: maintainer (blanket)
Reported by: bento via kris [1] |
11 Jul 2003 19:16:14
1.1.4
|
nork  |
o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries
(to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).
PR: ports/54100
Submitted by: Ports Fury |
16 May 2003 13:19:28
1.1.4
|
patrick  |
Add hamlib 1.1.4,
shared libraries for Amateur Radio Equipment
Control Applications.
PR: 51638
Submitted by: Sebastian Yepes <esn@x123.info> |