Upgrade to 0.5

Found by:	distfile checker
This commit is contained in:
Bill Fenner 1997-08-09 23:37:38 +00:00
parent 517a043a8c
commit 34e1ff051e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7509
3 changed files with 14 additions and 3 deletions

View File

@ -3,10 +3,10 @@
# Date created: 1 Apr 1997 # Date created: 1 Apr 1997
# Whom: junker@jazz.snu.ac.kr # 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 CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/players/ MASTER_SITE_SUBDIR= apps/sound/players/

View File

@ -1 +1 @@
MD5 (splay-0.3.tar.gz) = db2a43b005fe729cc739e22453a85091 MD5 (splay-0.5.tar.gz) = 6c98edfb97961c4f89c6a4b8e9aac405

View File

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