Date: Thu, 4 Jun 2015 09:42:52 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388517 - head/math/spar Message-ID: <201506040942.t549gqc4061467@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 4 09:42:51 2015 New Revision: 388517 URL: https://svnweb.freebsd.org/changeset/ports/388517 Log: - Strip libraries Modified: head/math/spar/Makefile Modified: head/math/spar/Makefile ============================================================================== --- head/math/spar/Makefile Thu Jun 4 09:42:44 2015 (r388516) +++ head/math/spar/Makefile Thu Jun 4 09:42:51 2015 (r388517) @@ -3,7 +3,7 @@ PORTNAME= spar PORTVERSION= 0.5.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math devel MASTER_SITES= SF/${PORTNAME}/Spar/${PORTVERSION} @@ -19,4 +19,8 @@ post-patch: @${REINPLACE_CMD} -e "s,-ldl,,g" \ ${WRKSRC}/lib/Makefile.in ${WRKSRC}/lib/module/Makefile.in +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/spar/*.so + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506040942.t549gqc4061467>