aboutsummaryrefslogtreecommitdiff
path: root/textproc/expat/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Retire expat for the following reasons:Akinori MUSHA2002-09-241-44/+0
| | | | | | | | | - Expat version 1.2 is obsolete. - No port depends on it any more. - Some files clash with expat2 which is the mainstream. Notes: svn path=/head/; revision=67086
* BROKEN: Does not buildKris Kennaway2002-09-201-0/+2
| | | | Notes: svn path=/head/; revision=66902
* Release maintainership.Akinori MUSHA2002-06-151-1/+1
| | | | | | | | This version (1.2) of expat is obsolete and should just go away as soon as the dependents (just two in the ports tree) move to expat2. Notes: svn path=/head/; revision=61320
* Define NO_LATEST_LINK.Akinori MUSHA2001-11-061-0/+2
| | | | Notes: svn path=/head/; revision=49690
* Define INSTALLS_SHLIB properly. Hmm.. I thought I'd done that already..Akinori MUSHA2001-03-101-0/+1
| | | | Notes: svn path=/head/; revision=39390
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* D'oh! Back out the previous commit.Akinori MUSHA2000-11-021-3/+1
| | | | | | | | | | I thought I should allow users to pass those variables from command line (make CFLAGS='-O6', etc.), but it wasn't supposed to work anyway. Pointy hat to: knu (Halloween is over, hah!) Notes: svn path=/head/; revision=34583
* Add CC and CFLAGS to MAKE_ARGS.Akinori MUSHA2000-11-021-1/+4
| | | | Notes: svn path=/head/; revision=34581
* Complete _includeinstall for 3-STABLE or older.Akinori MUSHA2000-10-251-1/+0
| | | | Notes: svn path=/head/; revision=34233
* 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-181-13/+20
| | | | | | | | | | | | | | 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-101-0/+6
| | | | | | | | | 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* Initial import of expat, aDirk Froemberg1999-08-261-0/+26
XML 1.0 parser written in C. Notes: svn path=/head/; revision=20990