View | Details | Raw Unified | Return to bug 224004 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/gdal/Makefile (-3 / +7 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gdal
4
PORTNAME=	gdal
5
PORTVERSION=	3.1.0
5
PORTVERSION=	3.1.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	graphics geography
7
CATEGORIES=	graphics geography
8
MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
8
MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
9
		LOCAL/sunpoet
9
		LOCAL/sunpoet
Lines 21-32 Link Here
21
		libjson-c.so:devel/json-c \
21
		libjson-c.so:devel/json-c \
22
		libpng.so:graphics/png \
22
		libpng.so:graphics/png \
23
		libproj.so:graphics/proj \
23
		libproj.so:graphics/proj \
24
		libtiff.so:graphics/tiff
24
		libtiff.so:graphics/tiff \
25
		libqhull.so:math/qhull
25
26
26
OPTIONS_DEFINE=	ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \
27
OPTIONS_DEFINE=	ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \
27
		KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL SFCGAL \
28
		KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL SFCGAL \
28
		SPATIALITE SQLITE WEBP XERCES ZSTD
29
		SPATIALITE SQLITE WEBP XERCES ZSTD
29
OPTIONS_DEFAULT=JASPER
30
OPTIONS_DEFAULT=	CURL EXPAT FREEXL GEOS HDF5 JASPER \
31
			KML LIBXML2 NETCDF OPENJPEG PCRE PGSQL SFCGAL \
32
			SPATIALITE SQLITE WEBP XERCES ZSTD POPPLER
30
OPTIONS_RADIO=	PDF
33
OPTIONS_RADIO=	PDF
31
OPTIONS_RADIO_PDF=	PODOFO POPPLER
34
OPTIONS_RADIO_PDF=	PODOFO POPPLER
32
OPTIONS_SUB=	yes
35
OPTIONS_SUB=	yes
Lines 49-54 Link Here
49
		--with-proj=yes \
52
		--with-proj=yes \
50
		--with-threads=yes \
53
		--with-threads=yes \
51
		--without-libtool \
54
		--without-libtool \
55
		--with-qhull=yes \
52
		${ICONV_CONFIGURE_ARG}
56
		${ICONV_CONFIGURE_ARG}
53
GNU_CONFIGURE=	yes
57
GNU_CONFIGURE=	yes
54
LDFLAGS+=	${ICONV_LIB}
58
LDFLAGS+=	${ICONV_LIB}

Return to bug 224004