ports/146531: [MAINTAINER] graphics/libgeotiff: update to 1.3.0

Sunpoet Po-Chuan Hsieh sunpoet at sunpoet.net
Thu May 13 01:30:04 UTC 2010


>Number:         146531
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/libgeotiff: update to 1.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 13 01:30:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.0-STABLE FreeBSD 8.0-STABLE #0: Wed May  5 00:44:42 CST
>Description:
- Update to 1.3.0
- Bump PORTREVISION

Removed file(s):
- files/patch-Makefile.in

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- libgeotiff-1.3.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/libgeotiff/Makefile /usr/ports/sunpoet/libgeotiff/Makefile
--- /usr/ports/graphics/libgeotiff/Makefile	2010-05-08 17:30:36.000000000 +0800
+++ /usr/ports/sunpoet/libgeotiff/Makefile	2010-05-11 23:53:41.000000000 +0800
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	libgeotiff
-PORTVERSION=	1.2.5
-PORTREVISION=	3
+PORTVERSION=	1.3.0
 CATEGORIES=	graphics
 MASTER_SITES=	http://download.osgeo.org/geotiff/libgeotiff/ \
-		ftp://ftp.remotesensing.org/geotiff/libgeotiff/
+		ftp://ftp.remotesensing.org/geotiff/libgeotiff/ \
+		http://sunpoet.net/distfiles/
 
 MAINTAINER=	sunpoet at sunpoet.net
 COMMENT=	Library for reading and writing GeoTIFF information tags
@@ -19,12 +19,12 @@
 		proj.6:${PORTSDIR}/graphics/proj \
 		tiff.4:${PORTSDIR}/graphics/tiff
 
-USE_GNOME=	gnometarget
-USE_AUTOTOOLS=	automake:15:env autoconf:262:env
-GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-jpeg=${LOCALBASE} \
 		--with-proj=${LOCALBASE} \
-		--with-libtiff=${LOCALBASE}
+		--with-libtiff=${LOCALBASE} \
+		--with-zlib=/usr
+GNU_CONFIGURE=	yes
+USE_AUTOTOOLS=	automake:110:env autoconf:262:env
 USE_LDCONFIG=	yes
 
 .include <bsd.port.pre.mk>
@@ -33,4 +33,16 @@
 CFLAGS+=	-fPIC
 .endif
 
