summaryrefslogtreecommitdiff
path: root/emulators/ucon64/patches
diff options
context:
space:
mode:
authortv <tv>2006-10-23 11:17:55 +0000
committertv <tv>2006-10-23 11:17:55 +0000
commit311a3d8d6e9756466f691438be221df910e549e3 (patch)
tree466d889237e7042afdaa997747d22ee0193d47a3 /emulators/ucon64/patches
parentf781c754360328aad274df1ad5eb44f22d51a794 (diff)
downloadpkgsrc-311a3d8d6e9756466f691438be221df910e549e3.tar.gz
Revert "fix test ==" patch. We don't use the install script in question
(for BeOS, which we also don't support anyway), so it's just an extraneous patch to maintain.
Diffstat (limited to 'emulators/ucon64/patches')
-rw-r--r--emulators/ucon64/patches/patch-ag22
1 files changed, 0 insertions, 22 deletions
diff --git a/emulators/ucon64/patches/patch-ag b/emulators/ucon64/patches/patch-ag
deleted file mode 100644
index a8156a9c76b..00000000000
--- a/emulators/ucon64/patches/patch-ag
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2006/10/22 17:55:41 rillig Exp $
-
---- install_beos.sh.orig 2003-05-21 16:21:12.000000000 +0200
-+++ install_beos.sh 2006-10-22 19:39:20.000000000 +0200
-@@ -7,7 +7,7 @@ areply=$(alert "This will start installa
- uCON64 will be installed in $HOME/config/bin.
-
- Do you want to continue?" "Cancel" "Install")
--if [ "$areply" == "Install" ]; then
-+if [ "$areply" = "Install" ]; then
- cp ucon64 "$HOME/config/bin"
- if [ ! -e "$HOME/.ucon64" ]; then
- mkdir "$HOME/.ucon64"
-@@ -24,7 +24,7 @@ if [ "$areply" == "Install" ]; then
- drreply=$(alert "In order to communicate with a backup device (\"copier\") uCON64 needs the BeOS ioport driver by Caz Jones. You needn't install it if you don't want to use uCON64 for communicating with a copier.
-
- Would you like to do install it?" "No" "Yes, install driver")
-- if [ "$drreply" == "Yes, install driver" ]; then
-+ if [ "$drreply" = "Yes, install driver" ]; then
- if [ -e "$HOME/ioport" ]; then
- cd "$HOME/ioport/driver"
- install_ioport