Update to 2.1.11.

This commit is contained in:
Hajimu UMEMOTO 2004-05-18 19:47:25 +00:00
parent 0f5d5158b7
commit ce636c413b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109472
4 changed files with 17 additions and 18 deletions

View file

@ -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/

View file

@ -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

View file

@ -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"

View file

@ -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"