diff options
author | dholland <dholland@pkgsrc.org> | 2011-12-31 23:56:46 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-12-31 23:56:46 +0000 |
commit | b4b216fc8bf50570685d5a5fb29817759db6d01f (patch) | |
tree | 5632563a0c0ddc0477e1054d53c6f1aab396d7e0 /editors/emacs21 | |
parent | b65b22436d0c5f4e2ac1283748b7a359cc98b54b (diff) | |
download | pkgsrc-b4b216fc8bf50570685d5a5fb29817759db6d01f.tar.gz |
try again. sigh...
Diffstat (limited to 'editors/emacs21')
-rw-r--r-- | editors/emacs21/distinfo | 4 | ||||
-rw-r--r-- | editors/emacs21/patches/patch-ab | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/emacs21/distinfo b/editors/emacs21/distinfo index f332a91c8c4..a3ceb0546a5 100644 --- a/editors/emacs21/distinfo +++ b/editors/emacs21/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.12 2011/12/31 16:37:25 dholland Exp $ +$NetBSD: distinfo,v 1.13 2011/12/31 23:56:46 dholland Exp $ SHA1 (emacs-21.4a.tar.gz) = cdb33731180fe4a912838af805dd35e3f55394d4 RMD160 (emacs-21.4a.tar.gz) = c312e739935b56d08783bbfe97992297a363cb8a Size (emacs-21.4a.tar.gz) = 20403483 bytes SHA1 (patch-aa) = fee6fe91fb9a2f75300903cc5c6e023bb8de6be5 -SHA1 (patch-ab) = b6510c3994b744460576be13e12144cad007c849 +SHA1 (patch-ab) = 54970ba05aa5b638f1a4420c75d2e9bcdaba5acf SHA1 (patch-ac) = a2de7619fece50cb42b0e23b1651b5bf742ff69a SHA1 (patch-ad) = 39a11bc214ae3d2f9d634c30b196a46d473ab92f SHA1 (patch-ae) = e2b66b23efb90608470aef5ebd0c75e27bcd6b55 diff --git a/editors/emacs21/patches/patch-ab b/editors/emacs21/patches/patch-ab index cd835d22db1..90d1f53fa32 100644 --- a/editors/emacs21/patches/patch-ab +++ b/editors/emacs21/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.2 2011/12/31 16:37:25 dholland Exp $ +$NetBSD: patch-ab,v 1.3 2011/12/31 23:56:47 dholland Exp $ Caution: the extra cpp checking (the three hunks containing "Should be one line") is manually hacked and not reflected in configure.in; do @@ -64,7 +64,7 @@ started doing regrettable things with backslash-escaped newlines. { (eval echo configure:2063: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"; \ -+ grep -L "Should *be one line" contest2.out \ ++ grep -L "Should *be one line" conftest2.out \ + ` if test -z "$ac_err"; then : @@ -81,7 +81,7 @@ started doing regrettable things with backslash-escaped newlines. { (eval echo configure:2080: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"; \ -+ grep -L "Should *be one line" contest2.out \ ++ grep -L "Should *be one line" conftest2.out \ + ` if test -z "$ac_err"; then : @@ -98,7 +98,7 @@ started doing regrettable things with backslash-escaped newlines. { (eval echo configure:2097: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"; \ -+ grep -L "Should *be one line" contest2.out \ ++ grep -L "Should *be one line" conftest2.out \ + ` if test -z "$ac_err"; then : |