From owner-svn-ports-head@FreeBSD.ORG Tue Aug 5 18:23:49 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 279D7A34 for ; Tue, 5 Aug 2014 18:23:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED4FD22B0 for ; Tue, 5 Aug 2014 18:23:48 +0000 (UTC) Received: from amdmi3 (uid 1170) (envelope-from amdmi3@FreeBSD.org) id 562b by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 05 Aug 2014 18:23:48 +0000 From: Dmitry Marakasov Date: Tue, 5 Aug 2014 18:23:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364130 - head/audio/alsa-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e12134.562b.4b3833bd@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 05 Aug 2014 18:23:49 -0000 Author: amdmi3 Date: Tue Aug 5 18:23:48 2014 New Revision: 364130 URL: http://svnweb.freebsd.org/changeset/ports/364130 QAT: https://qat.redports.org/buildarchive/r364130/ Log: - Switch to USES=libtool Approved by: portmgr blanket Modified: head/audio/alsa-plugins/Makefile Modified: head/audio/alsa-plugins/Makefile ============================================================================== --- head/audio/alsa-plugins/Makefile Tue Aug 5 18:19:49 2014 (r364129) +++ head/audio/alsa-plugins/Makefile Tue Aug 5 18:23:48 2014 (r364130) @@ -3,7 +3,7 @@ PORTNAME= alsa-plugins PORTVERSION= 1.0.27 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ALSA/plugins \ GENTOO/distfiles @@ -14,7 +14,7 @@ COMMENT= ALSA compatibility library plug LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib GNU_CONFIGURE= yes -USES= tar:bzip2 pkgconfig +USES= tar:bzip2 pkgconfig libtool:keepla LDFLAGS+= -L${LOCALBASE}/lib EXTRA_PATCHES+= ${FILESDIR}/alsa-plugins.patch