Add support for amd64; it runs flawless on amd64 linux32-emulation.

PR:		ports/89560
Submitted by:	Mark Daniel Reidel <ports@mark.reidel.info>
This commit is contained in:
Jeremy Messenger 2005-11-26 21:56:04 +00:00
parent d4e104c011
commit 5fc6037364
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149620
4 changed files with 32 additions and 8 deletions

View File

@ -35,7 +35,7 @@ WANT_GNOME= yes
USE_LINUX= yes
USE_REINPLACE= yes
USE_X_PREFIX= yes
ONLY_FOR_ARCHS= i386
ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes

View File

@ -1,8 +1,20 @@
--- install.sh.orig Mon Nov 14 07:48:04 2005
+++ install.sh Tue Nov 22 14:15:02 2005
@@ -759,10 +759,9 @@
+++ install.sh Sat Nov 26 15:53:03 2005
@@ -381,7 +381,7 @@
mvv='' # SunOS mv (no -v verbose option)
;;
- i[3456]86:FreeBSD|i[3456]86:NetBSD)
+ i[3456]86:FreeBSD|amd64:FreeBSD|i[3456]86:NetBSD)
cpf='-f'
if test "$verbose" -gt '1'
then
@@ -757,12 +757,11 @@
debug_msg 0 "in generate_wrapper()"
case "${machine}:${os}" in
i[3456]86:Linux|x86_64:Linux|i[3456]86:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD)
- i[3456]86:Linux|x86_64:Linux|i[3456]86:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD)
+ i[3456]86:Linux|x86_64:Linux|i[3456]86:FreeBSD|amd64:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD)
wrapper_ibmjava="
- IBMJava2-142/jre \\
- IBMJava2-141/jre \\

View File

@ -35,7 +35,7 @@ WANT_GNOME= yes
USE_LINUX= yes
USE_REINPLACE= yes
USE_X_PREFIX= yes
ONLY_FOR_ARCHS= i386
ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes

View File

@ -1,8 +1,20 @@
--- install.sh.orig Mon Nov 14 07:48:04 2005
+++ install.sh Tue Nov 22 14:15:02 2005
@@ -759,10 +759,9 @@
+++ install.sh Sat Nov 26 15:53:03 2005
@@ -381,7 +381,7 @@
mvv='' # SunOS mv (no -v verbose option)
;;
- i[3456]86:FreeBSD|i[3456]86:NetBSD)
+ i[3456]86:FreeBSD|amd64:FreeBSD|i[3456]86:NetBSD)
cpf='-f'
if test "$verbose" -gt '1'
then
@@ -757,12 +757,11 @@
debug_msg 0 "in generate_wrapper()"
case "${machine}:${os}" in
i[3456]86:Linux|x86_64:Linux|i[3456]86:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD)
- i[3456]86:Linux|x86_64:Linux|i[3456]86:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD)
+ i[3456]86:Linux|x86_64:Linux|i[3456]86:FreeBSD|amd64:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD)
wrapper_ibmjava="
- IBMJava2-142/jre \\
- IBMJava2-141/jre \\