svn commit: r368841 - in head/audio: rubyripper speex twolame wavpack

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 22 10:09:55 UTC 2014


Author: bapt
Date: Mon Sep 22 10:09:52 2014
New Revision: 368841
URL: http://svnweb.freebsd.org/changeset/ports/368841
QAT: https://qat.redports.org/buildarchive/r368841/

Log:
  Cleanup plist
  Strip binaries

Modified:
  head/audio/rubyripper/pkg-plist
  head/audio/speex/Makefile
  head/audio/speex/pkg-plist
  head/audio/twolame/Makefile
  head/audio/twolame/pkg-plist
  head/audio/wavpack/Makefile
  head/audio/wavpack/pkg-plist

Modified: head/audio/rubyripper/pkg-plist
==============================================================================
--- head/audio/rubyripper/pkg-plist	Mon Sep 22 10:02:27 2014	(r368840)
+++ head/audio/rubyripper/pkg-plist	Mon Sep 22 10:09:52 2014	(r368841)
@@ -11,5 +11,3 @@ share/locale/it/LC_MESSAGES/rubyripper.m
 share/locale/nl/LC_MESSAGES/rubyripper.mo
 share/locale/ru/LC_MESSAGES/rubyripper.mo
 share/locale/se/LC_MESSAGES/rubyripper.mo
- at dirrmtry share/locale/se/LC_MESSAGES
- at dirrmtry share/locale/se

Modified: head/audio/speex/Makefile
==============================================================================
--- head/audio/speex/Makefile	Mon Sep 22 10:02:27 2014	(r368840)
+++ head/audio/speex/Makefile	Mon Sep 22 10:09:52 2014	(r368841)
@@ -19,6 +19,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ogg-dir=${LOCALBASE}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.pre.mk>
 
@@ -35,8 +36,4 @@ 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>

Modified: head/audio/speex/pkg-plist
==============================================================================
--- head/audio/speex/pkg-plist	Mon Sep 22 10:02:27 2014	(r368840)
+++ head/audio/speex/pkg-plist	Mon Sep 22 10:09:52 2014	(r368841)
@@ -27,4 +27,3 @@ libdata/pkgconfig/speexdsp.pc
 man/man1/speexdec.1.gz
 man/man1/speexenc.1.gz
 share/aclocal/speex.m4
- at dirrm include/speex

Modified: head/audio/twolame/Makefile
==============================================================================
--- head/audio/twolame/Makefile	Mon Sep 22 10:02:27 2014	(r368840)
+++ head/audio/twolame/Makefile	Mon Sep 22 10:09:52 2014	(r368841)
@@ -19,6 +19,7 @@ LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/a
 USES=		gmake pathfix pkgconfig libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} -e 's| -O3||g' \

Modified: head/audio/twolame/pkg-plist
==============================================================================
--- head/audio/twolame/pkg-plist	Mon Sep 22 10:02:27 2014	(r368840)
+++ head/audio/twolame/pkg-plist	Mon Sep 22 10:09:52 2014	(r368841)
@@ -27,5 +27,3 @@ libdata/pkgconfig/twolame.pc
 %%DOCSDIR%%/psycho.txt
 %%DOCSDIR%%/vbr.txt
 man/man1/twolame.1.gz
- at dirrm %%DOCSDIR%%/html
- at dirrm %%DOCSDIR%%

Modified: head/audio/wavpack/Makefile
==============================================================================
--- head/audio/wavpack/Makefile	Mon Sep 22 10:02:27 2014	(r368840)
+++ head/audio/wavpack/Makefile	Mon Sep 22 10:09:52 2014	(r368841)
@@ -18,6 +18,7 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 .if ${MACHINE_CPU:Mmmx}
 CONFIGURE_ARGS=	--enable-mmx

Modified: head/audio/wavpack/pkg-plist
==============================================================================
--- head/audio/wavpack/pkg-plist	Mon Sep 22 10:02:27 2014	(r368840)
+++ head/audio/wavpack/pkg-plist	Mon Sep 22 10:09:52 2014	(r368841)
@@ -10,4 +10,3 @@ libdata/pkgconfig/wavpack.pc
 man/man1/wavpack.1.gz
 man/man1/wvgain.1.gz
 man/man1/wvunpack.1.gz
- at dirrm include/wavpack


More information about the svn-ports-head mailing list