Date: Fri, 19 Sep 2014 13:46:57 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368559 - head/multimedia/libtheora Message-ID: <201409191346.s8JDkvrr031275@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Fri Sep 19 13:46:57 2014 New Revision: 368559 URL: http://svnweb.freebsd.org/changeset/ports/368559 QAT: https://qat.redports.org/buildarchive/r368559/ Log: Drop .la files and add INSTALL_TARGET=install-strip Modified: head/multimedia/libtheora/Makefile head/multimedia/libtheora/pkg-plist Modified: head/multimedia/libtheora/Makefile ============================================================================== --- head/multimedia/libtheora/Makefile Fri Sep 19 12:57:27 2014 (r368558) +++ head/multimedia/libtheora/Makefile Fri Sep 19 13:46:57 2014 (r368559) @@ -3,7 +3,7 @@ PORTNAME= libtheora PORTVERSION= 1.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MASTER_SITES= http://downloads.xiph.org/releases/theora/ \ http://distfiles.master.finkmirrors.net/ @@ -14,15 +14,15 @@ COMMENT= Theora video codec for the Ogg LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis GNU_CONFIGURE= yes -USES= libtool:keepla tar:bzip2 -USE_LDCONFIG= yes +CONFIGURE_ARGS= --disable-sdltest \ + --disable-examples CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS+=--disable-sdltest \ - --enable-shared \ - --disable-examples +INSTALL_TARGET= install-strip +USES= libtool tar:bzip2 +USE_LDCONFIG= yes -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> post-patch: @${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in @@ -32,4 +32,4 @@ post-patch: @${REINPLACE_CMD} -e 's|#define OC_X86_ASM|#undef OC_X86_ASM|' ${WRKSRC}/configure .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/multimedia/libtheora/pkg-plist ============================================================================== --- head/multimedia/libtheora/pkg-plist Fri Sep 19 12:57:27 2014 (r368558) +++ head/multimedia/libtheora/pkg-plist Fri Sep 19 13:46:57 2014 (r368559) @@ -3,19 +3,16 @@ include/theora/codec.h include/theora/theoraenc.h include/theora/theoradec.h lib/libtheora.a -lib/libtheora.la lib/libtheora.so lib/libtheora.so.0 lib/libtheora.so.0.3.10 -lib/libtheoraenc.a -lib/libtheoraenc.la -lib/libtheoraenc.so -lib/libtheoraenc.so.1 -lib/libtheoradec.so.1.1.4 lib/libtheoradec.a -lib/libtheoradec.la lib/libtheoradec.so lib/libtheoradec.so.1 +lib/libtheoradec.so.1.1.4 +lib/libtheoraenc.a +lib/libtheoraenc.so +lib/libtheoraenc.so.1 lib/libtheoraenc.so.1.1.2 libdata/pkgconfig/theora.pc libdata/pkgconfig/theoraenc.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409191346.s8JDkvrr031275>