summaryrefslogtreecommitdiff
path: root/parallel/clusterit
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-09-19 19:39:22 +0000
committerjoerg <joerg@pkgsrc.org>2008-09-19 19:39:22 +0000
commit130282be6a5542eefef136b1f3835b8db397020a (patch)
tree2d97cdd785c7738f88bbd969226393e123006476 /parallel/clusterit
parent40f77d37b8118194eace7e12b8aaa5d03508e815 (diff)
downloadpkgsrc-130282be6a5542eefef136b1f3835b8db397020a.tar.gz
Rename dehumanize_number to avoid conflict with libc.
Diffstat (limited to 'parallel/clusterit')
-rw-r--r--parallel/clusterit/distinfo3
-rw-r--r--parallel/clusterit/patches/patch-af13
2 files changed, 15 insertions, 1 deletions
diff --git a/parallel/clusterit/distinfo b/parallel/clusterit/distinfo
index 3b115ff4da3..37822cc7b3e 100644
--- a/parallel/clusterit/distinfo
+++ b/parallel/clusterit/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2008/02/27 21:52:16 garbled Exp $
+$NetBSD: distinfo,v 1.14 2008/09/19 19:39:22 joerg Exp $
SHA1 (clusterit-2.5.tar.gz) = 65d36116665179dd16029ac53182fde92d868020
RMD160 (clusterit-2.5.tar.gz) = b08f7903bc90375e45a733ef843df3e9bf216bb7
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = 32a8efdbf45226a7ec1a7a190ff7fae9e2bfe2ae
SHA1 (patch-ac) = d3c66a9f8e48fbc0e3471de71d91b7601400f74b
SHA1 (patch-ad) = 01935f2e2e2d308a148c26186e04912ad6c8d88d
SHA1 (patch-ae) = d3cb2da90a7b4ee9d027c4ccd63d549cdbe48a73
+SHA1 (patch-af) = d699f909af6af13b492e21907cdb4216664b9169
diff --git a/parallel/clusterit/patches/patch-af b/parallel/clusterit/patches/patch-af
new file mode 100644
index 00000000000..609667213ad
--- /dev/null
+++ b/parallel/clusterit/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2008/09/19 19:39:22 joerg Exp $
+
+--- dtop/dtop.c.orig 2008-09-19 21:36:01.000000000 +0200
++++ dtop/dtop.c
+@@ -102,6 +102,8 @@ void sig_handler(int i);
+ #define TOP_PROCPS 1
+ #define TOP_NORMAL_THR 2
+
++#define dehumanize_number dehumanize_number_local
++
+ /* globals */
+ int debug, exclusion, grouping, interval;
+ int testflag, rshport, porttimeout, batchflag;