pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/openal Include OSS backend on DragonFly. Bump re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e8f3fbf19b8
branches:  trunk
changeset: 532761:8e8f3fbf19b8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Aug 30 15:01:46 2007 +0000

description:
Include OSS backend on DragonFly. Bump revision.

XXX The configure check is completely bogus.

diffstat:

 audio/openal/Makefile         |   3 ++-
 audio/openal/distinfo         |   4 +++-
 audio/openal/patches/patch-ac |  13 +++++++++++++
 audio/openal/patches/patch-ad |  13 +++++++++++++
 4 files changed, 31 insertions(+), 2 deletions(-)

diffs (60 lines):

diff -r ecf492a1bb96 -r 8e8f3fbf19b8 audio/openal/Makefile
--- a/audio/openal/Makefile     Thu Aug 30 14:12:38 2007 +0000
+++ b/audio/openal/Makefile     Thu Aug 30 15:01:46 2007 +0000
@@ -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 -r ecf492a1bb96 -r 8e8f3fbf19b8 audio/openal/distinfo
--- a/audio/openal/distinfo     Thu Aug 30 14:12:38 2007 +0000
+++ b/audio/openal/distinfo     Thu Aug 30 15:01:46 2007 +0000
@@ -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 -r ecf492a1bb96 -r 8e8f3fbf19b8 audio/openal/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/openal/patches/patch-ac     Thu Aug 30 15:01:46 2007 +0000
@@ -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 -r ecf492a1bb96 -r 8e8f3fbf19b8 audio/openal/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/openal/patches/patch-ad     Thu Aug 30 15:01:46 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index