From 9e2764c7ee930b492a7cc26dc4ebb1f7d161b9e8 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 30 Aug 2007 15:01:46 +0000 Subject: Include OSS backend on DragonFly. Bump revision. XXX The configure check is completely bogus. --- 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(-) create mode 100644 audio/openal/patches/patch-ac create mode 100644 audio/openal/patches/patch-ad (limited to 'audio/openal') 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 -- cgit v1.2.3