From owner-svn-ports-head@FreeBSD.ORG Tue Jul 22 21:59:56 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 0DD77DD4; Tue, 22 Jul 2014 21:59:56 +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 EF5752B75; Tue, 22 Jul 2014 21:59:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6MLxtJC026995; Tue, 22 Jul 2014 21:59:55 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6MLxtTK026993; Tue, 22 Jul 2014 21:59:55 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407222159.s6MLxtTK026993@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 22 Jul 2014 21:59:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362592 - head/audio/vo-aacenc 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 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: Tue, 22 Jul 2014 21:59:56 -0000 Author: amdmi3 Date: Tue Jul 22 21:59:55 2014 New Revision: 362592 URL: http://svnweb.freebsd.org/changeset/ports/362592 QAT: https://qat.redports.org/buildarchive/r362592/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/audio/vo-aacenc/Makefile head/audio/vo-aacenc/pkg-plist Modified: head/audio/vo-aacenc/Makefile ============================================================================== --- head/audio/vo-aacenc/Makefile Tue Jul 22 21:59:48 2014 (r362591) +++ head/audio/vo-aacenc/Makefile Tue Jul 22 21:59:55 2014 (r362592) @@ -3,6 +3,7 @@ PORTNAME= vo-aacenc PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/opencore-amr/${PORTNAME} @@ -12,7 +13,9 @@ COMMENT= VisualOn AAC encoder library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING +USES= libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -E -e \ Modified: head/audio/vo-aacenc/pkg-plist ============================================================================== --- head/audio/vo-aacenc/pkg-plist Tue Jul 22 21:59:48 2014 (r362591) +++ head/audio/vo-aacenc/pkg-plist Tue Jul 22 21:59:55 2014 (r362592) @@ -6,8 +6,8 @@ include/vo-aacenc/voIndex.h include/vo-aacenc/voMem.h include/vo-aacenc/voType.h lib/libvo-aacenc.a -lib/libvo-aacenc.la lib/libvo-aacenc.so lib/libvo-aacenc.so.0 +lib/libvo-aacenc.so.0.0.4 libdata/pkgconfig/vo-aacenc.pc @dirrm include/vo-aacenc