aboutsummaryrefslogtreecommitdiff
path: root/devel/xparam
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for FreeBSD 5.x and the associated (and unnecessarilyGerald Pfeifer2008-07-271-7/+1
| | | | | | | restrictive) USE_GCC=3.3. Notes: svn path=/head/; revision=217655
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170639
* Unbreak on parts of 5.x with better use of libtool and gcc-3.3, withoutAde Lovett2006-03-051-3/+3
| | | | | | | | | | | affecting the build on newer 6.x systems. PR: 94071 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156970
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* BROKEN: Still has internal compiler errors on 5.xKris Kennaway2006-01-201-1/+7
| | | | Notes: svn path=/head/; revision=153933
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* Now buildable againKris Kennaway2005-10-111-7/+1
| | | | Notes: svn path=/head/; revision=144901
* BROKEN on 5.x: Does not compile with gcc 3.4.2Kris Kennaway2004-08-161-1/+7
| | | | Notes: svn path=/head/; revision=116340
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+0
| | | | Notes: svn path=/head/; revision=106671
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* libtool uber-patchAde Lovett2003-06-261-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) Notes: svn path=/head/; revision=83696
* Update to 1.22Sergey A. Osokin2003-06-103-2/+3
| | | | | | | | | Submitted by: KATO Tsuguru <tkato@prontomail.com> PR: 53100 Approved by: fjoe (implicit) Notes: svn path=/head/; revision=82651
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* upgrade to 1.21Ying-Chieh Liao2003-01-038-14/+96
| | | | | | | | PR: 46587 Submitted by: Ports Fury Notes: svn path=/head/; revision=72462
* Fix build on -CURRENT.Christian Weisgerber2002-12-221-0/+14
| | | | Notes: svn path=/head/; revision=71807
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-251-1/+2
| | | | | | | | PR: 39842 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61964
* Fix build dependency (${PORTNAME} -> ${PORTSDIR}).Dirk Froemberg2002-04-011-1/+1
| | | | | | | Found by: portsdb -Uu Notes: svn path=/head/; revision=57123
* Update to 1.11Patrick Li2002-03-312-3/+4
| | | | | | | | PR: 36579 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=57080
* add xparam 1.1Ying-Chieh Liao2001-12-235-0/+109
A general-purpose tool for parameter handling in C++ Notes: svn path=/head/; revision=52044