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