svn commit: r355502 - head/audio/opusfile

John Marino marino at FreeBSD.org
Tue May 27 12:39:36 UTC 2014


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


More information about the svn-ports-all mailing list