Date: Mon, 17 Aug 2015 13:05:37 +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: r394487 - head/math/p5-Math-GSL Message-ID: <201508171305.t7HD5bRw098596@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Aug 17 13:05:36 2015 New Revision: 394487 URL: https://svnweb.freebsd.org/changeset/ports/394487 Log: - Strip shared library - Bump PORTREVISION for package change Modified: head/math/p5-Math-GSL/Makefile Modified: head/math/p5-Math-GSL/Makefile ============================================================================== --- head/math/p5-Math-GSL/Makefile Mon Aug 17 13:05:32 2015 (r394486) +++ head/math/p5-Math-GSL/Makefile Mon Aug 17 13:05:36 2015 (r394487) @@ -3,6 +3,7 @@ PORTNAME= Math-GSL PORTVERSION= 0.35 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,6 +24,9 @@ TEST_DEPENDS= p5-Test-Class>=0.12:${PORT USE_PERL5= modbuild USES= perl5 -BROKEN_sparc64= Does not compile on sparc64 +BROKEN_sparc64= does not compile on sparc64 + +post-install: + ${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" | ${XARGS} -J % ${STRIP_CMD} % .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508171305.t7HD5bRw098596>