Sat Oct 31 21:42:27 2009 UTC ()
Drop unneeded fragment from patch.


(joerg)
diff -r1.4 -r1.5 pkgsrc/devel/cflow/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/cflow/patches/patch-aa

cvs diff -r1.4 -r1.5 pkgsrc/devel/cflow/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/cflow/distinfo 2009/10/29 16:25:57 1.4
+++ pkgsrc/devel/cflow/distinfo 2009/10/31 21:42:27 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2009/10/29 16:25:57 joerg Exp $ 1$NetBSD: distinfo,v 1.5 2009/10/31 21:42:27 joerg Exp $
2 2
3SHA1 (cflow-1.3.tar.gz) = 8cc32e7e75f6b1ecbd90d7699cdd859d9419c28c 3SHA1 (cflow-1.3.tar.gz) = 8cc32e7e75f6b1ecbd90d7699cdd859d9419c28c
4RMD160 (cflow-1.3.tar.gz) = 90c7652590a85b762034151b5f9ed94c6f4b4cb6 4RMD160 (cflow-1.3.tar.gz) = 90c7652590a85b762034151b5f9ed94c6f4b4cb6
5Size (cflow-1.3.tar.gz) = 759691 bytes 5Size (cflow-1.3.tar.gz) = 759691 bytes
6SHA1 (patch-aa) = 24df2339f6ae36a442d7dde6c263f1b566edf5ae 6SHA1 (patch-aa) = e05ef8092bdc5d0df8b380f7063e46baea4f49c3

cvs diff -r1.1 -r1.2 pkgsrc/devel/cflow/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/devel/cflow/patches/patch-aa 2009/10/29 16:25:57 1.1
+++ pkgsrc/devel/cflow/patches/patch-aa 2009/10/31 21:42:27 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: patch-aa,v 1.1 2009/10/29 16:25:57 joerg Exp $ 1$NetBSD: patch-aa,v 1.2 2009/10/31 21:42:27 joerg Exp $
2 2
3--- configure.orig 2009-07-11 21:36:00.000000000 +0200 3--- configure.orig 2009-07-11 21:36:00.000000000 +0200
4+++ configure 4+++ configure
5@@ -23533,23 +23533,7 @@ _ACEOF 5@@ -23533,23 +23533,7 @@ _ACEOF
6  6
7 if test "$USE_NLS" = "yes"; then 7 if test "$USE_NLS" = "yes"; then
8 gt_use_preinstalled_gnugettext=no 8 gt_use_preinstalled_gnugettext=no
9- 9-
10- 10-
11- if test $gt_api_version -ge 3; then 11- if test $gt_api_version -ge 3; then
12- gt_revision_test_code=' 12- gt_revision_test_code='
13-#ifndef __GNU_GETTEXT_SUPPORTED_REVISION 13-#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
14-#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) 14-#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
@@ -50,22 +50,13 @@ $NetBSD: patch-aa,v 1.1 2009/10/29 16:25 @@ -50,22 +50,13 @@ $NetBSD: patch-aa,v 1.1 2009/10/29 16:25
50-#ifdef __cplusplus 50-#ifdef __cplusplus
51-"C" 51-"C"
52-#endif 52-#endif
53-const char *_nl_expand_alias (const char *); 53-const char *_nl_expand_alias (const char *);
54 int 54 int
55 main () 55 main ()
56 { 56 {
57 bindtextdomain ("", ""); 57 bindtextdomain ("", "");
58-return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") 58-return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
59+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr 59+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr
60 ; 60 ;
61 return 0; 61 return 0;
62 } 62 }
63@@ -25208,6 +25184,8 @@ do 
64 case $ac_option in 
65 # Handling of the options. 
66 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 
67+ : Avoid regenerating within pkgsrc 
68+ exit 0 
69 ac_cs_recheck=: ;; 
70 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 
71 $as_echo "$ac_cs_version"; exit ;;