mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update to 1.0.9
PR: 47309 Submitted by: Stefan `Sec` Zehl <sec@42.org>
This commit is contained in:
parent
6f1fc3f0db
commit
644418eec9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73778
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= sidplay
|
PORTNAME= sidplay
|
||||||
PORTVERSION= 1.0.8
|
PORTVERSION= 1.0.9
|
||||||
CATEGORIES= audio emulators
|
CATEGORIES= audio emulators
|
||||||
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
|
||||||
DISTNAME= ${PORTNAME}-base-${PORTVERSION}
|
DISTNAME= ${PORTNAME}-base-${PORTVERSION}
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (sidplay-base-1.0.8.tgz) = 7a68242d2a5affa8c2a5add83107bff8
|
MD5 (sidplay-base-1.0.9.tgz) = 633506d1225ce9713106fc8d851b0750
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
|
--- audio/oss/audiodrv.h.org Tue Jan 21 19:51:13 2003
|
||||||
$FreeBSD$
|
+++ audio/oss/audiodrv.h Tue Jan 21 19:51:50 2003
|
||||||
|
|
||||||
--- audio/oss/audiodrv.h.orig Sun Apr 11 06:00:00 1999
|
|
||||||
+++ audio/oss/audiodrv.h Tue Jul 30 14:12:10 2002
|
|
||||||
@@ -16,8 +16,8 @@
|
@@ -16,8 +16,8 @@
|
||||||
|
|
||||||
#if defined(HAVE_LINUX) && defined(HAVE_LINUX_SOUNDCARD_H)
|
#if defined(HAVE_LINUX) && defined(HAVE_LINUX_SOUNDCARD_H)
|
||||||
@ -11,6 +8,6 @@ $FreeBSD$
|
|||||||
- #include <machine/soundcard.h>
|
- #include <machine/soundcard.h>
|
||||||
+#elif defined(HAVE_FREEBSD) && defined(HAVE_SYS_SOUNDCARD_H)
|
+#elif defined(HAVE_FREEBSD) && defined(HAVE_SYS_SOUNDCARD_H)
|
||||||
+ #include <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>
|
#include <soundcard.h>
|
||||||
#else
|
#elif defined(HAVE_NETBSD) && defined(HAVE_SOUNDCARD_H)
|
||||||
|
Loading…
Reference in New Issue
Block a user