summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjun <jun@pkgsrc.org>2009-09-13 02:12:28 +0000
committerjun <jun@pkgsrc.org>2009-09-13 02:12:28 +0000
commit8caaaea013f9522042fe0dd26e0125359165357a (patch)
tree5acf852c8842cfc7030312ac2270c57083383f15 /editors
parent6bae2a89a6a389e4b2b9de0c7d31afb4b3e36b0a (diff)
downloadpkgsrc-8caaaea013f9522042fe0dd26e0125359165357a.tar.gz
change patch-ab:
add mips config to configure Bump PKGREVISION
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs22/Makefile4
-rw-r--r--editors/emacs22/distinfo4
-rw-r--r--editors/emacs22/patches/patch-ab17
3 files changed, 19 insertions, 6 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index 7f8e67a0683..d1967175407 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -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/}
diff --git a/editors/emacs22/distinfo b/editors/emacs22/distinfo
index 2c690290eff..ec625c9a341 100644
--- a/editors/emacs22/distinfo
+++ b/editors/emacs22/distinfo
@@ -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
diff --git a/editors/emacs22/patches/patch-ab b/editors/emacs22/patches/patch-ab
index 997b52ec449..23b13ad9806 100644
--- a/editors/emacs22/patches/patch-ab
+++ b/editors/emacs22/patches/patch-ab
@@ -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 @@ $NetBSD: patch-ab,v 1.1.1.1 2009/08/05 10:30:29 minskim Exp $
# 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 ;;