From owner-svn-ports-head@FreeBSD.ORG Thu Jul 24 15:47:04 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D248BC44; Thu, 24 Jul 2014 15:47:04 +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 BF7622DA7; Thu, 24 Jul 2014 15:47:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6OFl44u007074; Thu, 24 Jul 2014 15:47:04 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6OFl4W9007072; Thu, 24 Jul 2014 15:47:04 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407241547.s6OFl4W9007072@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 24 Jul 2014 15:47:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362808 - head/audio/faad 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: Thu, 24 Jul 2014 15:47:04 -0000 Author: amdmi3 Date: Thu Jul 24 15:47:04 2014 New Revision: 362808 URL: http://svnweb.freebsd.org/changeset/ports/362808 QAT: https://qat.redports.org/buildarchive/r362808/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/audio/faad/Makefile head/audio/faad/pkg-plist Modified: head/audio/faad/Makefile ============================================================================== --- head/audio/faad/Makefile Thu Jul 24 15:46:30 2014 (r362807) +++ head/audio/faad/Makefile Thu Jul 24 15:47:04 2014 (r362808) @@ -3,7 +3,7 @@ PORTNAME= faad2 PORTVERSION= 2.7 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} @@ -11,9 +11,9 @@ MASTER_SITES= SF/faac/${PORTNAME}-src/${ MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio decoder -USES= dos2unix gmake -USE_BZIP2= yes -USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool +USES= dos2unix gmake libtool tar:bzip2 +USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize +GNU_CONFIGURE= yes ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} Modified: head/audio/faad/pkg-plist ============================================================================== --- head/audio/faad/pkg-plist Thu Jul 24 15:46:30 2014 (r362807) +++ head/audio/faad/pkg-plist Thu Jul 24 15:47:04 2014 (r362808) @@ -4,8 +4,8 @@ include/mp4ff.h include/mp4ffint.h include/neaacdec.h lib/libfaad.a -lib/libfaad.la lib/libfaad.so lib/libfaad.so.2 +lib/libfaad.so.2.0.0 lib/libmp4ff.a man/man1/faad.1.gz