pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/irrtoolset-nox11/patches again, patches to make th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2297034c1170
branches:  trunk
changeset: 490162:2297034c1170
user:      spz <spz%pkgsrc.org@localhost>
date:      Fri Mar 04 15:03:17 2005 +0000

description:
again, patches to make the software compile on amd64, but not the final
solution to that probably. And this time to HEAD where it belongs.
No wrongful Tag file in the CVS directory this time.

diffstat:

 net/irrtoolset-nox11/patches/patch-au |  14 ++++++++++++++
 net/irrtoolset-nox11/patches/patch-av |  13 +++++++++++++
 net/irrtoolset-nox11/patches/patch-aw |  14 ++++++++++++++
 net/irrtoolset-nox11/patches/patch-ax |  13 +++++++++++++
 net/irrtoolset-nox11/patches/patch-ay |  14 ++++++++++++++
 net/irrtoolset-nox11/patches/patch-az |  13 +++++++++++++
 6 files changed, 81 insertions(+), 0 deletions(-)

diffs (105 lines):

diff -r 34691d1da4bd -r 2297034c1170 net/irrtoolset-nox11/patches/patch-au
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/irrtoolset-nox11/patches/patch-au     Fri Mar 04 15:03:17 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-au,v 1.2 2005/03/04 15:03:17 spz Exp $
+
+--- config.guess.orig  2002-04-09 12:40:29.000000000 +0200
++++ config.guess
+@@ -103,6 +103,9 @@ EOF
+     21064:Windows_NT:50:3)
+       echo alpha-dec-winnt3.5
+       exit 0 ;;
++    amd64:NetBSD:*:*)
++      echo amd64-unknown-netbsd${UNAME_RELEASE}
++      exit 0;;
+     Amiga*:UNIX_System_V:4.0:*)
+       echo m68k-cbm-sysv4
+       exit 0;;
diff -r 34691d1da4bd -r 2297034c1170 net/irrtoolset-nox11/patches/patch-av
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/irrtoolset-nox11/patches/patch-av     Fri Mar 04 15:03:17 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-av,v 1.2 2005/03/04 15:03:17 spz Exp $
+
+--- config.sub.orig    2002-04-09 12:40:29.000000000 +0200
++++ config.sub
+@@ -155,7 +155,7 @@ case $basic_machine in
+               | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
+               | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
+               | mips64 | mipsel | mips64el | mips64orion | mips64orionel \
+-              | mipstx39 | mipstx39el \
++              | mipstx39 | mipstx39el | amd64 \
+               | sparc | sparclet | sparclite | sparc64 | v850)
+               basic_machine=$basic_machine-unknown
+               ;;
diff -r 34691d1da4bd -r 2297034c1170 net/irrtoolset-nox11/patches/patch-aw
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/irrtoolset-nox11/patches/patch-aw     Fri Mar 04 15:03:17 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aw,v 1.2 2005/03/04 15:03:17 spz Exp $
+
+--- src/rpsl/config.guess.orig 2002-03-27 12:32:59.000000000 +0100
++++ src/rpsl/config.guess
+@@ -61,6 +61,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
+     21064:Windows_NT:50:3)
+       echo alpha-dec-winnt3.5
+       exit 0 ;;
++    amd64:NetBSD:*:*)
++      echo amd64-unknown-netbsd${UNAME_RELEASE}
++      exit 0;;
+     Amiga*:UNIX_System_V:4.0:*)
+       echo m68k-cbm-sysv4
+       exit 0;;
diff -r 34691d1da4bd -r 2297034c1170 net/irrtoolset-nox11/patches/patch-ax
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/irrtoolset-nox11/patches/patch-ax     Fri Mar 04 15:03:17 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ax,v 1.2 2005/03/04 15:03:17 spz Exp $
+
+--- src/rpsl/config.sub.orig   2002-03-27 12:32:59.000000000 +0100
++++ src/rpsl/config.sub
+@@ -155,7 +155,7 @@ case $basic_machine in
+               | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
+               | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
+               | mips64 | mipsel | mips64el | mips64orion | mips64orionel \
+-              | mipstx39 | mipstx39el \
++              | mipstx39 | mipstx39el | amd64 \
+               | sparc | sparclet | sparclite | sparc64 | v850)
+               basic_machine=$basic_machine-unknown
+               ;;
diff -r 34691d1da4bd -r 2297034c1170 net/irrtoolset-nox11/patches/patch-ay
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/irrtoolset-nox11/patches/patch-ay     Fri Mar 04 15:03:17 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ay,v 1.2 2005/03/04 15:03:17 spz Exp $
+
+--- src/Core/.aux/config.guess.orig    2002-03-27 12:32:59.000000000 +0100
++++ src/Core/.aux/config.guess
+@@ -61,6 +61,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
+     21064:Windows_NT:50:3)
+       echo alpha-dec-winnt3.5
+       exit 0 ;;
++    amd64:NetBSD:*:*)
++      echo amd64-unknown-netbsd${UNAME_RELEASE}
++      exit 0 ;;
+     Amiga*:UNIX_System_V:4.0:*)
+       echo m68k-cbm-sysv4
+       exit 0;;
diff -r 34691d1da4bd -r 2297034c1170 net/irrtoolset-nox11/patches/patch-az
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/irrtoolset-nox11/patches/patch-az     Fri Mar 04 15:03:17 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-az,v 1.2 2005/03/04 15:03:17 spz Exp $
+
+--- src/Core/.aux/config.sub.orig      2002-03-27 12:32:59.000000000 +0100
++++ src/Core/.aux/config.sub
+@@ -150,7 +150,7 @@ case $basic_machine in
+       # Recognize the basic CPU types without company name.
+       # Some are omitted here because they have special meanings below.
+       tahoe | i860 | m68k | m68000 | m88k | ns32k | arm \
+-              | arme[lb] | pyramid \
++              | arme[lb] | pyramid | amd64 \
+               | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \
+               | alpha | we32k | ns16k | clipper | i370 | sh \
+               | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \



Home | Main Index | Thread Index | Old Index