summaryrefslogtreecommitdiff
path: root/audio/oss/files
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2008-01-07 17:37:38 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2008-01-07 17:37:38 +0000
commit7c7d5b0c28c4f751167e9d149896b6b58d95406c (patch)
tree42a86af30cbed036bdb6f817393eedf440c93215 /audio/oss/files
parentUpdate to 1.6.2 (diff)
Chase the source tarball changes by the vendor.
Two patches were missing in the previous commit. Oops.
Notes
Notes: svn path=/head/; revision=205178
Diffstat (limited to 'audio/oss/files')
-rw-r--r--audio/oss/files/patch-setup-FreeBSD-make.local10
-rw-r--r--audio/oss/files/patch-setup-FreeBSD-sbin-soundon6
2 files changed, 6 insertions, 10 deletions
diff --git a/audio/oss/files/patch-setup-FreeBSD-make.local b/audio/oss/files/patch-setup-FreeBSD-make.local
index 602585647f8a..4effd12eff25 100644
--- a/audio/oss/files/patch-setup-FreeBSD-make.local
+++ b/audio/oss/files/patch-setup-FreeBSD-make.local
@@ -1,6 +1,6 @@
---- setup/FreeBSD/make.local.orig Fri Jun 15 22:52:47 2007
-+++ setup/FreeBSD/make.local Fri Jun 15 22:53:15 2007
-@@ -2,14 +2,9 @@
+--- setup/FreeBSD/make.local.orig 2008-01-05 18:38:18.000000000 -0500
++++ setup/FreeBSD/make.local 2008-01-07 11:52:17.000000000 -0500
+@@ -2,10 +2,9 @@
sh build.sh
copy: build
@@ -11,8 +11,4 @@
install: copy
- cd /usr/lib/oss/build && sh install.sh
-- sync
-- soundoff
-- sync
-- soundon
+ cd prototype/usr/lib/oss/build && sh install.sh
diff --git a/audio/oss/files/patch-setup-FreeBSD-sbin-soundon b/audio/oss/files/patch-setup-FreeBSD-sbin-soundon
index 9883c0441d5b..94d8e951b5da 100644
--- a/audio/oss/files/patch-setup-FreeBSD-sbin-soundon
+++ b/audio/oss/files/patch-setup-FreeBSD-sbin-soundon
@@ -1,5 +1,5 @@
---- setup/FreeBSD/sbin/soundon.orig 2007-08-28 03:30:00.000000000 -0400
-+++ setup/FreeBSD/sbin/soundon 2007-09-05 14:22:59.000000000 -0400
+--- setup/FreeBSD/sbin/soundon.orig 2008-01-05 19:20:13.000000000 -0500
++++ setup/FreeBSD/sbin/soundon 2008-01-07 11:55:41.000000000 -0500
@@ -1,10 +1,10 @@
#!/bin/sh
@@ -27,7 +27,7 @@
done
echo "+++ ossinfo -v3 +++" >> $LOG
--ossinfo -v3 >> $LOG 2>&1
+-/usr/bin/ossinfo -v3 >> $LOG 2>&1
+%%PREFIX%%/bin/ossinfo -v3 >> $LOG 2>&1
echo "+++ /dev/sndstat +++" >> $LOG
cat /dev/sndstat >> $LOG 2>&1