aboutsummaryrefslogtreecommitdiff
path: root/devel/shapelib
Commit message (Collapse)AuthorAgeFilesLines
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170639
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Conversion to a single libtool environment.Ade Lovett2006-02-233-42/+52
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* 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
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-05-311-1/+1
| | | | Notes: svn path=/head/; revision=136553
* Fix download URLVolker Stolz2005-02-161-1/+1
| | | | Notes: svn path=/head/; revision=129028
* - Chase download locationPav Lucistnik2004-07-051-1/+1
| | | | Notes: svn path=/head/; revision=112986
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-3/+1
| | | | Notes: svn path=/head/; revision=110841
* - Fix WWW: lineKirill Ponomarev2004-05-291-1/+1
| | | | | | | Reminded by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=110307
* - Fix MASTER_SITESKirill Ponomarev2004-05-161-1/+1
| | | | | | | | PR: ports/66693 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=109265
* 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
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Upgrade to 1.2.10.Vanilla I. Shu2003-10-073-9/+24
| | | | Notes: svn path=/head/; revision=90488
* libtool uber-patchAde Lovett2003-06-262-28/+14
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Reset undeliverable maintainer addresses to ports@FreeBSD.orgKris Kennaway2002-11-181-1/+1
| | | | Notes: svn path=/head/; revision=70365
* WWW tag should contain only a valid URI. Rewrite tag appropriatlyMario Sergio Fujikawa Ferreira2001-11-201-1/+3
| | | | Notes: svn path=/head/; revision=50299
* USE_LIBTOOL -> BUILD_DEPENDS=libtool:... just as I had it the first timeWill Andrews2001-06-111-1/+2
| | | | | | | around. This fixes the breakage introduced in rev 1.2. Notes: svn path=/head/; revision=43794
* Replace explicit build dependency on libtool with USE_LIBTOOL knobAde Lovett2001-05-311-2/+1
| | | | Notes: svn path=/head/; revision=43367
* - Respect CFLAGS;Maxim Sobolev2001-05-313-23/+31
| | | | | | | | - don't install .la file - it doesn't serve any purpose; - sort PLIST. Notes: svn path=/head/; revision=43344
* Add shapelib 1.2.8, a C API for reading and writing ArcView Shapefiles.Will Andrews2001-05-206-0/+106
PR: 26929 Submitted by: Randall Hopper <aa8vb@nc.rr.com> Notes: svn path=/head/; revision=42771