aboutsummaryrefslogtreecommitdiff
path: root/devel/libPropList
Commit message (Collapse)AuthorAgeFilesLines
* 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