From owner-svn-ports-all@FreeBSD.ORG Tue May 27 20:57:20 2014 Return-Path: Delivered-To: svn-ports-all@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 506A4F74; Tue, 27 May 2014 20:57:20 +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 3DDFC24E2; Tue, 27 May 2014 20:57:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4RKvK0G020105; Tue, 27 May 2014 20:57:20 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4RKvJ3n020103; Tue, 27 May 2014 20:57:19 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201405272057.s4RKvJ3n020103@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 27 May 2014 20:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355571 - 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 20:57:20 -0000 Author: tijl Date: Tue May 27 20:57:19 2014 New Revision: 355571 URL: http://svnweb.freebsd.org/changeset/ports/355571 QAT: https://qat.redports.org/buildarchive/r355571/ Log: Replace autoreconf in pre-configure with standard USE_AUTOTOOLS. Modified: head/audio/opusfile/Makefile head/audio/opusfile/pkg-plist Modified: head/audio/opusfile/Makefile ============================================================================== --- head/audio/opusfile/Makefile Tue May 27 20:52:17 2014 (r355570) +++ head/audio/opusfile/Makefile Tue May 27 20:57:19 2014 (r355571) @@ -2,7 +2,7 @@ PORTNAME= opusfile PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 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 libtool +USE_AUTOTOOLS= aclocal autoconf autoheader automake MAKE_JOBS_UNSAFE= yes PATHFIX_MAKEFILEIN= Makefile.am @@ -40,9 +40,6 @@ post-patch: ${WRKSRC}/Makefile.am @${CP} ${FILESDIR}/ftime.c ${WRKSRC}/src/ -pre-configure: - @(cd ${WRKSRC} && ${AUTORECONF} -fi) - post-install: .if ${PORT_OPTIONS:MDOXYGEN} @${RM} -f ${WRKDIR}/PLIST.doc ; \ Modified: head/audio/opusfile/pkg-plist ============================================================================== --- head/audio/opusfile/pkg-plist Tue May 27 20:52:17 2014 (r355570) +++ head/audio/opusfile/pkg-plist Tue May 27 20:57:19 2014 (r355571) @@ -1,8 +1,12 @@ 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