aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2004-05-18 19:47:25 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2004-05-18 19:47:25 +0000
commitce636c413b5b874157f29d2b3c288940c625593c (patch)
tree518a40b5c2f066e0bdc41aed2c9a1c79097e8c17
parent0f5d5158b75ef2ac11f0f1ba0881a1bd5144dfba (diff)
downloadports-ce636c413b5b874157f29d2b3c288940c625593c.tar.gz
ports-ce636c413b5b874157f29d2b3c288940c625593c.zip
Notes
-rw-r--r--audio/gkrellmvolume2/Makefile3
-rw-r--r--audio/gkrellmvolume2/distinfo4
-rw-r--r--audio/gkrellmvolume2/files/patch-oss_mixer.c14
-rw-r--r--audio/gkrellmvolume2/files/patch-unix_mixer.c14
4 files changed, 17 insertions, 18 deletions
diff --git a/audio/gkrellmvolume2/Makefile b/audio/gkrellmvolume2/Makefile
index 117a730f9a7c..5d7cb2fb9706 100644
--- a/audio/gkrellmvolume2/Makefile
+++ b/audio/gkrellmvolume2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gkrellmvolume
-PORTVERSION= 2.1.9
-PORTREVISION= 2
+PORTVERSION= 2.1.11
#PORTREVISION= 0
CATEGORIES= audio
MASTER_SITES= http://gkrellm.luon.net/files/
diff --git a/audio/gkrellmvolume2/distinfo b/audio/gkrellmvolume2/distinfo
index 9f37e5991e43..685bd5ea6661 100644
--- a/audio/gkrellmvolume2/distinfo
+++ b/audio/gkrellmvolume2/distinfo
@@ -1,2 +1,2 @@
-MD5 (gkrellm-volume-2.1.9.tar.gz) = 1a6c6fb0181fecfaa20fc5c9e58f39fc
-SIZE (gkrellm-volume-2.1.9.tar.gz) = 37888
+MD5 (gkrellm-volume-2.1.11.tar.gz) = d03a66d71531fdd2b018c21b0890adf2
+SIZE (gkrellm-volume-2.1.11.tar.gz) = 40489
diff --git a/audio/gkrellmvolume2/files/patch-oss_mixer.c b/audio/gkrellmvolume2/files/patch-oss_mixer.c
new file mode 100644
index 000000000000..f412a8509602
--- /dev/null
+++ b/audio/gkrellmvolume2/files/patch-oss_mixer.c
@@ -0,0 +1,14 @@
+Index: oss_mixer.c
+diff -u -p oss_mixer.c.orig oss_mixer.c
+--- oss_mixer.c.orig Wed May 19 04:39:27 2004
++++ oss_mixer.c Wed May 19 04:39:43 2004
+@@ -32,6 +32,9 @@
+ #else
+ #include <sys/soundcard.h>
+ #endif
++#if defined(SOUND_MIXER_INFO) && defined(__FreeBSD__)
++#undef SOUND_MIXER_INFO
++#endif
+
+ #include "mixer.h"
+ #include "oss_mixer.h"
diff --git a/audio/gkrellmvolume2/files/patch-unix_mixer.c b/audio/gkrellmvolume2/files/patch-unix_mixer.c
deleted file mode 100644
index 83f0dd2077e1..000000000000
--- a/audio/gkrellmvolume2/files/patch-unix_mixer.c
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: unix_mixer.c
-diff -u unix_mixer.c.orig unix_mixer.c
---- unix_mixer.c.orig Tue Jun 17 04:03:16 2003
-+++ unix_mixer.c Sat Sep 27 12:51:20 2003
-@@ -32,6 +32,9 @@
- #else
- #include <sys/soundcard.h>
- #endif
-+#if defined(SOUND_MIXER_INFO) && defined(__FreeBSD__)
-+#undef SOUND_MIXER_INFO
-+#endif
-
- #include "mixer.h"
- #include "common_mixer.h"