pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/ucon64 Revert "fix test ==" patch. We don't...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c7ed8316564
branches:  trunk
changeset: 520572:7c7ed8316564
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 23 11:17:55 2006 +0000

description:
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:

 emulators/ucon64/distinfo         |   3 +--
 emulators/ucon64/patches/patch-ag |  22 ----------------------
 2 files changed, 1 insertions(+), 24 deletions(-)

diffs (40 lines):

diff -r 44ffacca1fa9 -r 7c7ed8316564 emulators/ucon64/distinfo
--- a/emulators/ucon64/distinfo Mon Oct 23 11:15:09 2006 +0000
+++ b/emulators/ucon64/distinfo Mon Oct 23 11:17:55 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2006/10/22 17:55:41 rillig Exp $
+$NetBSD: distinfo,v 1.4 2006/10/23 11:17:55 tv Exp $
 
 SHA1 (ucon64-2.0.0-src.tar.gz) = 8782bbc2bf5760fafe3fa4cd02b67991d984a973
 RMD160 (ucon64-2.0.0-src.tar.gz) = c28921cfae1a010db917b96be542c089690b374c
@@ -9,4 +9,3 @@
 SHA1 (patch-ad) = c41895de15bc2a48bf5de1535f03d070ade79ea3
 SHA1 (patch-ae) = bfb38ecec2408deaaef881fa33943e2c45bccd4d
 SHA1 (patch-af) = 5fea372717e49f3d161c544e5ee01a8d23d688ba
-SHA1 (patch-ag) = 300fabd67fb114f9280980461cd5d3d9eed2831a
diff -r 44ffacca1fa9 -r 7c7ed8316564 emulators/ucon64/patches/patch-ag
--- a/emulators/ucon64/patches/patch-ag Mon Oct 23 11:15:09 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index