From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 24 09:00:18 2005 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C38B516A4CE for ; Thu, 24 Mar 2005 09:00:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59BA943D3F for ; Thu, 24 Mar 2005 09:00:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2O90I0v050166 for ; Thu, 24 Mar 2005 09:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2O90Ivv050165; Thu, 24 Mar 2005 09:00:18 GMT (envelope-from gnats) Date: Thu, 24 Mar 2005 09:00:18 GMT Message-Id: <200503240900.j2O90Ivv050165@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Francois Tigeot Subject: Re: ports/79009: [patch] Some linux ports are incorrectly specified i386-only X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Francois Tigeot List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 09:00:19 -0000 The following reply was made to PR ports/79009; it has been noted by GNATS. From: Francois Tigeot To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Francois Tigeot Subject: Re: ports/79009: [patch] Some linux ports are incorrectly specified i386-only Date: Thu, 24 Mar 2005 09:51:14 +0100 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The expat part of the patch should not have been there. This new patch should be used instead. -- Francois Tigeot --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ports-linux.diff" diff -urN ports.orig/accessibility/linux-atk/Makefile ports/accessibility/linux-atk/Makefile --- ports.orig/accessibility/linux-atk/Makefile Tue Mar 15 05:32:24 2005 +++ ports/accessibility/linux-atk/Makefile Sat Mar 19 10:54:31 2005 @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 BASEVERSION= 9 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 PLIST= ${PKGDIR}/pkg-plist RESTRICTED= "binary under GNU LGPL without accompanying source" RPM_SET= atk-1.2.0-2.i386.rpm diff -urN ports.orig/devel/linux-glib2/Makefile ports/devel/linux-glib2/Makefile --- ports.orig/devel/linux-glib2/Makefile Tue Mar 15 05:35:01 2005 +++ ports/devel/linux-glib2/Makefile Sat Mar 19 10:44:05 2005 @@ -14,7 +14,7 @@ COMMENT= Version 2.X Linux/i386 binary port of GLib BASEVERSION= 9 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 PLIST= ${PKGDIR}/pkg-plist RESTRICTED= "binary under GNU LGPL without accompanying source" RPM_SET= glib2-2.2.1-1.i386.rpm diff -urN ports.orig/graphics/linux-jpeg/Makefile ports/graphics/linux-jpeg/Makefile --- ports.orig/graphics/linux-jpeg/Makefile Fri Dec 31 19:23:55 2004 +++ ports/graphics/linux-jpeg/Makefile Sat Mar 19 10:57:41 2005 @@ -13,6 +13,9 @@ MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of the JPEG lib +.if (${MACHINE_ARCH} == "amd64") +MACHINE_ARCH=i386 +.endif RPM_SET= libjpeg-6b-15.${MACHINE_ARCH}.rpm .include "../../x11-toolkits/linux-gtk/Makefile" diff -urN ports.orig/graphics/linux-png/Makefile ports/graphics/linux-png/Makefile --- ports.orig/graphics/linux-png/Makefile Sun Feb 6 22:50:35 2005 +++ ports/graphics/linux-png/Makefile Sat Mar 19 11:00:27 2005 @@ -17,7 +17,7 @@ DIST_SUBDIR= rpm/i386/fc3 # no alpha rpm is available -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 RPM_SET= libpng-${PORTVERSION}-1.i386.rpm PLIST_FILES= \ diff -urN ports.orig/x11-toolkits/linux-gtk2/Makefile ports/x11-toolkits/linux-gtk2/Makefile --- ports.orig/x11-toolkits/linux-gtk2/Makefile Tue Mar 15 05:53:55 2005 +++ ports/x11-toolkits/linux-gtk2/Makefile Sat Mar 19 10:41:56 2005 @@ -25,7 +25,7 @@ ${BUILD_DEPENDS} BASEVERSION= 9 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 PLIST= ${PKGDIR}/pkg-plist RESTRICTED= "binaries under GNU LGPL without accompanying source" RPM_SET= gtk2-2.2.1-4.i386.rpm diff -urN ports.orig/x11-toolkits/linux-pango/Makefile ports/x11-toolkits/linux-pango/Makefile --- ports.orig/x11-toolkits/linux-pango/Makefile Fri Dec 31 19:24:10 2004 +++ ports/x11-toolkits/linux-pango/Makefile Sat Mar 19 11:05:08 2005 @@ -22,7 +22,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} BASEVERSION= 9 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 PLIST= ${PKGDIR}/pkg-plist RPM_SET= pango-1.2.1-3.i386.rpm --sm4nu43k4a2Rpi4c--