aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libPropList
Commit message (Collapse)AuthorAgeFilesLines
* - 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.
* change the libtool version to use from 1.3 to 1.5oliver2005-06-012-1/+12
|
* Don't use autoconf213 for buildingarved2005-04-242-12/+5
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* SIZEify.trevor2004-01-291-0/+1
|
* Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-291-1/+1
| | | | | these great pieces of software, so that let others with more free time to take over them.
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-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
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-2/+1
|
* Fix a bug in my own tmpnam() --> mkstemp() patch.sobomax2000-06-131-7/+16
| | | | Reported by: Pascal Hofstee <daeron@shadowmere.student.utwente.nl>
* Use mkstemp() instean of insecure tmpname().sobomax2000-06-073-0/+56
|
* Updates for new shared library versions in GNOME 1.2ade2000-06-021-1/+1
|
* MAINTAINER change: gljohns@bellsouth.net -> ports@FreeBSD.org.will2000-05-261-1/+1
| | | | | | PR: 18814 Submitted by: MAINTAINER Typo by: will
* PORTNAME/PORTVERSION updatemharo2000-04-121-3/+3
|
* Upgrade to 0.10.1.tg2000-04-032-4/+4
| | | | | PR: 17766 Submitted by: "Maxim Sobolev" <sobomax@altavista.net>
* Upgrade to 0.10.0, needed for WindowMaker-0.62.0.tg2000-03-312-4/+4
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* Upgrade to 0.9.1.tg1999-10-064-16/+6
| | | | | PR: 14149 Submitted by: Brain Handy <handy@physics.montana.edu>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Set USE_LIBTOOL=yes.steve1999-05-302-6/+2
| | | | | PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* distfile moved to new directory on MASTER_SITESnectar1999-03-121-2/+2
|
* Terminate buffer read from file in PLGetProplistWithPath().fenner1999-02-111-0/+10
| | | | | This fixes the core dumps that many windowmaker apps (at least wmsetbg and WPrefs) were seeing.
* Upgrade to 0.8.3, and I remove USE_X_PREFIX.vanilla1999-02-024-28/+17
| | | | | PR: ports/9844 Submitted by: maintainer.
* Use ${MASTER_SITE_GNOME}fenner1999-01-271-3/+3
|
* This is a new port of libPropListgnome. Some gnome software usesvanilla1998-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>