pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/hobbitmon Fix patch-ae to allow hobbitmon to be bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6653bf6e255a
branches:  trunk
changeset: 519775:6653bf6e255a
user:      ben <ben%pkgsrc.org@localhost>
date:      Mon Oct 09 13:29:00 2006 +0000

description:
Fix patch-ae to allow hobbitmon to be built on systems that use bash as
/bin/sh.  This addresses PR#32955

diffstat:

 net/hobbitmon/distinfo         |   4 ++--
 net/hobbitmon/patches/patch-ae |  17 ++++++++---------
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (54 lines):

diff -r 11b46f7f61f4 -r 6653bf6e255a net/hobbitmon/distinfo
--- a/net/hobbitmon/distinfo    Mon Oct 09 13:23:37 2006 +0000
+++ b/net/hobbitmon/distinfo    Mon Oct 09 13:29:00 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2006/01/14 02:52:42 rillig Exp $
+$NetBSD: distinfo,v 1.7 2006/10/09 13:29:00 ben Exp $
 
 SHA1 (hobbit-4.0-beta6.tar.gz) = 82e6a76e55682c205adac47e54830064bba44f2d
 RMD160 (hobbit-4.0-beta6.tar.gz) = 6542f6a1cd58236c85eefc74872436ee75f36b4b
@@ -6,5 +6,5 @@
 SHA1 (patch-aa) = a1d5ceaaa7cc99be2a55543234cdd3b20dd0e1a9
 SHA1 (patch-ab) = 810b67dfa9c149defb3d05886d70e62798eaf96f
 SHA1 (patch-ac) = 26ea6fd07f9529fe2af3067d1e704a64157756d0
-SHA1 (patch-ae) = 1355886e3aeafe26bb9ec5322235a464ab475993
+SHA1 (patch-ae) = 3f60fc25597113a7565fb583b75a360585c2457e
 SHA1 (patch-aj) = 4758ccbabb6a109c3f3da40c3fd5129be1f7bbfd
diff -r 11b46f7f61f4 -r 6653bf6e255a net/hobbitmon/patches/patch-ae
--- a/net/hobbitmon/patches/patch-ae    Mon Oct 09 13:23:37 2006 +0000
+++ b/net/hobbitmon/patches/patch-ae    Mon Oct 09 13:29:00 2006 +0000
@@ -1,21 +1,21 @@
-$NetBSD: patch-ae,v 1.2 2005/02/20 10:51:32 manu Exp $
---- configure.orig     2005-01-24 17:31:35.000000000 +0100
-+++ configure  2005-01-24 17:33:04.000000000 +0100
-@@ -216,10 +216,10 @@
+$NetBSD: patch-ae,v 1.3 2006/10/09 13:29:00 ben Exp $
+
+--- configure.orig     2005-01-23 05:15:22.000000000 -0800
++++ configure
+@@ -216,9 +216,9 @@ else
                if test $? -eq 0
                then
                        echo "Found passwd entry for user $USERDATA"
-               else
+-              else
 -                      echo "FAILURE: The user $BBUSER does not exist. Create user and try again."
 -                      exit 1
++#             else
 +#                     echo "FAILURE: The user $BBUSER does not exist. Create user and try again."
 +#                     exit 1
                fi
                echo ""; echo ""
  
-               HOMEDIR="`echo $USERDATA|cut -d: -f6`"
-@@ -302,12 +302,12 @@
-               fi
+@@ -303,10 +303,10 @@ else
                echo ""; echo ""
  
                echo "What is the name of this host [`uname -n`] ? "
@@ -30,4 +30,3 @@
                if test -z "$BBHOSTNAME"
                then
                        BBHOSTNAME=`uname -n`
-               fi



Home | Main Index | Thread Index | Old Index