From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 11 23:00:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 9086C80B for ; Sun, 11 May 2014 23:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 7E8002DB0 for ; Sun, 11 May 2014 23:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BN024I054886 for ; Sun, 11 May 2014 23:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4BN02Qs054885; Sun, 11 May 2014 23:00:02 GMT (envelope-from gnats) Date: Sun, 11 May 2014 23:00:02 GMT Message-Id: <201405112300.s4BN02Qs054885@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189495: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 23:00:02 -0000 The following reply was made to PR ports/189495; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189495: commit references a PR Date: Sun, 11 May 2014 22:50:36 +0000 (UTC) Author: bapt Date: Sun May 11 22:50:31 2014 New Revision: 353744 URL: http://svnweb.freebsd.org/changeset/ports/353744 QAT: https://qat.redports.org/buildarchive/r353744/ Log: Support stage Strip binaries Convert to USES=libtool PR: ports/189495 Submitted by: Takefu Modified: head/audio/libaacplus/Makefile Modified: head/audio/libaacplus/Makefile ============================================================================== --- head/audio/libaacplus/Makefile Sun May 11 22:47:38 2014 (r353743) +++ head/audio/libaacplus/Makefile Sun May 11 22:50:31 2014 (r353744) @@ -3,7 +3,7 @@ PORTNAME= libaacplus PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://media.wnet.ua/~tipok/aacplus/:site1\ ftp://ftp.3gpp.org/Specs/archive/26_series/26.410/:site2\ @@ -24,12 +24,13 @@ RESTRICTED= unclear legal status, probab CONFLICTS= aacplusenc-0* USE_CSTD= gnu89 -USES= pathfix pkgconfig +USES= pathfix pkgconfig libtool:keepla USE_LDCONFIG= yes USE_AUTOTOOLS= libtoolize aclocal autoheader automake PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes +INSTALL_TARGET= install-strip AUTOMAKE_ARGS= --add-missing LIBTOOLIZE_ARGS=--automake _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"