Date: Sat, 30 Nov 2013 00:17:44 +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: r335252 - head/audio/libfishsound Message-ID: <201311300017.rAU0Hi3X079688@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 30 00:17:44 2013 New Revision: 335252 URL: http://svnweb.freebsd.org/changeset/ports/335252 Log: - Strip shared library - Fix packaging with pkgng [1] - Cleanup Makefile Reported by: pkg-fallout [1] Modified: head/audio/libfishsound/Makefile Modified: head/audio/libfishsound/Makefile ============================================================================== --- head/audio/libfishsound/Makefile Sat Nov 30 00:17:00 2013 (r335251) +++ head/audio/libfishsound/Makefile Sat Nov 30 00:17:44 2013 (r335252) @@ -21,15 +21,13 @@ OPTIONS_DEFINE= DOCS DOXYGEN GNU_CONFIGURE= yes USE_LDCONFIG= yes -#NO_STAGE= yes USES= pathfix pkgconfig -PORTDOCS= * - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen +PORTDOCS= * .endif post-patch: @@ -37,4 +35,7 @@ post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in .endif +post-build: + @${STRIP_CMD} ${WRKSRC}/src/libfishsound/.libs/libfishsound.so.4 + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311300017.rAU0Hi3X079688>