Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 14:56:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368469 - head/audio/faac
Message-ID:  <201409181456.s8IEuk6t082051@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep 18 14:56:46 2014
New Revision: 368469
URL: http://svnweb.freebsd.org/changeset/ports/368469
QAT: https://qat.redports.org/buildarchive/r368469/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/audio/faac/Makefile

Modified: head/audio/faac/Makefile
==============================================================================
--- head/audio/faac/Makefile	Thu Sep 18 14:47:21 2014	(r368468)
+++ head/audio/faac/Makefile	Thu Sep 18 14:56:46 2014	(r368469)
@@ -14,11 +14,9 @@ LIB_DEPENDS=	libmp4v2.so:${PORTSDIR}/mul
 
 RESTRICTED=	Distribution in binary form is prohibited
 
-USES=		dos2unix gmake libtool tar:bzip2
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
+USES=		autoreconf dos2unix gmake libtool tar:bzip2
+INSTALL_TARGET=	install-strip
 GNU_CONFIGURE=	yes
-ACLOCAL_ARGS=	-I . -I ${LOCALBASE}/share/aclocal
-AUTOMAKE_ARGS=	--add-missing
 CONFIGURE_ARGS=	--with-mp4v2
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409181456.s8IEuk6t082051>