From owner-freebsd-amd64@FreeBSD.ORG Fri Apr 1 05:57:29 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCA8D16A4CE for ; Fri, 1 Apr 2005 05:57:29 +0000 (GMT) Received: from ares.wolfpond.org (ns1.wolfpond.org [62.212.96.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2616443D45 for ; Fri, 1 Apr 2005 05:57:28 +0000 (GMT) (envelope-from ftigeot@wolfpond.org) Received: from aoi.wolfpond.org (aoi.wolfpond.org [IPv6:2001:7a8:24db:1:20c:76ff:feb4:27e1]) by ares.wolfpond.org (8.13.3/8.13.3) with ESMTP id j315vLvE098655; Fri, 1 Apr 2005 07:57:21 +0200 (CEST) (envelope-from ftigeot@aoi.wolfpond.org) Received: from aoi.wolfpond.org (localhost [127.0.0.1]) by aoi.wolfpond.org (8.13.3/8.13.1) with ESMTP id j315vLfi082731; Fri, 1 Apr 2005 07:57:21 +0200 (CEST) (envelope-from ftigeot@aoi.wolfpond.org) Received: (from ftigeot@localhost) by aoi.wolfpond.org (8.13.3/8.13.1/Submit) id j315vLkc082730; Fri, 1 Apr 2005 07:57:21 +0200 (CEST) (envelope-from ftigeot) Date: Fri, 1 Apr 2005 07:57:21 +0200 From: Francois Tigeot To: "Conrad J. Sabatier" Message-ID: <20050401055721.GA72973@aoi.wolfpond.org> References: <790a9fff050331080572081eb6@mail.gmail.com> <2fd864e05033109061a68554d@mail.gmail.com> <20050331203915.GH1687@dragon.NUXI.org> <20050331155046.21a5d323@dolphin.local.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050331155046.21a5d323@dolphin.local.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-amd64@freebsd.org Subject: Re: Working and broken Linux ports on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 05:57:30 -0000 On Thu, Mar 31, 2005 at 03:50:46PM -0600, Conrad J. Sabatier wrote: > On Thu, 31 Mar 2005 12:39:15 -0800, "David O'Brien" > wrote: > > > > For right now, add amd64 to 'ONLY_FOR_ARCHS'. And add any of the rest > > of the below that is needed: > > > > .if (${ARCH} == "amd64") > > ARCH= i386 > > FALLBACK_ELF_MIB= kern.elf32.fallback_brand > > RPMFLAGS+= --noscripts > > .endif > > > > Doesn't anyone read the ports' Makefile any more?? > > I already see one linux port for which the above additions are > insufficient, namely, graphics/linux-jpeg: > > PORTNAME= jpeg > PORTVERSION= 6b.15 > PORTREVISION= 3 > CATEGORIES= graphics linux > > MAINTAINER= freebsd-emulation@FreeBSD.org > COMMENT= RPM of the JPEG lib > > RPM_SET= libjpeg-6b-15.${MACHINE_ARCH}.rpm > ^^^^^^^^^^^^^^^ > .include "../../x11-toolkits/linux-gtk/Makefile" This one can be fixed by the patch in this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/79009 -- Francois Tigeot