svn commit: r330808 - head/audio/speex

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 19 00:05:32 UTC 2013


Author: bapt
Date: Sat Oct 19 00:05:32 2013
New Revision: 330808
URL: http://svnweb.freebsd.org/changeset/ports/330808

Log:
  Strip binaries

Modified:
  head/audio/speex/Makefile

Modified: head/audio/speex/Makefile
==============================================================================
--- head/audio/speex/Makefile	Sat Oct 19 00:03:12 2013	(r330807)
+++ head/audio/speex/Makefile	Sat Oct 19 00:05:32 2013	(r330808)
@@ -3,7 +3,7 @@
 
 PORTNAME=	speex
 DISTVERSION=	1.2rc1
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.us.xiph.org/releases/speex/
@@ -37,4 +37,8 @@ post-patch:
 	@${REINPLACE_CMD} -e 's| in -lgnugetopt||g ; \
 		 s|LIBS="-lgnugetopt|LIBS="|g' ${WRKSRC}/configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspeex.so.1
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspeexdsp.so.1
+
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list