CVS log for ports/devel/shapelib/Makefile
Up to [FreeBSD] / ports / devel / shapelib
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Jan 7 17:44:57 2012 UTC (4 weeks, 6 days ago) by sunpoet
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +26 -20 lines
- Update to 1.3.0b3 Changes: 2011-07-24: - shpopen.c, dbfopen.c, shptree.c, shapefil.h: Minimize use of CPL services in favor of SAHooks.Error(). - Makefile: Remove all the shared library building stuff, it is just too half assed, and results in all sorts of bug reports and complaints. Instead just install a static libshp.a. 2011-07-23: - Makefile: build shpdumptree as part of all target (#1648). - shpopen.c: fix memory leaks in error cases (#2061) - contrib/*.c: Include stdlib.h and strings.h (#2146) - shpdump.c: change to use %.15g for coordinate reporting. (#2277) 2011-05-13: - dbfopen.c, shapelib.h: Add functions to reorder and alter field definitions. DBFReorderFields() and DBFAlterFields(). 2011-05-07: - dbfopen.c: Ensure pending record is flushed when adding a native field (gdal #4073). 2011-04-16: - shapefil.h: avoid warnings with SHP_CVSID on gcc. 2010-12-06: - dbfopen.c: fix read past end of init data fetching code page http://bugzilla.maptools.org/show_bug.cgi?id=2276 2010-07-01: - shpopen.c: do not error out on a shape with zero vertices. - shpdump.c: do not crash if null shape returned by read object. 2010-06-29: - shptree.c: fix sign of Z and M comparisons in SHPCheckObjectContained. (http://bugzilla.maptools.org/show_bug.cgi?id=2223)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Aug 16 08:07:40 2011 UTC (5 months, 3 weeks ago) by sunpoet
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +7 -7 lines
- Change OPTIONS: PROJ4 -> PROJ
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:31:27 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Oct 1 01:14:17 2010 UTC (16 months, 1 week ago) by sunpoet
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
- Use LOCAL/sunpoet as backup MASTER_SITES Approved by: pgollucci (mentor)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Sep 22 17:10:22 2010 UTC (16 months, 2 weeks ago) by sunpoet
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
- Update MAINTAINER to my FreeBSD.org address Approved by: pgollucci (mentor)
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri May 7 06:06:53 2010 UTC (21 months ago) by wen
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +21 -11 lines
- Update to 1.3.0b2 - Add category: geography - Add option: DEBUG - Simplify patches - Sort pkg-plist PR: ports/146200 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Dec 25 06:15:20 2009 UTC (2 years, 1 month ago) by wen
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
- Update to 1.3.0b1 PR: ports/141953 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Nov 27 23:17:36 2009 UTC (2 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
- Chase graphics/proj shlib bump
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Nov 22 19:49:34 2009 UTC (2 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0 lines
- Mark MAKE_JOBS_UNSAFE Reported by: pointyhat
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Sep 9 11:14:17 2009 UTC (2 years, 5 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +7 -4 lines
- Update to 1.3.0a2 PR: 138558 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:33:35 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22. -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Feb 25 09:36:31 2008 UTC (3 years, 11 months ago) by chinsan
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +35 -10 lines
- Pass maintainership to submitter - Make use of shapelib utils PR: ports/120300 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at IRIS dot sunpoet dot net>
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Aug 14 22:55:16 2006 UTC (5 years, 5 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
- s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu May 4 21:41:06 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +0 -1 lines
Remove USE_REINPLACE from all categories starting with D
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:36:15 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +8 -8 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:49:03 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present 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.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue May 31 19:00:51 2005 UTC (6 years, 8 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
change the libtool version to use from 1.3 to 1.5
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Feb 16 14:31:02 2005 UTC (6 years, 11 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Fix download URL
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jul 5 19:36:37 2004 UTC (7 years, 7 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
- Chase download location
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jun 4 17:29:16 2004 UTC (7 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -3 lines
Sync with new bsd.autotools.mk
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun May 16 16:26:10 2004 UTC (7 years, 8 months ago) by krion
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
- Fix MASTER_SITES PR: ports/66693 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:25 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...
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.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Oct 7 04:33:13 2003 UTC (8 years, 4 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Upgrade to 1.2.10.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jun 26 22:58:25 2003 UTC (8 years, 7 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -2 lines
libtool uber-patch * 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)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Feb 20 17:07:06 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
De-pkg-comment.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 18 03:48:08 2002 UTC (9 years, 2 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Reset undeliverable maintainer addresses to ports@FreeBSD.org
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jun 11 03:22:06 2001 UTC (10 years, 8 months ago) by will
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2 lines
USE_LIBTOOL -> BUILD_DEPENDS=libtool:... just as I had it the first time around. This fixes the breakage introduced in rev 1.2.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 31 22:44:43 2001 UTC (10 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
Replace explicit build dependency on libtool with USE_LIBTOOL knob
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu May 31 10:25:37 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -5 lines
- Respect CFLAGS; - don't install .la file - it doesn't serve any purpose; - sort PLIST.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun May 20 02:22:23 2001 UTC (10 years, 8 months ago) by will
Branches: MAIN
Add shapelib 1.2.8, a C API for reading and writing ArcView Shapefiles. PR: 26929 Submitted by: Randall Hopper <aa8vb@nc.rr.com>
