pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs Make configure recognize Linux/amd64.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac7240987e66
branches:  trunk
changeset: 513979:ac7240987e66
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jun 06 16:23:17 2006 +0000

description:
Make configure recognize Linux/amd64.

diffstat:

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

diffs (57 lines):

diff -r 0feefdb375f7 -r ac7240987e66 editors/emacs/distinfo
--- a/editors/emacs/distinfo    Tue Jun 06 16:14:28 2006 +0000
+++ b/editors/emacs/distinfo    Tue Jun 06 16:23:17 2006 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.28 2006/05/15 11:48:12 markd Exp $
+$NetBSD: distinfo,v 1.29 2006/06/06 16:23:17 minskim Exp $
 
 SHA1 (emacs-21.4a.tar.gz) = cdb33731180fe4a912838af805dd35e3f55394d4
 RMD160 (emacs-21.4a.tar.gz) = c312e739935b56d08783bbfe97992297a363cb8a
 Size (emacs-21.4a.tar.gz) = 20403483 bytes
 SHA1 (patch-aa) = fee6fe91fb9a2f75300903cc5c6e023bb8de6be5
-SHA1 (patch-ab) = 003b22b938b0c41103c207079cf723ee077ffdaa
+SHA1 (patch-ab) = 9304a3fe06ab5bcdad4401fd570a1794b7da818f
 SHA1 (patch-ac) = a2de7619fece50cb42b0e23b1651b5bf742ff69a
 SHA1 (patch-ad) = 39a11bc214ae3d2f9d634c30b196a46d473ab92f
 SHA1 (patch-ae) = e2b66b23efb90608470aef5ebd0c75e27bcd6b55
diff -r 0feefdb375f7 -r ac7240987e66 editors/emacs/patches/patch-ab
--- a/editors/emacs/patches/patch-ab    Tue Jun 06 16:14:28 2006 +0000
+++ b/editors/emacs/patches/patch-ab    Tue Jun 06 16:23:17 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.22 2006/03/25 02:48:22 uebayasi Exp $
+$NetBSD: patch-ab,v 1.23 2006/06/06 16:23:17 minskim Exp $
 
---- configure.orig     2003-03-19 02:19:12.000000000 +1200
+--- configure.orig     2003-03-18 14:19:12.000000000 +0000
 +++ configure
 @@ -822,9 +822,15 @@ case "${canonical}" in
        sparc*-*-netbsd*)       machine=sparc ;;
@@ -18,7 +18,18 @@
    ## OpenBSD ports
    *-*-openbsd* )
      opsys=openbsd
-@@ -1659,6 +1665,7 @@ case "${canonical}" in
+@@ -909,6 +915,10 @@ case "${canonical}" in
+     machine=macppc opsys=gnu-linux
+   ;;
+ 
++  x86_64-*-linux* )
++    machine=amd64 opsys=gnu-linux
++  ;;
++
+   ## Altos 3068
+   m68*-altos-sysv* )
+     machine=altos opsys=usg5-2
+@@ -1659,6 +1669,7 @@ case "${canonical}" in
        *-sysv4.2uw* )          opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
        *-386bsd* )             opsys=386bsd ;;
        *-freebsd* )            opsys=freebsd ;;
@@ -26,7 +37,7 @@
        *-nextstep* )             opsys=nextstep ;;
        ## Otherwise, we'll fall through to the generic opsys code at the bottom.
      esac
-@@ -9124,6 +9131,22 @@ EOF
+@@ -9124,6 +9135,22 @@ EOF
  fi
  
  



Home | Main Index | Thread Index | Old Index