Date: Thu, 24 Jul 2014 15:47:04 +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: r362808 - head/audio/faad Message-ID: <201407241547.s6OFl4W9007072@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407241547.s6OFl4W9007072>