From owner-svn-ports-head@FreeBSD.ORG Fri Sep 19 13:46:58 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47191A14; Fri, 19 Sep 2014 13:46:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1896F660; Fri, 19 Sep 2014 13:46:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8JDkv0N031279; Fri, 19 Sep 2014 13:46:57 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8JDkvrr031275; Fri, 19 Sep 2014 13:46:57 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409191346.s8JDkvrr031275@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 19 Sep 2014 13:46:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368559 - head/multimedia/libtheora X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2014 13:46:58 -0000 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 +.include 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 +.include 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