summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/sidplay/distinfo3
-rw-r--r--audio/sidplay/patches/patch-aa13
-rw-r--r--audio/wmmixer/distinfo3
-rw-r--r--audio/wmmixer/patches/patch-ac13
-rw-r--r--audio/wmsmixer/distinfo3
-rw-r--r--audio/wmsmixer/patches/patch-ab13
6 files changed, 45 insertions, 3 deletions
diff --git a/audio/sidplay/distinfo b/audio/sidplay/distinfo
index 84f01aa4929..1a1767333e0 100644
--- a/audio/sidplay/distinfo
+++ b/audio/sidplay/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 20:39:51 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/12/11 21:00:57 joerg Exp $
SHA1 (sidplay-base-1.0.9.tgz) = 0a159a9710fd82c942fe011a0d2ac70fb01be29c
RMD160 (sidplay-base-1.0.9.tgz) = 4a96d5ebc5510d2b348bc837c184912c7f16789a
Size (sidplay-base-1.0.9.tgz) = 71969 bytes
+SHA1 (patch-aa) = 19152c74918debf52578407b3b08331f969ad8d8
diff --git a/audio/sidplay/patches/patch-aa b/audio/sidplay/patches/patch-aa
new file mode 100644
index 00000000000..d991a3229bf
--- /dev/null
+++ b/audio/sidplay/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.7 2005/12/11 21:00:57 joerg Exp $
+
+--- configure.orig 2005-12-11 20:52:28.000000000 +0000
++++ configure
+@@ -1541,7 +1541,7 @@ EOF
+ $CP audio/oss/* .
+ echo "$ac_t""oss" 1>&6
+ ;;
+- *freebsd*) cat >> confdefs.h <<\EOF
++ *freebsd* | *dragonfly*) cat >> confdefs.h <<\EOF
+ #define HAVE_FREEBSD 1
+ EOF
+
diff --git a/audio/wmmixer/distinfo b/audio/wmmixer/distinfo
index bbc98233267..96a1e6cf4ef 100644
--- a/audio/wmmixer/distinfo
+++ b/audio/wmmixer/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 20:39:53 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/12/11 20:52:34 joerg Exp $
SHA1 (wmmixer-1.0-beta1.tgz) = b8695455e1a7364aa337feb924f059db9a5856fe
RMD160 (wmmixer-1.0-beta1.tgz) = 5edea21f2154ebce018b7c34d9f05892acab16d4
Size (wmmixer-1.0-beta1.tgz) = 18801 bytes
SHA1 (patch-aa) = 4ee2ac096da6ee07a5e917242a6066c842dfa4d4
SHA1 (patch-ab) = 7fd4f67cd2bf121fd33d6cbefc1067172644da14
+SHA1 (patch-ac) = 05278709a52394e8f573e54bfcc77e7eacd40168
diff --git a/audio/wmmixer/patches/patch-ac b/audio/wmmixer/patches/patch-ac
new file mode 100644
index 00000000000..c32cdf2b61d
--- /dev/null
+++ b/audio/wmmixer/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2005/12/11 20:52:34 joerg Exp $
+
+--- mixctl.h.orig 2005-12-11 20:47:51.000000000 +0000
++++ mixctl.h
+@@ -18,7 +18,7 @@
+ #ifdef __NetBSD__
+ #include <soundcard.h>
+ #endif
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+ #include <machine/soundcard.h>
+ #endif
+ #ifdef __linux__
diff --git a/audio/wmsmixer/distinfo b/audio/wmsmixer/distinfo
index 0611bbdd192..da9877360d8 100644
--- a/audio/wmsmixer/distinfo
+++ b/audio/wmsmixer/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 20:39:53 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/12/11 20:51:07 joerg Exp $
SHA1 (wmsmixer-0.5.1.tar.gz) = 32473bf99b7c0dfa4a2b7d0d850288354aebde58
RMD160 (wmsmixer-0.5.1.tar.gz) = 2f8ab0bf8571b9ea1e111f5e22c3df8ea017dec7
Size (wmsmixer-0.5.1.tar.gz) = 33350 bytes
SHA1 (patch-aa) = 0db2abe3d917778545e420fe61e4cefce03ce0c6
+SHA1 (patch-ab) = 78ede51033648a4a79d884ebb3d5c6b0b5e9ba86
diff --git a/audio/wmsmixer/patches/patch-ab b/audio/wmsmixer/patches/patch-ab
new file mode 100644
index 00000000000..d743287caa5
--- /dev/null
+++ b/audio/wmsmixer/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2005/12/11 20:51:07 joerg Exp $
+
+--- mixctl.h.orig 2005-12-11 20:44:55.000000000 +0000
++++ mixctl.h
+@@ -18,7 +18,7 @@
+ #ifdef __NetBSD__
+ #include <soundcard.h>
+ #endif
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+ #include <machine/soundcard.h>
+ #endif
+ #ifdef __linux__