Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 Jun 2002 15:11:31 +0400 (MSD)
From:      "Sergey A.Osokin" <osa@FreeBSD.org.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38852: graphics/gdal : fix md5, upgrade to 1.1.7
Message-ID:  <20020603111131.2B24A33@freebsd.org.ru>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020603111131.2B24A33>