aboutsummaryrefslogtreecommitdiff
path: root/devel/physfs-devel
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update physfs to 1.0.0Oliver Lehmann2004-02-213-4/+5
| | | | Notes: svn path=/head/; revision=101571
* - Support CFLAGS properlyOliver Lehmann2003-09-293-5/+21
| | | | | | | | | | - Do not install useless .la file PR: ports/57352 Submitted By: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89834
* update physfs to 0.1.9Oliver Lehmann2003-09-283-3/+3
| | | | Notes: svn path=/head/; revision=89711
* add 2 missing library linksOliver Lehmann2003-07-291-0/+2
| | | | Notes: svn path=/head/; revision=85873
* Add INSTALLS_SHLIBOliver Lehmann2003-07-291-0/+1
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=85803
* Add physfs, a library to provide abstract access to various archivesOliver Lehmann2003-07-264-0/+46
Notes: svn path=/head/; revision=85630