diff options
Diffstat (limited to 'audio/splay')
-rw-r--r-- | audio/splay/Makefile | 4 | ||||
-rw-r--r-- | audio/splay/distinfo | 2 | ||||
-rw-r--r-- | audio/splay/files/patch-ab | 11 |
3 files changed, 14 insertions, 3 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile index 92dd657fe73d..82a8e374b730 100644 --- a/audio/splay/Makefile +++ b/audio/splay/Makefile @@ -3,10 +3,10 @@ # Date created: 1 Apr 1997 # Whom: junker@jazz.snu.ac.kr # -# $Id$ +# $Id: Makefile,v 1.3 1997/05/16 07:39:27 max Exp $ # -DISTNAME= splay-0.3 +DISTNAME= splay-0.5 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/players/ diff --git a/audio/splay/distinfo b/audio/splay/distinfo index 99cd5dba6a94..2563a9b3a0d0 100644 --- a/audio/splay/distinfo +++ b/audio/splay/distinfo @@ -1 +1 @@ -MD5 (splay-0.3.tar.gz) = db2a43b005fe729cc739e22453a85091 +MD5 (splay-0.5.tar.gz) = 6c98edfb97961c4f89c6a4b8e9aac405 diff --git a/audio/splay/files/patch-ab b/audio/splay/files/patch-ab new file mode 100644 index 000000000000..cce91b282d0f --- /dev/null +++ b/audio/splay/files/patch-ab @@ -0,0 +1,11 @@ +--- src/cmd/cmd.cc.orig Sat Aug 9 16:31:03 1997 ++++ src/cmd/cmd.cc Sat Aug 9 16:31:15 1997 +@@ -15,7 +15,7 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <sys/ioctl.h> +-#include <sys/soundcard.h> ++#include <machine/soundcard.h> + + #include <mpegsound.h> + |