Date: Sun, 25 May 2014 17:59:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355259 - head/graphics/p5-Geo-GDAL Message-ID: <201405251759.s4PHxvre081203@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 25 17:59:57 2014 New Revision: 355259 URL: http://svnweb.freebsd.org/changeset/ports/355259 QAT: https://qat.redports.org/buildarchive/r355259/ Log: - Use USE_PERL5=fixpacklist Modified: head/graphics/p5-Geo-GDAL/Makefile Modified: head/graphics/p5-Geo-GDAL/Makefile ============================================================================== --- head/graphics/p5-Geo-GDAL/Makefile Sun May 25 17:47:36 2014 (r355258) +++ head/graphics/p5-Geo-GDAL/Makefile Sun May 25 17:59:57 2014 (r355259) @@ -17,6 +17,7 @@ LICENSE= MIT LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal +USE_PERL5= build fixpacklist run USES= perl5 WRKSRC= ${WRKDIR}/${DISTNAME}/swig/perl @@ -25,7 +26,6 @@ post-patch: @${REINPLACE_CMD} -e 's|(const char \*)""|(char \*)""|' ${WRKSRC}/gdal_wrap.cpp ${WRKSRC}/ogr_wrap.cpp post-install: - ${SED} -i '' 's|^${STAGEDIR}||' ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Geo/GDAL/Const/.packlist ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Geo/*/.packlist ${CHMOD} u+w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Geo/GDAL/Const/Const.so ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Geo/*/*.so ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Geo/GDAL/Const/Const.so ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Geo/*/*.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405251759.s4PHxvre081203>