Date: Tue, 10 Jun 2014 20:48:45 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357375 - head/audio/openal Message-ID: <201406102048.s5AKmjc7010404@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406102048.s5AKmjc7010404>