pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/gtick Add DragonFly support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ccdd5b61a89d
branches:  trunk
changeset: 504496:ccdd5b61a89d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Dec 12 00:15:13 2005 +0000

description:
Add DragonFly support.

diffstat:

 audio/gtick/distinfo         |   3 ++-
 audio/gtick/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 89fabe687d26 -r ccdd5b61a89d audio/gtick/distinfo
--- a/audio/gtick/distinfo      Mon Dec 12 00:11:52 2005 +0000
+++ b/audio/gtick/distinfo      Mon Dec 12 00:15:13 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/11/24 23:19:51 rpaulo Exp $
+$NetBSD: distinfo,v 1.2 2005/12/12 00:15:13 joerg Exp $
 
 SHA1 (gtick-0.3.7.tar.gz) = 08e10d13fe6f4364340ad6da3749a0fbf764f827
 RMD160 (gtick-0.3.7.tar.gz) = ab2de888eebd2ed1ab748f6e1f952e15a2da7ac7
 Size (gtick-0.3.7.tar.gz) = 395475 bytes
+SHA1 (patch-aa) = 5cfafc41d6db4205321d7e89b438833002be1f25
diff -r 89fabe687d26 -r ccdd5b61a89d audio/gtick/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gtick/patches/patch-aa      Mon Dec 12 00:15:13 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/12/12 00:15:13 joerg Exp $
+
+--- src/dsp.c.orig     2005-11-20 20:20:49.000000000 +0000
++++ src/dsp.c
+@@ -41,7 +41,7 @@
+ #endif
+ 
+ /* OSS headers */
+-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
++#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
+ #include <sys/soundcard.h>
+ #else
+ #include <linux/soundcard.h>



Home | Main Index | Thread Index | Old Index