svn commit: r357375 - head/audio/openal

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 10 20:48:46 UTC 2014


Author: amdmi3
Date: Tue Jun 10 20:48:45 2014
New Revision: 357375
URL: http://svnweb.freebsd.org/changeset/ports/357375
QAT: https://qat.redports.org/buildarchive/r357375/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/audio/openal/Makefile
  head/audio/openal/pkg-plist

Modified: head/audio/openal/Makefile
==============================================================================
--- head/audio/openal/Makefile	Tue Jun 10 20:40:33 2014	(r357374)
+++ head/audio/openal/Makefile	Tue Jun 10 20:48:45 2014	(r357375)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openal
 PORTVERSION=	20060211
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	audio
 MASTER_SITES=	GENTOO/distfiles
 DISTVERSION=	0.0.8
@@ -15,14 +15,13 @@ LICENSE=	GPLv2
 
 CONFLICTS=	openal-soft-[0-9]*
 
-USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 CFLAGS+=	-Wno-return-type
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--enable-capture \
 		--disable-arts
-USES=		pathfix pkgconfig gmake
+USES=		pathfix pkgconfig gmake libtool:keepla
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	ESOUND SDL VORBIS SMPEG ALSA

Modified: head/audio/openal/pkg-plist
==============================================================================
--- head/audio/openal/pkg-plist	Tue Jun 10 20:40:33 2014	(r357374)
+++ head/audio/openal/pkg-plist	Tue Jun 10 20:48:45 2014	(r357375)
@@ -6,5 +6,6 @@ lib/libopenal.a
 lib/libopenal.la
 lib/libopenal.so
 lib/libopenal.so.0
+lib/libopenal.so.0.0.0
 libdata/pkgconfig/openal.pc
 @dirrmtry include/AL


More information about the svn-ports-head mailing list