summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2005-02-20 10:51:32 +0000
committermanu <manu@pkgsrc.org>2005-02-20 10:51:32 +0000
commite609658d3d091d3464115dada20e48117d76e0ed (patch)
tree26f2ff47476dd1cdeb58fb10fcce2c39b5417966 /net
parent3b355ed24480ba4400d247af8efa5b9832e839b4 (diff)
downloadpkgsrc-e609658d3d091d3464115dada20e48117d76e0ed.tar.gz
Workaround missing hobbit user and www group at build time
Diffstat (limited to 'net')
-rw-r--r--net/hobbitmon/Makefile5
-rw-r--r--net/hobbitmon/distinfo4
-rw-r--r--net/hobbitmon/patches/patch-ae15
3 files changed, 19 insertions, 5 deletions
diff --git a/net/hobbitmon/Makefile b/net/hobbitmon/Makefile
index 522385732bf..092b139292f 100644
--- a/net/hobbitmon/Makefile
+++ b/net/hobbitmon/Makefile
@@ -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 @@ do-install:
.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 --git a/net/hobbitmon/distinfo b/net/hobbitmon/distinfo
index 8f6ba4c086a..a684878c0cf 100644
--- a/net/hobbitmon/distinfo
+++ b/net/hobbitmon/distinfo
@@ -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 --git a/net/hobbitmon/patches/patch-ae b/net/hobbitmon/patches/patch-ae
index 15f45ff4cd7..12d7fbe25c2 100644
--- a/net/hobbitmon/patches/patch-ae
+++ b/net/hobbitmon/patches/patch-ae
@@ -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 ""