Fri Jul 5 13:47:02 2013 UTC ()
Add a comment.


(ryoon)
diff -r1.26 -r1.27 pkgsrc/editors/emacs20/distinfo
diff -r1.6 -r1.7 pkgsrc/editors/emacs20/patches/patch-ab

cvs diff -r1.26 -r1.27 pkgsrc/editors/emacs20/distinfo (expand / switch to context diff)
--- pkgsrc/editors/emacs20/distinfo 2013/07/05 13:46:13 1.26
+++ pkgsrc/editors/emacs20/distinfo 2013/07/05 13:47:02 1.27
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2013/07/05 13:46:13 ryoon Exp $
+$NetBSD: distinfo,v 1.27 2013/07/05 13:47:02 ryoon Exp $
 
 SHA1 (emacs-20.7-mule-4.1b-elc.tar.gz) = 3894fb2b81bb326545f6ccc3bf0a8405c23004ff
 RMD160 (emacs-20.7-mule-4.1b-elc.tar.gz) = c675b31dafaa4321a453af9d87eddf051ee71b1f
@@ -16,7 +16,7 @@
 RMD160 (emacs20-xim-20000713.diff) = 5887a4d43ee92e8cad65d6412c9ecbce08e781da
 Size (emacs20-xim-20000713.diff) = 21296 bytes
 SHA1 (patch-aa) = 3b3fd76c058a0a46e0458338ce4c2327a238fb3d
-SHA1 (patch-ab) = 8d44e22ef5486669a35cb14082b5cec90853299b
+SHA1 (patch-ab) = 64ab9316db91b429234ec651e8574aedd2f92ca9
 SHA1 (patch-ac) = abf5971279a8d875504be4c17b8d36cb8cc24885
 SHA1 (patch-ad) = dd21028a6360ccfb442ecced4c67717f60ea78a6
 SHA1 (patch-ae) = 465c7aff1fbb23d08ff8100993041291a9502f34

cvs diff -r1.6 -r1.7 pkgsrc/editors/emacs20/patches/patch-ab (expand / switch to context diff)
--- pkgsrc/editors/emacs20/patches/patch-ab 2013/07/05 13:46:13 1.6
+++ pkgsrc/editors/emacs20/patches/patch-ab 2013/07/05 13:47:02 1.7
@@ -1,10 +1,13 @@
-$NetBSD: patch-ab,v 1.6 2013/07/05 13:46:13 ryoon Exp $
+$NetBSD: patch-ab,v 1.7 2013/07/05 13:47:02 ryoon Exp $
 
 Caution: the extra cpp checking (the three hunks containing "Should be
 one line") is manually hacked and not reflected in configure.in; do
 not regenerate configure with autoconf without merging it. This
 checking is required because somewhere between gcc 4.1 and 4.5 cpp
 started doing regrettable things with backslash-escaped newlines.
+
+* Fix build on NetBSD 6.99.23, gcc -E -traditional-cpp with native X
+  results syntax error. Use -traditional-cpp for Makefile generation only.
 
 --- configure.orig	2000-06-12 20:05:56.000000000 +0000
 +++ configure