Sun Sep 13 02:12:28 2009 UTC ()
change patch-ab:
	add mips config to configure
Bump PKGREVISION


(jun)
diff -r1.2 -r1.3 pkgsrc/editors/emacs22/Makefile
diff -r1.2 -r1.3 pkgsrc/editors/emacs22/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/editors/emacs22/patches/patch-ab

cvs diff -r1.2 -r1.3 pkgsrc/editors/emacs22/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/editors/emacs22/Attic/Makefile 2009/08/26 19:58:43 1.2
+++ pkgsrc/editors/emacs22/Attic/Makefile 2009/09/13 02:12:28 1.3
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2009/08/26 19:58:43 sno Exp $
+# $NetBSD: Makefile,v 1.3 2009/09/13 02:12:28 jun Exp $
 
 PKGNAME?=	${DISTNAME}
 COMMENT?=	GNU editing macros (editor)
 
 DISTNAME=	emacs-22.3
-PKGREVISION=	3
+PKGREVISION=	4
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_GNU:=emacs/}
 

cvs diff -r1.2 -r1.3 pkgsrc/editors/emacs22/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/editors/emacs22/Attic/distinfo 2009/09/13 01:27:35 1.2
+++ pkgsrc/editors/emacs22/Attic/distinfo 2009/09/13 02:12:28 1.3
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.2 2009/09/13 01:27:35 jun Exp $
+$NetBSD: distinfo,v 1.3 2009/09/13 02:12:28 jun Exp $
 
 SHA1 (emacs-22.3.tar.gz) = 5e9b3e0205099a83be7198fd43ba1c9442a3feb0
 RMD160 (emacs-22.3.tar.gz) = a7eed5099d0cab25f34152f1b18b5c1b4e2e0746
 Size (emacs-22.3.tar.gz) = 39587396 bytes
 SHA1 (patch-aa) = e99831448b12ba9cc99b5530dc7de949b44c4337
-SHA1 (patch-ab) = 2f5ae81209b1bb4bae4d48af6cbac3d650bad3b0
+SHA1 (patch-ab) = 01ef535f7eca86ff325ed2f2a952ac50e9a59492
 SHA1 (patch-ad) = b45adb120cca8fd294cdcefbb706d01319f98131
 SHA1 (patch-ae) = 5468981ef9a5ba21460b4549804d49b1c66a968f
 SHA1 (patch-aj) = 21627a4528d28b666aa0f708359a617bf3253aaa

cvs diff -r1.1.1.1 -r1.2 pkgsrc/editors/emacs22/patches/Attic/patch-ab (expand / switch to context diff)
--- pkgsrc/editors/emacs22/patches/Attic/patch-ab 2009/08/05 10:30:29 1.1.1.1
+++ pkgsrc/editors/emacs22/patches/Attic/patch-ab 2009/09/13 02:12:28 1.2
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1.1.1 2009/08/05 10:30:29 minskim Exp $
+$NetBSD: patch-ab,v 1.2 2009/09/13 02:12:28 jun Exp $
 
---- configure.orig	2008-10-10 10:35:49.000000000 +0900
+--- configure.orig	2008-09-06 01:21:51.000000000 +0900
 +++ configure
 @@ -1809,7 +1809,7 @@ archlibdir='${libexecdir}/emacs/${versio
  docdir='${datadir}/emacs/${version}/etc'
@@ -11,6 +11,19 @@
  
  
  # Check whether --with-gcc was given.
+@@ -2243,9 +2243,9 @@ _ACEOF
+       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 ;;
 @@ -3142,6 +3142,7 @@ _ACEOF
        *-sysv5uw* )	  	opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
        *-sysv5OpenUNIX* )  	opsys=unixware; NON_GNU_CPP=/lib/cpp ;;