pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/clusterit Rename dehumanize_number to avoid c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73ff9d6335c2
branches:  trunk
changeset: 547557:73ff9d6335c2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 19 19:39:22 2008 +0000

description:
Rename dehumanize_number to avoid conflict with libc.

diffstat:

 parallel/clusterit/distinfo         |   3 ++-
 parallel/clusterit/patches/patch-af |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 16eb0aef64ad -r 73ff9d6335c2 parallel/clusterit/distinfo
--- a/parallel/clusterit/distinfo       Fri Sep 19 19:23:36 2008 +0000
+++ b/parallel/clusterit/distinfo       Fri Sep 19 19:39:22 2008 +0000
@@ -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-ac) = d3c66a9f8e48fbc0e3471de71d91b7601400f74b
 SHA1 (patch-ad) = 01935f2e2e2d308a148c26186e04912ad6c8d88d
 SHA1 (patch-ae) = d3cb2da90a7b4ee9d027c4ccd63d549cdbe48a73
+SHA1 (patch-af) = d699f909af6af13b492e21907cdb4216664b9169
diff -r 16eb0aef64ad -r 73ff9d6335c2 parallel/clusterit/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/parallel/clusterit/patches/patch-af       Fri Sep 19 19:39:22 2008 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index