summaryrefslogtreecommitdiffstats
path: root/audio/sidplay
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-01-22 12:06:41 +0000
committerarved <arved@FreeBSD.org>2003-01-22 12:06:41 +0000
commite3078c1f7ef1676441563db2319273599cab39b9 (patch)
treedc1653feb0c6e9c0801a6e122b90bac51b49c31d /audio/sidplay
parentb698f49aea322c8fc1d118b8f7d1b1553ac0380d (diff)
downloadFreeBSD-ports-e3078c1f7ef1676441563db2319273599cab39b9.zip
FreeBSD-ports-e3078c1f7ef1676441563db2319273599cab39b9.tar.gz
Update to 1.0.9
PR: 47309 Submitted by: Stefan `Sec` Zehl <sec@42.org>
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 50fe879..455c59e 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 61db803..ce0f457 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 89ecd04..91e7a40 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)
OpenPOWER on IntegriCloud