pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs22 change patch-ab:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99b983da6977
branches:  trunk
changeset: 399091:99b983da6977
user:      jun <jun%pkgsrc.org@localhost>
date:      Sun Sep 13 02:12:28 2009 +0000

description:
change patch-ab:
        add mips config to configure
Bump PKGREVISION

diffstat:

 editors/emacs22/Makefile         |   4 ++--
 editors/emacs22/distinfo         |   4 ++--
 editors/emacs22/patches/patch-ab |  17 +++++++++++++++--
 3 files changed, 19 insertions(+), 6 deletions(-)

diffs (64 lines):

diff -r 8cea238eee13 -r 99b983da6977 editors/emacs22/Makefile
--- a/editors/emacs22/Makefile  Sun Sep 13 01:51:53 2009 +0000
+++ b/editors/emacs22/Makefile  Sun Sep 13 02:12:28 2009 +0000
@@ -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 -r 8cea238eee13 -r 99b983da6977 editors/emacs22/distinfo
--- a/editors/emacs22/distinfo  Sun Sep 13 01:51:53 2009 +0000
+++ b/editors/emacs22/distinfo  Sun Sep 13 02:12:28 2009 +0000
@@ -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 -r 8cea238eee13 -r 99b983da6977 editors/emacs22/patches/patch-ab
--- a/editors/emacs22/patches/patch-ab  Sun Sep 13 01:51:53 2009 +0000
+++ b/editors/emacs22/patches/patch-ab  Sun Sep 13 02:12:28 2009 +0000
@@ -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 ;;



Home | Main Index | Thread Index | Old Index