aboutsummaryrefslogtreecommitdiff
path: root/audio/sidplay
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-01-22 12:06:41 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-01-22 12:06:41 +0000
commit644418eec9cffbbddae1407ea647040fcfbf4572 (patch)
tree4a7dc880636a5cfd7f64a8544cf1a5052b7d1bbb /audio/sidplay
parent6f1fc3f0db90fab4dd45fad1dd6102dd8c732be5 (diff)
downloadports-644418eec9cffbbddae1407ea647040fcfbf4572.tar.gz
ports-644418eec9cffbbddae1407ea647040fcfbf4572.zip
Update to 1.0.9
PR: 47309 Submitted by: Stefan `Sec` Zehl <sec@42.org>
Notes
Notes: svn path=/head/; revision=73778
Diffstat (limited to 'audio/sidplay')
-rw-r--r--audio/sidplay/Makefile2
-rw-r--r--audio/sidplay/distinfo2
-rw-r--r--audio/sidplay/files/patch-audio_oss_audiodrv.h11
3 files changed, 6 insertions, 9 deletions
diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile
index 50fe879184a8..455c59e6afcb 100644
--- a/audio/sidplay/Makefile
+++ b/audio/sidplay/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sidplay
-PORTVERSION= 1.0.8
+PORTVERSION= 1.0.9
CATEGORIES= audio emulators
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
DISTNAME= ${PORTNAME}-base-${PORTVERSION}
diff --git a/audio/sidplay/distinfo b/audio/sidplay/distinfo
index 61db803a5366..ce0f457f4c8a 100644
--- a/audio/sidplay/distinfo
+++ b/audio/sidplay/distinfo
@@ -1 +1 @@
-MD5 (sidplay-base-1.0.8.tgz) = 7a68242d2a5affa8c2a5add83107bff8
+MD5 (sidplay-base-1.0.9.tgz) = 633506d1225ce9713106fc8d851b0750
diff --git a/audio/sidplay/files/patch-audio_oss_audiodrv.h b/audio/sidplay/files/patch-audio_oss_audiodrv.h
index 89ecd047abb6..91e7a4013bbf 100644
--- a/audio/sidplay/files/patch-audio_oss_audiodrv.h
+++ b/audio/sidplay/files/patch-audio_oss_audiodrv.h
@@ -1,8 +1,5 @@
-
-$FreeBSD$
-
---- audio/oss/audiodrv.h.orig Sun Apr 11 06:00:00 1999
-+++ audio/oss/audiodrv.h Tue Jul 30 14:12:10 2002
+--- audio/oss/audiodrv.h.org Tue Jan 21 19:51:13 2003
++++ audio/oss/audiodrv.h Tue Jan 21 19:51:50 2003
@@ -16,8 +16,8 @@
#if defined(HAVE_LINUX) && defined(HAVE_LINUX_SOUNDCARD_H)
@@ -11,6 +8,6 @@ $FreeBSD$
- #include <machine/soundcard.h>
+#elif defined(HAVE_FREEBSD) && defined(HAVE_SYS_SOUNDCARD_H)
+ #include <sys/soundcard.h>
- #elif defined(HAVE_NETBSD) && defined(HAVE_SOUNDCARD_H)
+ #elif defined(HAVE_OPENBSD) && defined(HAVE_SOUNDCARD_H)
#include <soundcard.h>
- #else
+ #elif defined(HAVE_NETBSD) && defined(HAVE_SOUNDCARD_H)