aboutsummaryrefslogtreecommitdiffstats
path: root/audio/splay/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-04-19 23:40:55 +0800
committersteve <steve@FreeBSD.org>1998-04-19 23:40:55 +0800
commitdecca2c9b0d5e16a1a3c07b0520c27798fbd6c89 (patch)
treeada83543995d7e5b6772b739f3a244a4c881ce44 /audio/splay/files
parent16996a39c2ed5b6b219e396cc614a266e9f06f3f (diff)
downloadfreebsd-ports-gnome-decca2c9b0d5e16a1a3c07b0520c27798fbd6c89.tar.gz
freebsd-ports-gnome-decca2c9b0d5e16a1a3c07b0520c27798fbd6c89.tar.zst
freebsd-ports-gnome-decca2c9b0d5e16a1a3c07b0520c27798fbd6c89.zip
Upgrade to version 0.8.2.
PR: 6122 Submitted by: maintainer
Diffstat (limited to 'audio/splay/files')
-rw-r--r--audio/splay/files/patch-aa53
-rw-r--r--audio/splay/files/patch-ab24
2 files changed, 48 insertions, 29 deletions
diff --git a/audio/splay/files/patch-aa b/audio/splay/files/patch-aa
index 253006d4b401..dcc51df4e75e 100644
--- a/audio/splay/files/patch-aa
+++ b/audio/splay/files/patch-aa
@@ -1,19 +1,34 @@
-*** mpegsound/rawplayer.cc Thu Mar 27 22:18:47 1997
---- mpegsound/rawplayer.cc Tue Apr 1 19:33:46 1997
-***************
-*** 8,14 ****
-
- #include <fcntl.h>
- #include <sys/ioctl.h>
-! #include <sys/soundcard.h>
-
- #include "mpegsound.h"
-
---- 8,14 ----
-
- #include <fcntl.h>
- #include <sys/ioctl.h>
-! #include <machine/soundcard.h>
-
- #include "mpegsound.h"
-
+diff -uNr ../../splay-0.8.2/mpegsound/httpinput.cc ./mpegsound/httpinput.cc
+--- ../../splay-0.8.2/mpegsound/httpinput.cc Fri Mar 6 17:43:55 1998
++++ ./mpegsound/httpinput.cc Fri Mar 20 11:00:16 1998
+@@ -13,6 +13,7 @@
+
+ #include <sys/stat.h>
+ #include <unistd.h>
++#include <errno.h>
+
+ #include "mpegsound.h"
+
+diff -uNr ../../splay-0.8.2/mpegsound/rawplayer.cc ./mpegsound/rawplayer.cc
+--- ../../splay-0.8.2/mpegsound/rawplayer.cc Fri Mar 6 17:43:55 1998
++++ ./mpegsound/rawplayer.cc Fri Mar 20 11:00:29 1998
+@@ -13,7 +13,7 @@
+ #include <fcntl.h>
+ #include <unistd.h>
+ #include <sys/ioctl.h>
+-#include <sys/soundcard.h>
++#include <machine/soundcard.h>
+
+ #include "mpegsound.h"
+
+diff -uNr ../../splay-0.8.2/src/splay/splay.cc ./src/splay/splay.cc
+--- ../../splay-0.8.2/src/splay/splay.cc Fri Mar 6 17:43:55 1998
++++ ./src/splay/splay.cc Fri Mar 20 11:01:55 1998
+@@ -12,6 +12,7 @@
+
+ #include <string.h>
+ #include <unistd.h>
++#include <stdlib.h>
+
+ #include <mpegsound.h>
+
diff --git a/audio/splay/files/patch-ab b/audio/splay/files/patch-ab
index cce91b282d0f..8ca578c50572 100644
--- a/audio/splay/files/patch-ab
+++ b/audio/splay/files/patch-ab
@@ -1,11 +1,15 @@
---- 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>
+--- Makefile.in.orig Sat Apr 4 17:32:23 1998
++++ Makefile.in Sat Apr 4 17:38:18 1998
+@@ -132,12 +132,6 @@
+ else file=splay.1; fi; \
+ echo " $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst"; \
+ $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
+- @sect=1; \
+- inst=`echo "xsplay" | sed '$(transform)'`.1; \
+- if test -f $(srcdir)/xsplay.1; then file=$(srcdir)/xsplay.1; \
+- else file=xsplay.1; fi; \
+- echo " $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst"; \
+- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
+ uninstall-man:
+ $(NORMAL_UNINSTALL)