aboutsummaryrefslogtreecommitdiff
path: root/textproc/expat2
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Upgrade to 2.0.0 (almost bugfixes from 1.95.8).Jun Kuriyama2006-01-303-6/+19
| | | | | | | - Bump shlib version to 6. Notes: svn path=/head/; revision=154856
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* 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
* - Fix breakage from previous changes, incorrect libtool file was beingPav Lucistnik2005-06-122-5/+1
| | | | | | | | | | | | installed breaking libtool-aware consumers, like php4-xml. Easiest fix is to not install .la file. PR: ports/82020 Submitted by: pav Approved by: maintainer timeout (4 days - acute fix) Notes: svn path=/head/; revision=137330
* Avoid linking with libc.so (for supporting PTHREAD_LIBSJun Kuriyama2005-06-051-0/+0
| | | | | | | | | | correctly on 4-stable). Submitted by: KATO Tsuguru <tkato432@yahoo.com> PR: ports/81730 Notes: svn path=/head/; revision=136827
* Avoid linking with libc.so (for supporting PTHREAD_LIBSJun Kuriyama2005-06-052-12/+5
| | | | | | | | | | correctly on 4-stable). Submitted by: KATO Tsuguru <tkato432@yahoo.com> PR: ports/81730 Notes: svn path=/head/; revision=136826
* Use libtool-1.5 (with required plist fix).Jun Kuriyama2005-04-242-1/+3
| | | | | | | | PR: ports/78291 Submitted by: delphij Notes: svn path=/head/; revision=134042
* Upgrade to 1.95.8.Jun Kuriyama2004-08-043-3/+4
| | | | Notes: svn path=/head/; revision=115386
* 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
* Upgrade to 1.95.7 (shlib major is bumped to 5).Jun Kuriyama2004-03-143-66/+10
| | | | Notes: svn path=/head/; revision=103968
* 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
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* Move declaration of enum XML_Status to more earlier place.Jun Kuriyama2003-02-062-0/+63
| | | | | | | | | | This patch is already included in expat repository and will be removed after next version is released. Pointed out by: Jordanas Kriauciunas <joskis@xxx.lt> Notes: svn path=/head/; revision=74929
* Upgrade to 1.95.6.Jun Kuriyama2003-02-032-2/+2
| | | | Notes: svn path=/head/; revision=74599
* I forgot to bump shlib version.Jun Kuriyama2002-09-171-1/+1
| | | | | | | Spotted by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=66480
* Upgrade to 1.95.5.Jun Kuriyama2002-09-172-2/+2
| | | | | | | | PR: ports/42749 Submitted by: Paul Dlug <paul@aps.org> Notes: svn path=/head/; revision=66466
* Upgrade to 1.95.4 (shlib version bumped).Jun Kuriyama2002-07-212-3/+3
| | | | | | | | | Submitted by: Sandro Tolaini <sandro@focuseek.com> and KATO Tsuguru <tkato@prontomail.com> PR: ports/40682, ports/40798 Notes: svn path=/head/; revision=63296
* Upgrade to 1.95.3.Jun Kuriyama2002-07-067-70/+15
| | | | | | | | PR: ports/39993 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=62513
* Force SHELL MAKE_ENV to be /bin/sh.Maxim Sobolev2002-05-111-1/+2
| | | | | | | Submitted by: Kent Stewart <kstewart@owt.com> Notes: svn path=/head/; revision=58888
* Use bmake instead of gmake - this hopefully resolves dependency deadloopMaxim Sobolev2002-05-105-2/+64
| | | | | | | | | | | (gettext->expat->gmake->gettext->expat->...) occasionally created by yours truly. Reported by: marcus Self kick applied to: sobomax Notes: svn path=/head/; revision=58871
* Upgrade to 1.95.2.Jun Kuriyama2001-11-265-35/+2
| | | | | | | Reminded by: John Angelmo <john@veidit.net> Notes: svn path=/head/; revision=50553
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
| | | | Notes: svn path=/head/; revision=47231
* Fix prototype to reduce warning.Jun Kuriyama2001-03-171-0/+11
| | | | | | | Submitted by: Archie Cobbs <archie@packetdesign.com> Notes: svn path=/head/; revision=39946
* Fix typo (INSTALLS_SHLIBS -> INSTALLS_SHLIB).Jun Kuriyama2001-03-101-1/+1
| | | | | | | Pointed out by: knu Notes: svn path=/head/; revision=39389
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Add MAKE_ARGS to tell libtool to use the specified shlib version.Akinori MUSHA2000-10-261-0/+1
| | | | Notes: svn path=/head/; revision=34259
* Bump SHLIB_MAJOR (and PORTREVISION) not to conflict with expat1.2.Jun Kuriyama2000-10-261-1/+2
| | | | | | | Submitted by: knu Notes: svn path=/head/; revision=34242
* Introduce latest version of expat.Jun Kuriyama2000-10-246-28/+38
| | | | | | | | | | | This development version will be released as 2.0 and maintained on sourceforge. Submitted by: Naoki IDO <ido@hitachi-ms.co.jp> Repo-copied by: PW Notes: svn path=/head/; revision=34165
* Add NOPROFILE=true to MAKE_ARGS so as not to build a profiled library.Akinori MUSHA2000-10-211-1/+1
| | | | | | | Found by: bento Notes: svn path=/head/; revision=34080
* Update to 1.2.Akinori MUSHA2000-10-183-70/+21
| | | | | | | | | | | | | | Add BSD-style Makefiles for building & installation. Use a tarball distribution instead of the zip one which includes redundant Windows binaries. Take over the maintainership. Permitted by: dirk (previous MAINTAINER) Notes: svn path=/head/; revision=33954
* Make this build and install the shared library (libexpat.so) too.Akinori MUSHA2000-08-103-8/+38
| | | | | | | | | External programs/interfaces might want that. Approved by: dirk (MAINTAINER) Notes: svn path=/head/; revision=31475
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27429
* Add WWW:Dirk Froemberg1999-09-021-0/+2
| | | | Notes: svn path=/head/; revision=21205
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* Initial import of expat, aDirk Froemberg1999-08-266-0/+69
XML 1.0 parser written in C. Notes: svn path=/head/; revision=20990