From owner-svn-ports-head@FreeBSD.ORG Thu Sep 18 14:56:46 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 DD7EF634; Thu, 18 Sep 2014 14:56:46 +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 C8F47E5; Thu, 18 Sep 2014 14:56:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8IEukph082052; Thu, 18 Sep 2014 14:56:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8IEuk6t082051; Thu, 18 Sep 2014 14:56:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201409181456.s8IEuk6t082051@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 18 Sep 2014 14:56:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368469 - head/audio/faac 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-1 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, 18 Sep 2014 14:56:47 -0000 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