pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/fasthenry add x86_64 to the list of 64 bit platforms



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60e82441a6e4
branches:  trunk
changeset: 470966:60e82441a6e4
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Sat Mar 13 23:21:33 2004 +0000

description:
add x86_64 to the list of 64 bit platforms

diffstat:

 cad/fasthenry/distinfo         |  6 +++---
 cad/fasthenry/patches/patch-ag |  4 ++--
 cad/fasthenry/patches/patch-as |  4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (58 lines):

diff -r 3c79a244f0b6 -r 60e82441a6e4 cad/fasthenry/distinfo
--- a/cad/fasthenry/distinfo    Sat Mar 13 21:00:19 2004 +0000
+++ b/cad/fasthenry/distinfo    Sat Mar 13 23:21:33 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 16:26:57 agc Exp $
+$NetBSD: distinfo,v 1.3 2004/03/13 23:21:33 dmcmahill Exp $
 
 SHA1 (fasthenry-3.0-12Nov96.tar.Z) = 74d9342efb327f6507e018ead4bd3e6c9e00e7bd
 Size (fasthenry-3.0-12Nov96.tar.Z) = 2108595 bytes
@@ -8,7 +8,7 @@
 SHA1 (patch-ad) = 8537370fe4258850238bfc3442c7b6e0130f4bdb
 SHA1 (patch-ae) = 722728a588301fb5c2d4a8213992c3985657a637
 SHA1 (patch-af) = 32103d154e18dd76ac34be10c78898c484067a23
-SHA1 (patch-ag) = 546f089281e674964ff6a0ffb0396bfc5d387bfd
+SHA1 (patch-ag) = 1b77c88172a10aa5a17c2eb05367ec68af249868
 SHA1 (patch-ah) = 2357e305f18a25af2e176c76ad205d49315f3f88
 SHA1 (patch-ai) = ce473e27a0f8fbb251e5af7168923461df1555d6
 SHA1 (patch-aj) = be2681ad2aca6d5d7d11fb3b1bfa267892f7e3d8
@@ -20,4 +20,4 @@
 SHA1 (patch-ap) = a4bbc32bfce5d838b773888fc2a5877a8d0cf9b4
 SHA1 (patch-aq) = 987afb7e6126aefe5e97da3bcfef3209d7fe5c66
 SHA1 (patch-ar) = a57aefa75fceff95b0aad74e81c5a9ae4fdc522e
-SHA1 (patch-as) = e9aae4df83cb48b80c2f653423fed8cfb5909b05
+SHA1 (patch-as) = acb1d01556e626e9c0a801f757d7e343c4e815b1
diff -r 3c79a244f0b6 -r 60e82441a6e4 cad/fasthenry/patches/patch-ag
--- a/cad/fasthenry/patches/patch-ag    Sat Mar 13 21:00:19 2004 +0000
+++ b/cad/fasthenry/patches/patch-ag    Sat Mar 13 23:21:33 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.1 2001/02/09 11:29:37 dmcmahill Exp $
+$NetBSD: patch-ag,v 1.2 2004/03/13 23:21:33 dmcmahill Exp $
 
 --- src/fasthenry/savemat_mod.c.orig   Tue Nov 12 14:18:47 1996
 +++ src/fasthenry/savemat_mod.c        Thu Feb  8 19:00:12 2001
@@ -8,6 +8,6 @@
 +#include <string.h>
  
 -#ifdef ALPHA
-+#if defined(ALPHA) || defined(__alpha__) || defined(__sparc64__)
++#if defined(ALPHA) || defined(__alpha__) || defined(__sparc64__) || defined(__x86_64__)
  typedef struct {
       int type;   /* type */
diff -r 3c79a244f0b6 -r 60e82441a6e4 cad/fasthenry/patches/patch-as
--- a/cad/fasthenry/patches/patch-as    Sat Mar 13 21:00:19 2004 +0000
+++ b/cad/fasthenry/patches/patch-as    Sat Mar 13 23:21:33 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-as,v 1.1 2001/02/09 11:29:39 dmcmahill Exp $
+$NetBSD: patch-as,v 1.2 2004/03/13 23:21:33 dmcmahill Exp $
 
 --- src/zbuf/savemat_mod.c.orig        Tue Nov 12 14:18:56 1996
 +++ src/zbuf/savemat_mod.c     Thu Feb  8 20:04:39 2001
@@ -8,6 +8,6 @@
 +#include <string.h>
  
 -#ifdef ALPHA
-+#if defined(ALPHA) || defined(__alpha__) || defined(__sparc64__)
++#if defined(ALPHA) || defined(__alpha__) || defined(__sparc64__) || defined(__x86_64__)
  typedef struct {
       int type;   /* type */



Home | Main Index | Thread Index | Old Index