+.if defined(NOPORTDOCS)
+CONFIGURE_ARGS+=--disable-doxygen-doc --disable-doxygen-dot \
+		--disable-doxygen-html --disable-doxygen-man
+.else
+BUILD_DEPENDS+=	${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
+CONFIGURE_ARGS+=--enable-doxygen-chi --enable-doxygen-chm \
+		--enable-doxygen-pdf --enable-doxygen-ps \
+		--enable-doxygen-rtf --enable-doxygen-xml
+CONFIGURE_ENV+=	DOXYGEN_PAPER_SIZE="${DOXYGEN_PAPER_SIZE}"
+DOXYGEN_PAPER_SIZE?=	a4
+.endif
+
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/graphics/libgeotiff/distinfo /usr/ports/sunpoet/libgeotiff/distinfo
--- /usr/ports/graphics/libgeotiff/distinfo	2008-08-03 06:34:39.000000000 +0800
+++ /usr/ports/sunpoet/libgeotiff/distinfo	2010-05-11 23:07:48.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (libgeotiff-1.2.5.tar.gz) = 000f247a88510f1b38d4b314d1e47048
-SHA256 (libgeotiff-1.2.5.tar.gz) = f27b1758d6899805107e4c5bea17eb19e8d2dae7942cc06040fa837acfe95e7c
-SIZE (libgeotiff-1.2.5.tar.gz) = 1057705
+MD5 (libgeotiff-1.3.0.tar.gz) = 6ac3c22e44711e9a3add9044e40b9527
+SHA256 (libgeotiff-1.3.0.tar.gz) = 0fa2e9130281c5867ada551ef757fd81f54c760d9f3039d33e349f992f440d27
+SIZE (libgeotiff-1.3.0.tar.gz) = 1287837
diff -ruN --exclude=CVS /usr/ports/graphics/libgeotiff/files/patch-Makefile.in /usr/ports/sunpoet/libgeotiff/files/patch-Makefile.in
--- /usr/ports/graphics/libgeotiff/files/patch-Makefile.in	2008-03-15 00:32:26.000000000 +0800
+++ /usr/ports/sunpoet/libgeotiff/files/patch-Makefile.in	1970-01-01 08:00:00.000000000 +0800
@@ -1,34 +0,0 @@
---- Makefile.in.orig	Wed Aug 17 00:21:20 2005
-+++ Makefile.in	Fri Nov  2 21:25:30 2007
-@@ -93,7 +93,7 @@
- 
- TARGETS = libgeotiff.a
- 
--all:    Makefile ${TARGETS} ${GEOTIFF_SO} Progs
-+all:    ${TARGETS} ${GEOTIFF_SO} Progs
- 
- libgeotiff.a: ${OBJS}
- 	${AR} ${AROPTS} libgeotiff.a $?
-@@ -201,20 +201,7 @@
- 	$(INSTALL) csv/*.csv $(DESTDIR)$(datadir)
- 	$(INSTALL) -d $(DESTDIR)$(bindir)
- 	$(INSTALL) bin/listgeo$(EXEEXT) bin/geotifcp$(EXEEXT) $(DESTDIR)$(bindir)
--	if test ! -z "$(GEOTIFF_SO)" ; then \
--		if test ! -z "$(GEOTIFF_DLL)" ; then \
--			$(INSTALL) $(GEOTIFF_SO) $(DESTDIR)${bindir}; \
--		else \
--			$(INSTALL) $(GEOTIFF_SO) $(DESTDIR)${libdir}; \
--			(cd $(DESTDIR)${libdir} ; \
--			rm -f libgeotiff.$(SO_EXT).$(VERSION_MAJOR).$(VERSION_MINOR); \
--			${LN} $(GEOTIFF_SO) libgeotiff.$(SO_EXT).$(VERSION_MAJOR).$(VERSION_MINOR); \
--			rm -f libgeotiff.$(SO_EXT).$(VERSION_MAJOR); \
--			${LN} libgeotiff.$(SO_EXT).$(VERSION_MAJOR).$(VERSION_MINOR) \
--			libgeotiff.$(SO_EXT).$(VERSION_MAJOR); \
--			rm -f libgeotiff.$(SO_EXT); \
--			${LN} libgeotiff.$(SO_EXT).$(VERSION_MAJOR) libgeotiff.$(SO_EXT); );\
--		fi;\
--	fi
-+	$(INSTALL) $(GEOTIFF_SO) $(DESTDIR)$(libdir)/libgeotiff.so.$(VERSION_MAJOR)
-+	${LN} libgeotiff.so.$(VERSION_MAJOR) $(DESTDIR)/$(libdir)/libgeotiff.so
- 
- 
diff -ruN --exclude=CVS /usr/ports/graphics/libgeotiff/pkg-descr /usr/ports/sunpoet/libgeotiff/pkg-descr
--- /usr/ports/graphics/libgeotiff/pkg-descr	2010-05-08 17:30:36.000000000 +0800
+++ /usr/ports/sunpoet/libgeotiff/pkg-descr	2010-05-04 15:58:28.000000000 +0800
@@ -1,4 +1,4 @@
 Libgeotiff is a library for reading and writing GeoTIFF information tags.
 GeoTIFF is a TIFF based interchange format for georeferenced raster imagery.
 
-WWW:	http://geotiff.osgeo.org/
+WWW:	http://geotiff.osgeo.org/ 
diff -ruN --exclude=CVS /usr/ports/graphics/libgeotiff/pkg-plist /usr/ports/sunpoet/libgeotiff/pkg-plist
--- /usr/ports/graphics/libgeotiff/pkg-plist	2008-08-03 06:34:39.000000000 +0800
+++ /usr/ports/sunpoet/libgeotiff/pkg-plist	2010-05-04 15:48:37.000000000 +0800
@@ -1,5 +1,8 @@
+bin/applygeo
+bin/csv2html
 bin/geotifcp
 bin/listgeo
+bin/makegeo
 include/cpl_serv.h
 include/epsg_datum.inc
 include/epsg_ellipse.inc
@@ -11,6 +14,7 @@
 include/epsg_vertcs.inc
 include/geo_config.h
 include/geo_ctrans.inc
+include/geo_incode_defs.h
 include/geo_keyp.h
 include/geo_normalize.h
 include/geo_simpletags.h
@@ -23,8 +27,9 @@
 include/geovalues.h
 include/xtiffio.h
 lib/libgeotiff.a
+lib/libgeotiff.la
 lib/libgeotiff.so
-lib/libgeotiff.so.1
+lib/libgeotiff.so.2
 share/epsg_csv/alias.csv
 share/epsg_csv/area.csv
 share/epsg_csv/change.csv
@@ -39,8 +44,8 @@
 share/epsg_csv/coordinate_reference_system.csv
 share/epsg_csv/coordinate_system.csv
 share/epsg_csv/datum.csv
-share/epsg_csv/deprecation.csv
 share/epsg_csv/ellipsoid.csv
+share/epsg_csv/esri_datum_override.csv
 share/epsg_csv/gcs.csv
 share/epsg_csv/gcs.override.csv
 share/epsg_csv/naming_system.csv
--- libgeotiff-1.3.0.patch ends here ---

--- libgeotiff-bump-portrevision.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/gdal/Makefile /usr/ports/sunpoet/gdal/Makefile
--- /usr/ports/graphics/gdal/Makefile	2010-04-04 03:49:36.000000000 +0800
+++ /usr/ports/sunpoet/gdal/Makefile	2010-05-11 23:41:47.000000000 +0800
@@ -7,7 +7,7 @@
 
 PORTNAME=	gdal
 PORTVERSION=	1.6.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics geography
 MASTER_SITES=	ftp://ftp.remotesensing.org/pub/gdal/ \
 		http://www.gdal.org/dl/ \
@@ -95,7 +95,7 @@
 .endif
 
 .if !defined(WITHOUT_GEOTIFF)
-LIB_DEPENDS+=		geotiff.1:${PORTSDIR}/graphics/libgeotiff
+LIB_DEPENDS+=		geotiff.2:${PORTSDIR}/graphics/libgeotiff
 CONFIGURE_ARGS+=	--with-libgeotiff=${LOCALBASE}
 .endif
 
diff -ruN --exclude=CVS /usr/ports/graphics/gdal-grass/Makefile /usr/ports/sunpoet/gdal-grass/Makefile
--- /usr/ports/graphics/gdal-grass/Makefile	2010-03-28 20:22:17.000000000 +0800
+++ /usr/ports/sunpoet/gdal-grass/Makefile	2010-05-11 23:42:41.000000000 +0800
@@ -7,7 +7,7 @@
 
 PORTNAME=	gdal-grass
 PORTVERSION=	1.4.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.gdal.org/dl/ \
 		ftp://ftp.remotesensing.org/gdal/ \
diff -ruN --exclude=CVS /usr/ports/databases/grass/Makefile /usr/ports/sunpoet/grass/Makefile
--- /usr/ports/databases/grass/Makefile	2010-03-28 20:20:54.000000000 +0800
+++ /usr/ports/sunpoet/grass/Makefile	2010-05-11 23:43:07.000000000 +0800
@@ -7,7 +7,7 @@
 
 PORTNAME=	grass
 PORTVERSION=	6.2.3
-PORTREVISION=	9
+PORTREVISION=	10
 PORTEPOCH=	2
 CATEGORIES=	databases geography
 MASTER_SITES=	http://grass.itc.it/grass62/source/ \
diff -ruN --exclude=CVS /usr/ports/graphics/qgis/Makefile /usr/ports/sunpoet/qgis/Makefile
--- /usr/ports/graphics/qgis/Makefile	2010-04-29 11:46:02.000000000 +0800
+++ /usr/ports/sunpoet/qgis/Makefile	2010-05-11 23:43:47.000000000 +0800
@@ -7,7 +7,7 @@
 
 PORTNAME=	qgis
 PORTVERSION=	1.4.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://download.osgeo.org/qgis/src/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
diff -ruN --exclude=CVS /usr/ports/astro/qlandkartegt/Makefile /usr/ports/sunpoet/qlandkartegt/Makefile
--- /usr/ports/astro/qlandkartegt/Makefile	2010-03-28 20:20:33.000000000 +0800
+++ /usr/ports/sunpoet/qlandkartegt/Makefile	2010-05-11 23:44:25.000000000 +0800
@@ -7,7 +7,7 @@
 
 PORTNAME=	qlandkartegt
 PORTVERSION=	0.16.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	astro
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/QLandkarteGT%20${PORTVERSION}
 
diff -ruN --exclude=CVS /usr/ports/math/saga/Makefile /usr/ports/sunpoet/saga/Makefile
--- /usr/ports/math/saga/Makefile	2010-03-28 20:23:18.000000000 +0800
+++ /usr/ports/sunpoet/saga/Makefile	2010-05-11 23:45:38.000000000 +0800
@@ -7,7 +7,7 @@
 
 PORTNAME=	saga
 PORTVERSION=	2.0.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION}
 DISTNAME=	${PORTNAME}_${PORTVERSION}_src_linux
--- libgeotiff-bump-portrevision.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list