pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/gsed Fixed a typo in the patch for regcomp.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c54e94a9f5d4
branches:  trunk
changeset: 536670:c54e94a9f5d4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Dec 19 13:27:20 2007 +0000

description:
Fixed a typo in the patch for regcomp.

diffstat:

 textproc/gsed/distinfo              |  4 ++--
 textproc/gsed/patches/patch-regcomp |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 3557e4987122 -r c54e94a9f5d4 textproc/gsed/distinfo
--- a/textproc/gsed/distinfo    Wed Dec 19 13:21:33 2007 +0000
+++ b/textproc/gsed/distinfo    Wed Dec 19 13:27:20 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2007/12/19 00:11:26 rillig Exp $
+$NetBSD: distinfo,v 1.15 2007/12/19 13:27:20 rillig Exp $
 
 SHA1 (sed-4.1.5.tar.gz) = 8e575e8a44568392d5b6e089eab5da5cdbd45885
 RMD160 (sed-4.1.5.tar.gz) = 49b12e99a55c6d2e78ad236f0205e63e46444173
@@ -6,5 +6,5 @@
 SHA1 (patch-aa) = fa00264254c527a08bce1b60090fc05ebe2fbd37
 SHA1 (patch-ad) = 95e210098db1ba9d28623acfa1e4d838e5d94cfa
 SHA1 (patch-ae) = 5246cbee7e25923bfe7f4896404e286d5721c135
-SHA1 (patch-regcomp) = 633f4ed4216cf6538c166b7cd5c3df1950c8fdea
+SHA1 (patch-regcomp) = d33ae87c3af6ab552e7f332b63ea8796bf1b36e0
 SHA1 (patch-regexec) = 26a97fa3b6c161ebe6fa6b80251d1bb11f2877f0
diff -r 3557e4987122 -r c54e94a9f5d4 textproc/gsed/patches/patch-regcomp
--- a/textproc/gsed/patches/patch-regcomp       Wed Dec 19 13:21:33 2007 +0000
+++ b/textproc/gsed/patches/patch-regcomp       Wed Dec 19 13:27:20 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-regcomp,v 1.1 2007/12/19 00:11:26 rillig Exp $
+$NetBSD: patch-regcomp,v 1.2 2007/12/19 13:27:20 rillig Exp $
 
 The [ from ... to ] designator is gcc-specific.
 
@@ -14,7 +14,7 @@
 +  [1] = BITSET_WORD_MAX,
 +  [2] = BITSET_WORD_MAX,
 +  [3] = BITSET_WORD_MAX
-+#elif BITSET_WORD_BITS == 0xffffffffffffffffULL
++#elif BITSET_WORD_MAX == 0xffffffffffffffffULL
 +  [0] = BITSET_WORD_MAX,
 +  [1] = BITSET_WORD_MAX
 +#else



Home | Main Index | Thread Index | Old Index