Date: Thu, 24 Jul 2014 15:46:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362807 - head/audio/faac Message-ID: <201407241546.s6OFkULr006884@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jul 24 15:46:30 2014 New Revision: 362807 URL: http://svnweb.freebsd.org/changeset/ports/362807 QAT: https://qat.redports.org/buildarchive/r362807/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/audio/faac/Makefile head/audio/faac/pkg-plist Modified: head/audio/faac/Makefile ============================================================================== --- head/audio/faac/Makefile Thu Jul 24 15:36:50 2014 (r362806) +++ head/audio/faac/Makefile Thu Jul 24 15:46:30 2014 (r362807) @@ -3,7 +3,7 @@ PORTNAME= faac PORTVERSION= 1.28 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} @@ -14,9 +14,9 @@ LIB_DEPENDS= libmp4v2.so:${PORTSDIR}/mul RESTRICTED= Distribution in binary form is prohibited -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 CONFIGURE_ARGS= --with-mp4v2 Modified: head/audio/faac/pkg-plist ============================================================================== --- head/audio/faac/pkg-plist Thu Jul 24 15:36:50 2014 (r362806) +++ head/audio/faac/pkg-plist Thu Jul 24 15:46:30 2014 (r362807) @@ -2,7 +2,7 @@ bin/faac include/faac.h include/faaccfg.h lib/libfaac.a -lib/libfaac.la lib/libfaac.so lib/libfaac.so.0 +lib/libfaac.so.0.0.0 man/man1/faac.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407241546.s6OFkULr006884>