summaryrefslogtreecommitdiff
path: root/audio/openal
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-30 15:01:46 +0000
committerjoerg <joerg>2007-08-30 15:01:46 +0000
commit451123ac7a3723af1dfd6c0909bd0b784c1819ba (patch)
treea8d4a4275d842c8ef98ff0b05eb51bf1ec3b3ec5 /audio/openal
parent7dbfedc70f9ba0d50233bae31951d0554f748b72 (diff)
downloadpkgsrc-451123ac7a3723af1dfd6c0909bd0b784c1819ba.tar.gz
Include OSS backend on DragonFly. Bump revision.
XXX The configure check is completely bogus.
Diffstat (limited to 'audio/openal')
-rw-r--r--audio/openal/Makefile3
-rw-r--r--audio/openal/distinfo4
-rw-r--r--audio/openal/patches/patch-ac13
-rw-r--r--audio/openal/patches/patch-ad13
4 files changed, 31 insertions, 2 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile
index 74da5025414..6bdaf588936 100644
--- a/audio/openal/Makefile
+++ b/audio/openal/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2007/01/03 07:03:15 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2007/08/30 15:01:46 joerg Exp $
DISTNAME= openal-0.0.8
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.openal.org/openal_webstf/downloads/
diff --git a/audio/openal/distinfo b/audio/openal/distinfo
index 0a46d459bd7..34fd5e3d83f 100644
--- a/audio/openal/distinfo
+++ b/audio/openal/distinfo
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.8 2007/04/06 15:47:29 obache Exp $
+$NetBSD: distinfo,v 1.9 2007/08/30 15:01:46 joerg Exp $
SHA1 (openal-0.0.8.tar.gz) = 31aaedc18bd26759bd51f4fa495bc4ccb08acb3e
RMD160 (openal-0.0.8.tar.gz) = 29368dbceea7cfd8b5c520b9e0f0cfdc7324e265
Size (openal-0.0.8.tar.gz) = 870671 bytes
SHA1 (patch-aa) = a56bdb2f66d5899628ed6aa452d816f439778ccc
SHA1 (patch-ab) = e0bfe865021fa54fe276e1c5da312f6d3747102b
+SHA1 (patch-ac) = a8911a1c8f421c9043df3ed5d7054a30f92eb635
+SHA1 (patch-ad) = c740552ebcb4f846faa7ac17140753a6aac4393c
diff --git a/audio/openal/patches/patch-ac b/audio/openal/patches/patch-ac
new file mode 100644
index 00000000000..e035454bdf4
--- /dev/null
+++ b/audio/openal/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2007/08/30 15:01:46 joerg Exp $
+
+--- configure.ac.orig 2007-08-30 14:14:55.000000000 +0000
++++ configure.ac
+@@ -648,7 +648,7 @@ if test "x$enable_bsd" = xno; then
+ openal_backend_bsd_support=disabled
+ else
+ case "$target" in
+- *bsd*) openal_backend_bsd_support=static ;;
++ *bsd* | *dragonfly*) openal_backend_bsd_support=static ;;
+ *) openal_backend_bsd_support=none
+ if test "x$enable_bsd" = xyes; then
+ AC_MSG_WARN([--enable-bsd ignored because this is no BSD build.])
diff --git a/audio/openal/patches/patch-ad b/audio/openal/patches/patch-ad
new file mode 100644
index 00000000000..a8f29685fca
--- /dev/null
+++ b/audio/openal/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.4 2007/08/30 15:01:46 joerg Exp $
+
+--- configure.orig 2007-08-30 14:15:59.000000000 +0000
++++ configure
+@@ -23233,7 +23233,7 @@ if test "x$enable_bsd" = xno; then
+ openal_backend_bsd_support=disabled
+ else
+ case "$target" in
+- *bsd*) openal_backend_bsd_support=static ;;
++ *bsd* | *dragonfly*) openal_backend_bsd_support=static ;;
+ *) openal_backend_bsd_support=none
+ if test "x$enable_bsd" = xyes; then
+ { echo "$as_me:$LINENO: WARNING: --enable-bsd ignored because this is no BSD build." >&5