From owner-freebsd-ports Mon Jun 3 4:20:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D6C137B404 for ; Mon, 3 Jun 2002 04:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53BK2228063; Mon, 3 Jun 2002 04:20:02 -0700 (PDT) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 2354D37B405 for ; Mon, 3 Jun 2002 04:11:34 -0700 (PDT) Received: by freebsd.org.ru (Postfix, from userid 1000) id 2B24A33; Mon, 3 Jun 2002 15:11:31 +0400 (MSD) Message-Id: <20020603111131.2B24A33@freebsd.org.ru> Date: Mon, 3 Jun 2002 15:11:31 +0400 (MSD) From: "Sergey A.Osokin" Reply-To: "Sergey A.Osokin" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38852: graphics/gdal : fix md5, upgrade to 1.1.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38852 >Category: ports >Synopsis: graphics/gdal : fix md5, upgrade to 1.1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 04:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 4.6-RC i386 >Organization: n/a >Environment: FreeBSD 4.6-RC i386 >Description: graphics/gdal 1) fix md5 2) upgrade to 1.1.7 3) drop maintainership, author do not response still 2002/05/18 >How-To-Repeat: >Fix: Index: ports/graphics/gdal/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gdal/Makefile,v retrieving revision 1.2 diff -r1.2 Makefile 9c9 < PORTVERSION= 1.1.5 --- > PORTVERSION= 1.1.7 13c13 < MAINTAINER= aa8vb@nc.rr.com --- > MAINTAINER= ports@FreeBSD.org 15,17c15 < 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 retrieving revision 1.1 diff -r1.1 distinfo 1c1 < 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 retrieving revision 1.1 diff -r1.1 pkg-plist 1,2c1 < bin/ogr2ogr < bin/ogrinfo --- > bin/gdaladdo 5d3 < bin/gdaladdo 6a5,7 > bin/ogr2ogr > bin/ogrinfo > bin/ogrtindex 50a52 > share/gdal/stateplane.txt Index: ports/graphics/gdal/files/patch-aa =================================================================== RCS file: /home/ncvs/ports/graphics/gdal/files/patch-aa,v retrieving revision 1.1 diff -r1.1 patch-aa 1,23c1,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,30c5,8 < 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,33c10,11 < OGR_LIB = $(GDAL_ROOT)/ogr/ogr.a < CPL_LIB = $(GDAL_ROOT)/port/cpl.a --- > > $(OGR_LIB): $(OBJ) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message