Date: Thu, 24 Mar 2005 09:00:18 GMT From: Francois Tigeot <ftigeot@wolfpond.org> To: freebsd-emulation@FreeBSD.org Subject: Re: ports/79009: [patch] Some linux ports are incorrectly specified i386-only Message-ID: <200503240900.j2O90Ivv050165@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/79009; it has been noted by GNATS.
From: Francois Tigeot <ftigeot@wolfpond.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc: Francois Tigeot <ftigeot@wolfpond.org>
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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503240900.j2O90Ivv050165>
