From owner-svn-ports-all@FreeBSD.ORG Sat May 24 15:51:45 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1003C3A; Sat, 24 May 2014 15:51:45 +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 8EC1C2648; Sat, 24 May 2014 15:51:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4OFpjB5064472; Sat, 24 May 2014 15:51:45 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4OFpjgE064471; Sat, 24 May 2014 15:51:45 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201405241551.s4OFpjgE064471@svn.freebsd.org> From: Christian Weisgerber Date: Sat, 24 May 2014 15:51:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355046 - head/audio/flac X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2014 15:51:45 -0000 Author: naddy Date: Sat May 24 15:51:45 2014 New Revision: 355046 URL: http://svnweb.freebsd.org/changeset/ports/355046 QAT: https://qat.redports.org/buildarchive/r355046/ Log: Switch to USES=libtool:oldver Modified: head/audio/flac/Makefile Modified: head/audio/flac/Makefile ============================================================================== --- head/audio/flac/Makefile Sat May 24 15:39:56 2014 (r355045) +++ head/audio/flac/Makefile Sat May 24 15:51:45 2014 (r355046) @@ -3,7 +3,7 @@ PORTNAME= flac PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/flac/ @@ -12,11 +12,11 @@ COMMENT= Free lossless audio codec LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg -USES= pathfix pkgconfig tar:xz -USE_AUTOTOOLS= libtool +USES= libtool:oldver pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-sse \ +CONFIGURE_ARGS= --enable-static \ + --enable-sse \ --with-ogg="${LOCALBASE}" \ --disable-silent-rules \ --disable-thorough-tests \