FreeBSD Bugzilla – Attachment 214271 Details for
Bug 246304
[exp-run] graphics/gdal: Update to 3.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gdal and py-gdal 3.1.0
gdal-3.1.0 (text/plain), 7.78 KB, created by
Loïc Bartoletti
on 2020-05-08 10:36:13 UTC
(
hide
)
Description:
gdal and py-gdal 3.1.0
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2020-05-08 10:36:13 UTC
Size:
7.78 KB
patch
obsolete
>Index: graphics/gdal/Makefile >=================================================================== >--- graphics/gdal/Makefile (revision 534333) >+++ graphics/gdal/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gdal >-PORTVERSION= 3.0.4 >-PORTREVISION= 4 >+PORTVERSION= 3.1.0 > CATEGORIES= graphics geography > MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ > LOCAL/sunpoet >@@ -21,19 +20,22 @@ > libjson-c.so:devel/json-c \ > libpng.so:graphics/png \ > libproj.so:graphics/proj \ >- libtiff.so:graphics/tiff >+ libtiff.so:graphics/tiff \ >+ libqhull.so:math/qhull > >+USES= compiler:c++11-lang gmake iconv jpeg localbase pkgconfig ssl tar:xz >+ > OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \ > KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL SFCGAL \ > SPATIALITE SQLITE WEBP XERCES ZSTD >-OPTIONS_DEFAULT=JASPER >+OPTIONS_DEFAULT= CURL EXPAT FREEXL GEOS HDF5 JASPER \ >+ KML LIBXML2 NETCDF OPENJPEG PCRE PGSQL SFCGAL \ >+ SPATIALITE SQLITE WEBP XERCES ZSTD POPPLER > OPTIONS_RADIO= PDF > OPTIONS_RADIO_PDF= PODOFO POPPLER > OPTIONS_SUB= yes > PCRE_DESC= Regular expression support for SQLite > >-USES= compiler:c++11-lang gmake iconv jpeg localbase pkgconfig ssl tar:xz >- > CFLAGS+= -fPIC > CONFIGURE_ARGS= --datadir=${DATADIR} \ > --enable-static=yes \ >@@ -49,6 +51,8 @@ > --with-proj=yes \ > --with-threads=yes \ > --without-libtool \ >+ --with-qhull=yes \ >+ --with-bash-completion=yes \ > ${ICONV_CONFIGURE_ARG} > GNU_CONFIGURE= yes > LDFLAGS+= ${ICONV_LIB} >@@ -102,7 +106,6 @@ > KML_CONFIGURE_WITH= libkml > KML_LIB_DEPENDS= libkmlbase.so:science/libkml > LIBXML2_CONFIGURE_OFF= --with-xml2=no >-LIBXML2_CONFIGURE_ON= --with-xml2=${LOCALBASE}/bin/xml2-config > LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2 > MYSQL_CONFIGURE_OFF= --with-mysql=no > MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config >@@ -140,6 +143,7 @@ > @${REINPLACE_CMD} -e 's|$$(INST_LIB)/pkgconfig|${PREFIX}/libdata/pkgconfig|; s| LICENSE.TXT||' ${WRKSRC}/GNUmakefile > @${REINPLACE_CMD} -e 's|-lminizip|-lkmlminizip|' ${WRKSRC}/configure > @${REINPLACE_CMD} -e 's|getCString()|c_str()|' ${WRKSRC}/frmts/pdf/pdfdataset.cpp ${WRKSRC}/frmts/pdf/pdfobject.cpp >+ @${REINPLACE_CMD} -e 's|$${sysconfdir}|${PREFIX}/etc/|' ${WRKSRC}/configure.ac # bash_completion > # Clean up bundled libraries > @${RM} -r ${WRKSRC}/frmts/gif/giflib/ > @${RM} -r ${WRKSRC}/frmts/gtiff/libgeotiff/ >@@ -155,6 +159,7 @@ > ${INSTALL_DATA} ${WRKSRC}/libgdal.a ${STAGEDIR}${PREFIX}/lib/ > ${TOUCH} ${STAGEDIR}${PREFIX}/lib/gdalplugins/.keepme > ${INSTALL_DATA} ${WRKSRC}/GDALmake.opt ${STAGEDIR}${DATADIR}/ >+ ${INSTALL_DATA} ${WRKSRC}/data/* ${STAGEDIR}${DATADIR}/ > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdal.so.${PORTVERSION} > > .include <bsd.port.mk> >Index: graphics/gdal/distinfo >=================================================================== >--- graphics/gdal/distinfo (revision 534333) >+++ graphics/gdal/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1580562263 >-SHA256 (gdal-3.0.4.tar.xz) = 5569a4daa1abcbba47a9d535172fc335194d9214fdb96cd0f139bb57329ae277 >-SIZE (gdal-3.0.4.tar.xz) = 8696684 >+TIMESTAMP = 1588923980 >+SHA256 (gdal-3.1.0.tar.xz) = e754a22242ccbec731aacdb2333b567d4c95b9b02d3ba1ea12f70508d244fcda >+SIZE (gdal-3.1.0.tar.xz) = 12076312 >Index: graphics/gdal/files/patch-apps_GNUmakefile >=================================================================== >--- graphics/gdal/files/patch-apps_GNUmakefile (revision 534333) >+++ graphics/gdal/files/patch-apps_GNUmakefile (nonexistent) >@@ -1,13 +0,0 @@ >---- apps/GNUmakefile.orig 2018-05-04 16:05:45 UTC >-+++ apps/GNUmakefile >-@@ -215,7 +215,7 @@ gdal-config-inst: gdal-config.in ../GDAL >- >- >- install: default >-- for f in $(BIN_LIST) ; do $(INSTALL) $$f $(DESTDIR)$(INST_BIN) ; done >-- $(INSTALL_DATA) gdal_utils.h $(DESTDIR)$(INST_INCLUDE) >-- $(INSTALL) gdal-config-inst $(DESTDIR)$(INST_BIN)/gdal-config >-+ for f in $(BIN_LIST) ; do $(BSD_INSTALL_PROGRAM) $$f $(DESTDIR)$(INST_BIN) ; done >-+ $(BSD_INSTALL_DATA) gdal_utils.h $(DESTDIR)$(INST_INCLUDE) >-+ $(BSD_INSTALL_SCRIPT) gdal-config-inst $(DESTDIR)$(INST_BIN)/gdal-config >- > >Property changes on: graphics/gdal/files/patch-apps_GNUmakefile >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: graphics/gdal/files/patch-scripts-GNUmakefile >=================================================================== >--- graphics/gdal/files/patch-scripts-GNUmakefile (revision 534333) >+++ graphics/gdal/files/patch-scripts-GNUmakefile (nonexistent) >@@ -1,12 +0,0 @@ >---- scripts/GNUmakefile.orig 2017-01-20 08:20:46 UTC >-+++ scripts/GNUmakefile >-@@ -4,7 +4,5 @@ completion: >- PATH=$(GDAL_ROOT)/swig/python/scripts:$(GDAL_ROOT)/apps:$(PATH) python completionFinder.py gdal-bash-completion.sh >- >- install: >-- if test "x`pkg-config --version 2>/dev/null`" != "x" -a "x`pkg-config --variable=compatdir bash-completion`" != "x"; then \ >-- $(INSTALL_DIR) $(DESTDIR)${prefix}`pkg-config --variable=compatdir bash-completion` ; \ >-- cp gdal-bash-completion.sh $(DESTDIR)${prefix}`pkg-config --variable=compatdir bash-completion`; \ >-- fi >-+ $(INSTALL_DIR) $(DESTDIR)${prefix}/etc/bash_completion.d >-+ $(INSTALL_DATA) gdal-bash-completion.sh $(DESTDIR)${prefix}/etc/bash_completion.d > >Property changes on: graphics/gdal/files/patch-scripts-GNUmakefile >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: graphics/gdal/files/patch-scripts_GNUmakefile >=================================================================== >--- graphics/gdal/files/patch-scripts_GNUmakefile (nonexistent) >+++ graphics/gdal/files/patch-scripts_GNUmakefile (working copy) >@@ -0,0 +1,12 @@ >+--- scripts/GNUmakefile.orig 2020-05-08 09:49:22 UTC >++++ scripts/GNUmakefile >+@@ -14,7 +14,7 @@ completion: >+ >+ install: >+ $(INSTALL_DIR) $(DESTDIR)$(INST_BASH_COMPLETION) ; \ >+- $(INSTALL_DATA) gdal-bash-completion.sh $(DESTDIR)$(INST_BASH_COMPLETION)/gdalinfo; \ >++ $(INSTALL_DATA) gdal-bash-completion.sh $(DESTDIR)$(INST_BASH_COMPLETION); \ >+ for p in $(PROGRAMS); do \ >+- ln -rs $(DESTDIR)$(INST_BASH_COMPLETION)/gdalinfo $(DESTDIR)$(INST_BASH_COMPLETION)/$$p; \ >++ ln -s $(DESTDIR)$(INST_BASH_COMPLETION)/gdalinfo $(DESTDIR)$(INST_BASH_COMPLETION)/$$p; \ >+ done > >Property changes on: graphics/gdal/files/patch-scripts_GNUmakefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/py-gdal/Makefile >=================================================================== >--- graphics/py-gdal/Makefile (revision 534327) >+++ graphics/py-gdal/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gdal >-PORTVERSION= 3.0.4 >+PORTVERSION= 3.1.0 > CATEGORIES= graphics python > MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ > LOCAL/sunpoet >Index: graphics/py-gdal/distinfo >=================================================================== >--- graphics/py-gdal/distinfo (revision 534327) >+++ graphics/py-gdal/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1580562263 >-SHA256 (gdal-3.0.4.tar.xz) = 5569a4daa1abcbba47a9d535172fc335194d9214fdb96cd0f139bb57329ae277 >-SIZE (gdal-3.0.4.tar.xz) = 8696684 >+TIMESTAMP = 1588933945 >+SHA256 (gdal-3.1.0.tar.xz) = e754a22242ccbec731aacdb2333b567d4c95b9b02d3ba1ea12f70508d244fcda >+SIZE (gdal-3.1.0.tar.xz) = 12076312
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246304
:
214270
|
214271
|
214378
|
214402