aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gdal
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-05-03 08:55:30 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-05-03 08:55:30 +0800
commit4c8bd33779d7514cabed99d6c6eccbe6635ee926 (patch)
tree0a69cd254580d4d21a13477bb17d8668bd96aeaa /graphics/gdal
parentd352b0e62328caabefe233d757172ba4bc645a36 (diff)
downloadfreebsd-ports-gnome-4c8bd33779d7514cabed99d6c6eccbe6635ee926.tar.gz
freebsd-ports-gnome-4c8bd33779d7514cabed99d6c6eccbe6635ee926.tar.zst
freebsd-ports-gnome-4c8bd33779d7514cabed99d6c6eccbe6635ee926.zip
- Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1] Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Approved by: portmgr (bapt) [1]
Diffstat (limited to 'graphics/gdal')
-rw-r--r--graphics/gdal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 19e959fa870c..83bd2e85b054 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gdal
PORTVERSION= 1.11.0
+PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \
ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
@@ -68,7 +69,7 @@ GTA_CONFIGURE_ON= --with-gta=${LOCALBASE}
GTA_LIB_DEPENDS= libgta.so:${PORTSDIR}/devel/libgta
HDF5_CONFIGURE_OFF= --with-hdf5=no
HDF5_CONFIGURE_ON= --with-hdf5=${LOCALBASE}
-HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5-18
+HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5
ICONV_CONFIGURE_OFF= --with-libiconv-prefix=no
ICONV_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG}
ICONV_LDFLAGS= -L${ICONV_PREFIX}/lib ${ICONV_LIB}