Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 00:05:32 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330808 - head/audio/speex
Message-ID:  <201310190005.r9J05W1e013353@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310190005.r9J05W1e013353>