Index: ports/graphics/gdal/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gdal/Makefile,v --- ports/graphics/gdal/Makefile 1.2 +++ ports/graphics/gdal/Makefile @@ -9,1 +9,1 @@ -PORTVERSION= 1.1.5 --- +PORTVERSION= 1.1.7 @@ -13,1 +13,1 @@ -MAINTAINER= aa8vb@nc.rr.com --- +MAINTAINER= ports@FreeBSD.org @@ -15,3 +15,1 @@ -BROKEN= "Incorrect checksum" - -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ --- +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ Index: ports/graphics/gdal/distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/gdal/distinfo,v --- ports/graphics/gdal/distinfo 1.1 +++ ports/graphics/gdal/distinfo @@ -1,1 +1,1 @@ -MD5 (gdal-1.1.5.tar.gz) = ec8014270a7202b5584970ccd6dbab98 --- +MD5 (gdal-1.1.7.tar.gz) = 6f2b5e30c8d2b18f7f10458e5aaea723 Index: ports/graphics/gdal/pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/gdal/pkg-plist,v --- ports/graphics/gdal/pkg-plist 1.1 +++ ports/graphics/gdal/pkg-plist @@ -1,2 +1,1 @@ -bin/ogr2ogr -bin/ogrinfo --- +bin/gdaladdo @@ -5,1 +4,0 @@ -bin/gdaladdo @@ -7,0 +5,3 @@ +bin/ogr2ogr +bin/ogrinfo +bin/ogrtindex @@ -51,0 +52,1 @@ +share/gdal/stateplane.txt Index: ports/graphics/gdal/files/patch-aa =================================================================== RCS file: /home/ncvs/ports/graphics/gdal/files/patch-aa,v --- ports/graphics/gdal/files/patch-aa 1.1 +++ ports/graphics/gdal/files/patch-aa @@ -1,23 +1,3 @@ ---- frmts/ORIG/GNUmakefile Tue Jul 17 09:51:13 2001 -+++ frmts/GNUmakefile Mon Aug 27 18:09:37 2001 -@@ -12,7 +12,7 @@ - sub-libs: - @for dir in $(GDAL_FORMATS) ; do \ - if test -d $$dir ; then \ -- if (cd $$dir; $(MAKE) install-obj) ; then \ -+ if (cd $$dir; $(MAKE) install-obj) || exit 1 ; then \ - echo; \ - else \ - break; \ -@@ -26,7 +26,7 @@ - rm -f *.o o/*.o o/*.a - @for dir in $(GDAL_FORMATS) ; do \ - if test -d $$dir ; then \ -- if (cd $$dir; $(MAKE) clean) ; then \ -+ if (cd $$dir; $(MAKE) clean) || exit 1 ; then \ - echo; \ - else \ - break; \ ---- ORIG/GDALmake.opt.in Fri Jul 20 00:13:54 2001 -+++ GDALmake.opt.in Tue Aug 28 16:34:12 2001 -@@ -67,8 +67,8 @@ --- +--- ogr/GNUmakefile.orig Mon Jun 3 14:54:53 2002 ++++ ogr/GNUmakefile Mon Jun 3 14:55:05 2002 +@@ -77,7 +77,7 @@ @@ -25,6 +5,4 @@ - GDAL_VER = 1.1 - GDAL_LIB = $(GDAL_ROOT)/gdal.a --GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(GDAL_VER).$(SO_EXT) --GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal.$(GDAL_VER) -+GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(SO_EXT).$(GDAL_VER) -+GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal --- + docs: + rm -rf html/* +- doxygen ++# doxygen @@ -32,2 +10,2 @@ - OGR_LIB = $(GDAL_ROOT)/ogr/ogr.a - CPL_LIB = $(GDAL_ROOT)/port/cpl.a --- + + $(OGR_LIB): $(OBJ)