Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2021 06:06:57 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 59e356e60c4a - main - graphics/gdal: Add USES=cpe
Message-ID:  <202109190606.18J66vTh052601@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=59e356e60c4a3d38cfdcf91b939c2b6459e34ca4

commit 59e356e60c4a3d38cfdcf91b939c2b6459e34ca4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-19 05:27:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-19 05:59:45 +0000

    graphics/gdal: Add USES=cpe
---
 graphics/gdal/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index c89de3907316..c18c3523bff2 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -40,7 +40,7 @@ PCRE_DESC=	Regular expression support for SQLite
 RASTERLITE2_DESC=	RasterLite2 support
 TILEDB_DESC=	TileDB support
 
-USES=		compiler:c++14-lang gmake iconv jpeg localbase pkgconfig ssl tar:xz
+USES=		compiler:c++14-lang cpe gmake iconv jpeg localbase pkgconfig ssl tar:xz
 
 CFLAGS+=	-fPIC
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share \
@@ -73,6 +73,8 @@ PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 SLAVEDIRS=	graphics/p5-Geo-GDAL graphics/py-gdal
 
+CPE_VENDOR=	osgeo
+
 HEADER_FILES=	alg/gdalwarpkernel_opencl.h \
 		alg/gvgcpfit.h \
 		alg/internal_qhull_headers.h \



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