[Midnightbsd-cvs] mports [18168] trunk/audio/openal: partial fix

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 15 16:12:46 EDT 2015


Revision: 18168
          http://svnweb.midnightbsd.org/mports/?rev=18168
Author:   laffer1
Date:     2015-03-15 16:12:45 -0400 (Sun, 15 Mar 2015)
Log Message:
-----------
partial fix

Modified Paths:
--------------
    trunk/audio/openal/Makefile
    trunk/audio/openal/distinfo
    trunk/audio/openal/pkg-plist

Modified: trunk/audio/openal/Makefile
===================================================================
--- trunk/audio/openal/Makefile	2015-03-15 20:08:01 UTC (rev 18167)
+++ trunk/audio/openal/Makefile	2015-03-15 20:12:45 UTC (rev 18168)
@@ -3,22 +3,21 @@
 
 PORTNAME=	openal
 PORTVERSION=	20060211
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	audio
 MASTER_SITES=	http://openal.org/openal_webstf/downloads/
 DISTVERSION=	0.0.8
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A 3D positional spatialized sound library
+COMMENT=	3D positional spatialized sound library
+
 LICENSE=	gpl2
 
-USES=	libtool
+USES=	libtool gmake pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	${MACHINE_ARCH}-portbld-freebsd7.0
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
 CONFIGURE_ARGS=	--enable-capture
-USE_GMAKE=	yes
-USE_GNOME=	pkgconfig gnomehack
 WANT_SDL=	yes
 USE_LDCONFIG=	yes
 
@@ -96,7 +95,4 @@
 	@${REINPLACE_CMD} -e '/^NASM=/ s|=.*|=no|' ${WRKSRC}/configure
 .endif
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.post.mk>

Modified: trunk/audio/openal/distinfo
===================================================================
--- trunk/audio/openal/distinfo	2015-03-15 20:08:01 UTC (rev 18167)
+++ trunk/audio/openal/distinfo	2015-03-15 20:12:45 UTC (rev 18168)
@@ -1,3 +1,2 @@
 SHA256 (openal-0.0.8.tar.gz) = 723e2c57c3cdffa7ff11f9b6b5478d6cb4af017e5a1ee7a56032969c39c1c2fe
-RMD160 (openal-0.0.8.tar.gz) = 29368dbceea7cfd8b5c520b9e0f0cfdc7324e265
 SIZE (openal-0.0.8.tar.gz) = 870671

Modified: trunk/audio/openal/pkg-plist
===================================================================
--- trunk/audio/openal/pkg-plist	2015-03-15 20:08:01 UTC (rev 18167)
+++ trunk/audio/openal/pkg-plist	2015-03-15 20:12:45 UTC (rev 18168)
@@ -6,5 +6,5 @@
 lib/libopenal.la
 lib/libopenal.so
 lib/libopenal.so.0
+lib/libopenal.so.0.0.0
 libdata/pkgconfig/openal.pc
- at dirrm include/AL



More information about the Midnightbsd-cvs mailing list