summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-09-09 18:11:54 +0000
committerwiz <wiz@pkgsrc.org>2000-09-09 18:11:54 +0000
commit29f7b922d22f3c641d7419b23e279baa527889c9 (patch)
tree7702de95b675adb713d1fa8a28a15654d679fb90
parent8ccd773aebe3f513b8247b11a48ae580880d35cb (diff)
downloadpkgsrc-29f7b922d22f3c641d7419b23e279baa527889c9.tar.gz
Don't find any installed pthreads packages. Addresses pkg/9835.
-rw-r--r--sysutils/cfengine/files/patch-sum4
-rw-r--r--sysutils/cfengine/patches/patch-ab44
2 files changed, 42 insertions, 6 deletions
diff --git a/sysutils/cfengine/files/patch-sum b/sysutils/cfengine/files/patch-sum
index 9f82b2550b2..5706c70a568 100644
--- a/sysutils/cfengine/files/patch-sum
+++ b/sysutils/cfengine/files/patch-sum
@@ -1,7 +1,7 @@
-$NetBSD: patch-sum,v 1.6 1999/11/09 19:29:57 abs Exp $
+$NetBSD: patch-sum,v 1.7 2000/09/09 18:11:54 wiz Exp $
MD5 (patch-aa) = ebd4b9f4a796be4616eb8e7dfcd94ff1
-MD5 (patch-ab) = ce6f24895e645758ebd608a361b55cd5
+MD5 (patch-ab) = 4e4988a1c3864caf5672684597d7dfc8
MD5 (patch-ac) = 8e21f9df160a1c36d7e8da66445bd792
MD5 (patch-ad) = b9992ff1c51e27d616579bc5e3005f11
MD5 (patch-ae) = a0809132cb27e911e5712252068d3e4c
diff --git a/sysutils/cfengine/patches/patch-ab b/sysutils/cfengine/patches/patch-ab
index 87fe78d52ba..fde34cc6123 100644
--- a/sysutils/cfengine/patches/patch-ab
+++ b/sysutils/cfengine/patches/patch-ab
@@ -1,6 +1,10 @@
-$NetBSD: patch-ab,v 1.2 1999/11/05 14:17:15 abs Exp $
---- configure.orig Mon Oct 25 09:25:53 1999
-+++ configure Fri Nov 5 11:14:27 1999
+$NetBSD: patch-ab,v 1.3 2000/09/09 18:11:54 wiz Exp $
+
+We don't want to find any installed pthread packages, but there is no
+configure switch for this. -- wiz
+
+--- configure.orig Mon Oct 25 10:25:53 1999
++++ configure
@@ -1073,6 +1073,8 @@
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
@@ -10,7 +14,39 @@ $NetBSD: patch-ab,v 1.2 1999/11/05 14:17:15 abs Exp $
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-@@ -5011,6 +5013,7 @@
+@@ -3984,6 +3986,7 @@
+
+
+
++if false; then
+ echo $ac_n "checking for main in -lpthread""... $ac_c" 1>&6
+ echo "configure:3989: checking for main in -lpthread" >&5
+ ac_lib_var=`echo pthread'_'main | sed 'y%./+-%__p_%'`
+@@ -4105,6 +4108,7 @@
+ echo "$ac_t""no" 1>&6
+ fi
+ done
++fi
+
+
+ echo $ac_n "checking for lchown""... $ac_c" 1>&6
+@@ -4158,6 +4162,7 @@
+ echo "$ac_t""no" 1>&6
+ fi
+
++if false; then
+ echo $ac_n "checking for pthread_attr_setstacksize""... $ac_c" 1>&6
+ echo "configure:4163: checking for pthread_attr_setstacksize" >&5
+ if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setstacksize'+set}'`\" = set"; then
+@@ -4353,6 +4358,7 @@
+ fi
+
+ fi
++fi
+
+
+ # Check whether --enable-DCE or --disable-DCE was given.
+@@ -5011,6 +5017,7 @@
s%@YACC@%$YACC%g
s%@RANLIB@%$RANLIB%g
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g