summaryrefslogtreecommitdiffstats
path: root/textproc/libxml++
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-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
* Update to 1.0.4bland2004-05-273-3/+4
|
* Add missing directorykris2004-04-151-0/+1
|
* 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.
* Update to 1.0.2bland2004-02-193-4/+16
|
* - Update to 1.0.1bland2004-01-233-18/+5
| | | | | - Change master site SOURCEFORGE -> GNOME - Use lthack
* Update to 1.0.0bland2004-01-184-174/+5
|
* Fix plist entries.bland2003-11-262-1/+4
| | | | Reported by: bento via kris (as a passepartout build error)
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.trevor2003-11-171-0/+1
|
* Update to 0.27.0bland2003-11-124-4/+182
|
* - Update to 0.26.0bland2003-09-253-4/+4
| | | | - Takeover maintainership.
* Update to 0.25.0krion2003-07-213-6/+3
| | | | | PR: 54623 Approved by: fjoe (mentor)
* Fix dependency & Bump PORTREVISION.nork2003-07-111-2/+2
| | | | | PR: ports/54377 Submitted by: Ports Fury
* update textproc/libxml++: 0.23.0 -> 0.24.0daichi2003-07-083-8/+6
| | | | | PR: 54196 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
* PR: 52475foxfair2003-05-224-4/+6
| | | | | | Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> Reviewed by: Kirill Ponomarew <ponomarew@oberon.net> Update libxml++: 0.22 -> 0.23
* Update to version 0.22.0naddy2003-05-013-9/+7
| | | | | PR: 51237 Submitted by: Ports Fury
* upgrade to 0.21.0ijliao2003-02-223-3/+4
|
* De-pkg-comment.knu2003-02-202-1/+1
|
* upgrade to 0.19.0ijliao2003-02-083-3/+4
|
* upgrade to 0.18.0ijliao2003-01-103-5/+9
|
* upgrade to 0.17.0ijliao2003-01-033-7/+9
| | | | | PR: 46311 Submitted by: Ports Fury
* upgrade to 0.16.0ijliao2002-11-213-4/+17
|
* upgrade to 0.15.0ijliao2002-11-203-7/+13
| | | | | PR: 45442 Submitted by: Ports Fury
* On second thoughts, back out the PORTCOMMENT change and add backkris2002-11-062-1/+1
| | | | pkg-comment for now.
* upgrade to 0.14.p2ijliao2002-11-063-3/+3
|
* * Update to 0.14pre1. This also fixes compilation with GCC3.naddy2002-10-243-9/+16
| | | | | | | | PR: 44437 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> * Remove useless gmake dependency. * Don't install .la wrapper file.
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-011-1/+2
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.sobomax2001-08-311-1/+0
|
* upgrade to 0.13ijliao2001-05-212-3/+3
| | | | drop maintainership
* fix include path and make it build againijliao2001-04-261-1/+1
| | | | Noted by: bento's log
* add libxml++, XML API for C++ijliao2001-02-255-0/+42
OpenPOWER on IntegriCloud