aboutsummaryrefslogtreecommitdiffstats
path: root/devel/xparam
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN: Still has internal compiler errors on 5.xkris2006-01-201-1/+7
|
* - Add some SHA256 checksumspav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* Now buildable againkris2005-10-111-7/+1
|
* BROKEN on 5.x: Does not compile with gcc 3.4.2kris2004-08-161-1/+7
|
* Tidy up whitespace.trevor2004-04-111-1/+0
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+1
|
* libtool uber-patchade2003-06-271-2/+1
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Update to 1.22osa2003-06-103-2/+3
| | | | | | Submitted by: KATO Tsuguru <tkato@prontomail.com> PR: 53100 Approved by: fjoe (implicit)
* De-pkg-comment.knu2003-02-212-1/+1
|
* upgrade to 1.21ijliao2003-01-048-14/+96
| | | | | PR: 46587 Submitted by: Ports Fury
* Fix build on -CURRENT.naddy2002-12-231-0/+14
|
* Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-072-2/+1
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-261-1/+2
| | | | | PR: 39842 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Fix build dependency (${PORTNAME} -> ${PORTSDIR}).dirk2002-04-011-1/+1
| | | | Found by: portsdb -Uu
* Update to 1.11pat2002-04-012-3/+4
| | | | | PR: 36579 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* add xparam 1.1ijliao2001-12-235-0/+109
A general-purpose tool for parameter handling in C++