Index: head/audio/rubyripper/pkg-plist =================================================================== --- head/audio/rubyripper/pkg-plist (revision 368840) +++ head/audio/rubyripper/pkg-plist (revision 368841) @@ -1,15 +1,13 @@ bin/rrip_cli bin/rrip_gtk2 %%RUBY_SITELIBDIR%%/rr_lib.rb share/icons/hicolor/128x128/apps/rubyripper.png share/locale/bg/LC_MESSAGES/rubyripper.mo share/locale/de/LC_MESSAGES/rubyripper.mo share/locale/es/LC_MESSAGES/rubyripper.mo share/locale/fr/LC_MESSAGES/rubyripper.mo share/locale/hu/LC_MESSAGES/rubyripper.mo share/locale/it/LC_MESSAGES/rubyripper.mo share/locale/nl/LC_MESSAGES/rubyripper.mo share/locale/ru/LC_MESSAGES/rubyripper.mo share/locale/se/LC_MESSAGES/rubyripper.mo -@dirrmtry share/locale/se/LC_MESSAGES -@dirrmtry share/locale/se Index: head/audio/speex/Makefile =================================================================== --- head/audio/speex/Makefile (revision 368840) +++ head/audio/speex/Makefile (revision 368841) @@ -1,42 +1,39 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= speex DISTVERSION= 1.2rc1 PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Open-source patent-free voice codec LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg USES= libtool:keepla pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip .include .if defined(MACHINE_CPU) && ${MACHINE_CPU:Msse}!="" CONFIGURE_ARGS+= --enable-sse .endif post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|doc win32|win32|g ; \ s|^mandir =.*$$|mandir = @mandir@|g' @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/*/*.h @${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 Index: head/audio/speex/pkg-plist =================================================================== --- head/audio/speex/pkg-plist (revision 368840) +++ head/audio/speex/pkg-plist (revision 368841) @@ -1,30 +1,29 @@ bin/speexdec bin/speexenc include/speex/speex.h include/speex/speex_bits.h include/speex/speex_buffer.h include/speex/speex_callbacks.h include/speex/speex_config_types.h include/speex/speex_echo.h include/speex/speex_header.h include/speex/speex_jitter.h include/speex/speex_preprocess.h include/speex/speex_resampler.h include/speex/speex_stereo.h include/speex/speex_types.h lib/libspeex.a lib/libspeex.la lib/libspeex.so lib/libspeex.so.1 lib/libspeex.so.1.5.0 lib/libspeexdsp.a lib/libspeexdsp.la lib/libspeexdsp.so lib/libspeexdsp.so.1 lib/libspeexdsp.so.1.5.0 libdata/pkgconfig/speex.pc libdata/pkgconfig/speexdsp.pc man/man1/speexdec.1.gz man/man1/speexenc.1.gz share/aclocal/speex.m4 -@dirrm include/speex Index: head/audio/twolame/Makefile =================================================================== --- head/audio/twolame/Makefile (revision 368840) +++ head/audio/twolame/Makefile (revision 368841) @@ -1,27 +1,28 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= twolame PORTVERSION= 0.3.13 PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF \ http://www.ecs.soton.ac.uk/~njh/twolame/ MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG Audio Layer 2 encoder LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ libFLAC.so:${PORTSDIR}/audio/flac \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libogg.so:${PORTSDIR}/audio/libogg USES= gmake pathfix pkgconfig libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's| -O3||g' \ ${WRKSRC}/configure .include Index: head/audio/twolame/pkg-plist =================================================================== --- head/audio/twolame/pkg-plist (revision 368840) +++ head/audio/twolame/pkg-plist (revision 368841) @@ -1,31 +1,29 @@ bin/twolame include/twolame.h lib/libtwolame.a lib/libtwolame.so lib/libtwolame.so.0 lib/libtwolame.so.0.0.0 libdata/pkgconfig/twolame.pc %%DOCSDIR%%/api.txt %%DOCSDIR%%/html/api.html %%DOCSDIR%%/html/authors.html %%DOCSDIR%%/html/changelog.html %%DOCSDIR%%/html/doxygen.css %%DOCSDIR%%/html/doxygen.png %%DOCSDIR%%/html/index.html %%DOCSDIR%%/html/nav_f.png %%DOCSDIR%%/html/nav_h.png %%DOCSDIR%%/html/psycho.html %%DOCSDIR%%/html/readme.html %%DOCSDIR%%/html/tabs.css %%DOCSDIR%%/html/todo.html %%DOCSDIR%%/html/twolame-manpage.css %%DOCSDIR%%/html/twolame.1.html %%DOCSDIR%%/html/twolame.css %%DOCSDIR%%/html/twolame_8h.html %%DOCSDIR%%/html/twolame_8h_source.html %%DOCSDIR%%/html/vbr.html %%DOCSDIR%%/psycho.txt %%DOCSDIR%%/vbr.txt man/man1/twolame.1.gz -@dirrm %%DOCSDIR%%/html -@dirrm %%DOCSDIR%% Index: head/audio/wavpack/Makefile =================================================================== --- head/audio/wavpack/Makefile (revision 368840) +++ head/audio/wavpack/Makefile (revision 368841) @@ -1,26 +1,27 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= wavpack PORTVERSION= 4.60.1 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.wavpack.com/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Audio codec for lossless, lossy, and hybrid compression LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt USES= tar:bzip2 pathfix pkgconfig iconv libtool:oldver 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 .endif .include Index: head/audio/wavpack/pkg-plist =================================================================== --- head/audio/wavpack/pkg-plist (revision 368840) +++ head/audio/wavpack/pkg-plist (revision 368841) @@ -1,13 +1,12 @@ bin/wavpack bin/wvgain bin/wvunpack include/wavpack/wavpack.h lib/libwavpack.a lib/libwavpack.la lib/libwavpack.so lib/libwavpack.so.2 libdata/pkgconfig/wavpack.pc man/man1/wavpack.1.gz man/man1/wvgain.1.gz man/man1/wvunpack.1.gz -@dirrm include/wavpack