Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2014 20:57:19 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355571 - head/audio/opusfile
Message-ID:  <201405272057.s4RKvJ3n020103@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405272057.s4RKvJ3n020103>