pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs22/patches Fit for mips, change fix from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/469e0d27aa8e
branches:  trunk
changeset: 399082:469e0d27aa8e
user:      jun <jun%pkgsrc.org@localhost>
date:      Sun Sep 13 01:26:34 2009 +0000

description:
Fit for mips, change fix from emacs23:
http://cvs.savannah.gnu.org/viewvc/emacs/configure.in?root=emacs&r1=1.602&r2=1.603

adviced by obata-san,[netbsd,09792]

diffstat:

 editors/emacs22/patches/patch-aw |  26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)

diffs (32 lines):

diff -r bfc3354707b2 -r 469e0d27aa8e editors/emacs22/patches/patch-aw
--- a/editors/emacs22/patches/patch-aw  Sun Sep 13 01:25:03 2009 +0000
+++ b/editors/emacs22/patches/patch-aw  Sun Sep 13 01:26:34 2009 +0000
@@ -1,13 +1,17 @@
-$NetBSD: patch-aw,v 1.1.1.1 2009/08/05 10:30:29 minskim Exp $
+$NetBSD: patch-aw,v 1.2 2009/09/13 01:26:34 jun Exp $
 
---- configure.in.org   2009-07-30 10:39:48.000000000 +0900
+--- configure.in.orig  2009-09-13 10:00:15.000000000 +0900
 +++ configure.in
-@@ -1260,7 +1260,7 @@ fi
- ### Tests for sytems that we beleive are obsolete and should be desupported.
- 
- case "${machine}" in
--     pmax | hp9000s300 | ibm370aix | ncr386 | ews4800 | mips-siemens | powerpcle | tandem-s2 )
-+     hp9000s300 | ibm370aix | ncr386 | ews4800 | mips-siemens | powerpcle | tandem-s2 )
-         echo "The system that you are configuring on: ${canonical} is considered to be obsolete"
-         echo "and it is planned to be desupported in the next version of Emacs"
-         echo "Please email emacs-devel%gnu.org@localhost as soon as possible if this system is still in use."
+@@ -278,9 +278,9 @@ dnl see the `changequote' comment above.
+       m68k-*-netbsd*)
+                       # This is somewhat bogus.
+                       machine=hp9000s300 ;;
+-      mips-*-netbsd*) machine=pmax ;;
+-      mipsel-*-netbsd*)       machine=pmax ;;
+-      mipseb-*-netbsd*)       machine=pmax ;;
++      mips-*-netbsd*) machine=mips ;;
++      mipsel-*-netbsd*)       machine=mips ;;
++      mipseb-*-netbsd*)       machine=mips ;;
+       ns32k-*-netbsd*)        machine=ns32000 ;;
+       powerpc-*-netbsd*) machine=macppc ;;
+       sparc*-*-netbsd*)       machine=sparc ;;



Home | Main Index | Thread Index | Old Index