aboutsummaryrefslogtreecommitdiff
path: root/devel/libPropList
Commit message (Collapse)AuthorAgeFilesLines
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - 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
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - 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
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-05-312-1/+12
| | | | Notes: svn path=/head/; revision=136539
* Don't use autoconf213 for buildingTilman Keskinoz2005-04-242-12/+5
| | | | Notes: svn path=/head/; revision=134067
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=113296
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-2/+2
| | | | | | | | | | | | | | | | | | 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
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+1
| | | | Notes: svn path=/head/; revision=29630
* Fix a bug in my own tmpnam() --> mkstemp() patch.Maxim Sobolev2000-06-121-7/+16
| | | | | | | Reported by: Pascal Hofstee <daeron@shadowmere.student.utwente.nl> Notes: svn path=/head/; revision=29547
* Use mkstemp() instean of insecure tmpname().Maxim Sobolev2000-06-073-0/+56
| | | | Notes: svn path=/head/; revision=29300
* Updates for new shared library versions in GNOME 1.2Ade Lovett2000-06-011-1/+1
| | | | Notes: svn path=/head/; revision=29057
* MAINTAINER change: gljohns@bellsouth.net -> ports@FreeBSD.org.Will Andrews2000-05-251-1/+1
| | | | | | | | | PR: 18814 Submitted by: MAINTAINER Typo by: will Notes: svn path=/head/; revision=28757
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-3/+3
| | | | Notes: svn path=/head/; revision=27452
* Upgrade to 0.10.1.Thomas Gellekum2000-04-032-4/+4
| | | | | | | | PR: 17766 Submitted by: "Maxim Sobolev" <sobomax@altavista.net> Notes: svn path=/head/; revision=27303
* Upgrade to 0.10.0, needed for WindowMaker-0.62.0.Thomas Gellekum2000-03-312-4/+4
| | | | | | | Submitted by: Brian Handy <handy@physics.montana.edu> Notes: svn path=/head/; revision=27186
* Upgrade to 0.9.1.Thomas Gellekum1999-10-064-16/+6
| | | | | | | | PR: 14149 Submitted by: Brain Handy <handy@physics.montana.edu> Notes: svn path=/head/; revision=22197
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Set USE_LIBTOOL=yes.Steve Price1999-05-302-6/+2
| | | | | | | | PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19111
* distfile moved to new directory on MASTER_SITESJacques Vidrine1999-03-121-2/+2
| | | | Notes: svn path=/head/; revision=17143
* Terminate buffer read from file in PLGetProplistWithPath().Bill Fenner1999-02-101-0/+10
| | | | | | | | This fixes the core dumps that many windowmaker apps (at least wmsetbg and WPrefs) were seeing. Notes: svn path=/head/; revision=16596
* Upgrade to 0.8.3, and I remove USE_X_PREFIX.Vanilla I. Shu1999-02-024-28/+17
| | | | | | | | PR: ports/9844 Submitted by: maintainer. Notes: svn path=/head/; revision=16497
* Use ${MASTER_SITE_GNOME}Bill Fenner1999-01-271-3/+3
| | | | Notes: svn path=/head/; revision=16379
* This is a new port of libPropListgnome. Some gnome software usesVanilla I. Shu1998-12-095-0/+51
libPropList for property settings. Window Maker also uses libPropList, as does wdm. However, there seem to be some differences between the two and nevertheless, it would not be good to have future gnome ports depend on Window Maker. I made this port from the libPropList found on the gnome ftp sites; the distribution file is called libPropList-0.7.1gnome, but it builds the library by default as libPropList. This conflicts with the libPropList installed by Window Maker, so I made this port build the library as libPropListgnome. So any future gnome ports that need libPropList should link against libPropListgnome instead. PR: ports/9006 Submitted by: Glenn Johnson <gljohns@bellsouth.net> Notes: svn path=/head/; revision=15215