From owner-svn-ports-all@FreeBSD.ORG Tue May 27 12:39:36 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 D6A43C60; Tue, 27 May 2014 12:39:36 +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 C3EDE2483; Tue, 27 May 2014 12:39:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4RCdaPW087850; Tue, 27 May 2014 12:39:36 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4RCdask087848; Tue, 27 May 2014 12:39:36 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201405271239.s4RCdask087848@svn.freebsd.org> From: John Marino Date: Tue, 27 May 2014 12:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355502 - head/audio/opusfile 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: Tue, 27 May 2014 12:39:36 -0000 Author: marino Date: Tue May 27 12:39:36 2014 New Revision: 355502 URL: http://svnweb.freebsd.org/changeset/ports/355502 QAT: https://qat.redports.org/buildarchive/r355502/ Log: audio/opusfile: Unbreak The previous change had two errors: The pkg-plist wasn't correct and USE_AUTOTOOLS+= libtool is still required. This fix was confirmed in Redports. Approved by: just-fix-it blanket Modified: head/audio/opusfile/Makefile head/audio/opusfile/pkg-plist Modified: head/audio/opusfile/Makefile ============================================================================== --- head/audio/opusfile/Makefile Tue May 27 12:35:25 2014 (r355501) +++ head/audio/opusfile/Makefile Tue May 27 12:39:36 2014 (r355502) @@ -2,7 +2,7 @@ PORTNAME= opusfile PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ ${MASTER_SITE_MOZILLA_EXTENDED} @@ -19,7 +19,7 @@ LIB_DEPENDS= libogg.so:${PORTSDIR}/audio USES= gmake libtool pkgconfig pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:env aclocal:env automake:env +USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool MAKE_JOBS_UNSAFE= yes PATHFIX_MAKEFILEIN= Makefile.am Modified: head/audio/opusfile/pkg-plist ============================================================================== --- head/audio/opusfile/pkg-plist Tue May 27 12:35:25 2014 (r355501) +++ head/audio/opusfile/pkg-plist Tue May 27 12:39:36 2014 (r355502) @@ -1,12 +1,8 @@ include/opus/opusfile.h lib/libopusfile.a lib/libopusfile.so -lib/libopusfile.so.0 -lib/libopusfile.so.0.3.0 lib/libopusurl.a lib/libopusurl.so -lib/libopusurl.so.0 -lib/libopusurl.so.0.3.0 libdata/pkgconfig/opusfile.pc libdata/pkgconfig/opusurl.pc @comment Insert PLIST.doc here