pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/hobbitmon Workaround missing hobbit user and www g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bb090cb7662
branches:  trunk
changeset: 489373:1bb090cb7662
user:      manu <manu%pkgsrc.org@localhost>
date:      Sun Feb 20 10:51:32 2005 +0000

description:
Workaround missing hobbit user and www group at build time

diffstat:

 net/hobbitmon/Makefile         |   5 +++--
 net/hobbitmon/distinfo         |   4 ++--
 net/hobbitmon/patches/patch-ae |  15 ++++++++++++++-
 3 files changed, 19 insertions(+), 5 deletions(-)

diffs (59 lines):

diff -r c9d0fae22e58 -r 1bb090cb7662 net/hobbitmon/Makefile
--- a/net/hobbitmon/Makefile    Sun Feb 20 10:19:52 2005 +0000
+++ b/net/hobbitmon/Makefile    Sun Feb 20 10:51:32 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2005/01/24 18:16:20 manu Exp $
+# $NetBSD: Makefile,v 1.3 2005/02/20 10:51:32 manu Exp $
 #
 
 DISTNAME=      hobbit-4.0-beta6
 PKGNAME=       hobbit-4.0b6
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hobbitmon/}
 
@@ -76,5 +76,6 @@
 .include "../../security/openssl/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"
+.include "../../www/apache/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r c9d0fae22e58 -r 1bb090cb7662 net/hobbitmon/distinfo
--- a/net/hobbitmon/distinfo    Sun Feb 20 10:19:52 2005 +0000
+++ b/net/hobbitmon/distinfo    Sun Feb 20 10:51:32 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/01/24 18:16:20 manu Exp $
+$NetBSD: distinfo,v 1.3 2005/02/20 10:51:32 manu Exp $
 
 SHA1 (hobbit-4.0-beta6.tar.gz) = 82e6a76e55682c205adac47e54830064bba44f2d
 Size (hobbit-4.0-beta6.tar.gz) = 1130547 bytes
 SHA1 (patch-ab) = a5d0145f0dd6886a631aa22a093da1d6a28299e3
-SHA1 (patch-ae) = 2cef35b4f81874e4e2e2ec1610d34cb336c7f791
+SHA1 (patch-ae) = 1355886e3aeafe26bb9ec5322235a464ab475993
 SHA1 (patch-aj) = 4758ccbabb6a109c3f3da40c3fd5129be1f7bbfd
diff -r c9d0fae22e58 -r 1bb090cb7662 net/hobbitmon/patches/patch-ae
--- a/net/hobbitmon/patches/patch-ae    Sun Feb 20 10:19:52 2005 +0000
+++ b/net/hobbitmon/patches/patch-ae    Sun Feb 20 10:51:32 2005 +0000
@@ -1,6 +1,19 @@
-$NetBSD: patch-ae,v 1.1 2005/01/24 18:16:20 manu Exp $
+$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 @@
+               if test $? -eq 0
+               then
+                       echo "Found passwd entry for user $USERDATA"
+               else
+-                      echo "FAILURE: The user $BBUSER does not exist. Create user and try again."
+-                      exit 1
++#                     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
                echo ""; echo ""



Home | Main Index | Thread Index | Old Index