summaryrefslogtreecommitdiff
path: root/lang/squeak/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'lang/squeak/patches/patch-af')
-rw-r--r--lang/squeak/patches/patch-af72
1 files changed, 13 insertions, 59 deletions
diff --git a/lang/squeak/patches/patch-af b/lang/squeak/patches/patch-af
index 3dec2edd7c9..7a6c1a119a7 100644
--- a/lang/squeak/patches/patch-af
+++ b/lang/squeak/patches/patch-af
@@ -1,60 +1,14 @@
-$NetBSD: patch-af,v 1.1 2001/08/23 21:18:31 fredb Exp $
+$NetBSD: patch-af,v 1.2 2004/04/26 07:10:16 fredb Exp $
-*** ../src/unix/inisqueak.in 21 May 2001 03:43:46 -0000 1.1.1.1
---- ../src/unix/inisqueak.in 21 May 2001 04:05:03 -0000
-***************
-*** 56,64 ****
- CHANGES=Squeak${VERSION}.changes
- SOURCES=SqueakV${MAJOR}.sources
-
-- # Sun's /bin/sh does not understand "test -e", but [/usr]/bin/test does
-- test="`which test`"
--
- startup="yes"
-
- if test ! -w .; then
---- 56,61 ----
-***************
-*** 81,90 ****
- {
- file="${1}"
- dir="${2}"
-! if ${test} ! -e ${1}; then
-! if ${test} -e ${2}/${1}; then
- echo "+ ${3} ${2}/${1} ."
- ${3} ${2}/${1} .
- else
- missing "${2}/${1}"
- fi
---- 78,89 ----
- {
- file="${1}"
- dir="${2}"
-! if test ! -f ${1} ; then
-! if test -f ${2}/${1} ; then
- echo "+ ${3} ${2}/${1} ."
- ${3} ${2}/${1} .
-+ echo "+ chmod u+w ${1}"
-+ chmod u+w ${1}
- else
- missing "${2}/${1}"
- fi
-***************
-*** 95,103 ****
- }
-
- install "${SOURCES}" "${SQDATADIR}" "ln -s"
-! install "${IMAGE}" "${VSQDATADIR}" "cp -p"
-! install "${CHANGES}" "${VSQDATADIR}" "cp -p"
-!
-! echo "Running ${SQUEAK}"
-
-! exec ${SQUEAK}
---- 94,100 ----
- }
-
- install "${SOURCES}" "${SQDATADIR}" "ln -s"
-! install "${IMAGE}" "${VSQDATADIR}" "cp"
-! install "${CHANGES}" "${VSQDATADIR}" "cp"
-
-! echo "Done. Now start 'squeak'!"
+--- platforms/unix/doc/squeak.1 2003-09-16 00:05:38.000000000 -0500
++++ platforms/unix/doc/squeak.1 2004-04-25 20:45:36.000000000 -0500
+@@ -370,6 +370,9 @@
+ .B \ \ \ sound=NAS
+ provides sound i/o via the Network Audio System.
+ .TP
++.B \ \ \ sound=NetBSD
++provides sound via the NetBSD device-independent audio layer.
++.TP
+ .B \ \ \ sound=Sun
+ provides sound on Sun Microsystems hardware.
+ .TP