From 5fc6037364792f432b9cc13f24d1b5fc73670f73 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Sat, 26 Nov 2005 21:56:04 +0000 Subject: [PATCH] Add support for amd64; it runs flawless on amd64 linux32-emulation. PR: ports/89560 Submitted by: Mark Daniel Reidel --- www/linux-opera-devel/Makefile | 2 +- www/linux-opera-devel/files/patch-install.sh | 18 +++++++++++++++--- www/linux-opera/Makefile | 2 +- www/linux-opera/files/patch-install.sh | 18 +++++++++++++++--- 4 files changed, 32 insertions(+), 8 deletions(-) diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile index a8c5b3b33fc5..098dab6a3146 100644 --- a/www/linux-opera-devel/Makefile +++ b/www/linux-opera-devel/Makefile @@ -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 diff --git a/www/linux-opera-devel/files/patch-install.sh b/www/linux-opera-devel/files/patch-install.sh index f67bacb8d954..d2dd05aa3074 100644 --- a/www/linux-opera-devel/files/patch-install.sh +++ b/www/linux-opera-devel/files/patch-install.sh @@ -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 \\ diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index a8c5b3b33fc5..098dab6a3146 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -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 diff --git a/www/linux-opera/files/patch-install.sh b/www/linux-opera/files/patch-install.sh index f67bacb8d954..d2dd05aa3074 100644 --- a/www/linux-opera/files/patch-install.sh +++ b/www/linux-opera/files/patch-install.sh @@ -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 \\