Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2005 11:19:37 +0100
From:      Tilman Linneweh <arved@freebsd.org>
To:        Alexander Leidinger <Alexander@leidinger.net>
Cc:        freebsd-emulation@freebsd.org
Subject:   Re: Fix slave ports of linux-gtk on amd64
Message-ID:  <200511041119.37921.arved@freebsd.org>
In-Reply-To: <20051104100213.wxtabo7hfoksc4ks@netchild.homeip.net>
References:  <200511032122.22485.arved@freebsd.org> <20051104100213.wxtabo7hfoksc4ks@netchild.homeip.net>

next in thread | previous in thread | raw e-mail | index | archive | help
* Alexander Leidinger [Friday, 4. November 2005 10:02 ]:
> Tilman Linneweh <arved@freebsd.org> wrote:
> > Currently linux-jpeg & Co. are not fetchable, because the ARCH
> > manipulation needs to happen before bsd.port.pre.mk.
>
> The '.if (${ARCH} == "amd64")' part just below your patch is superflous
> then, so I think your patch is not complete...

No, this is for the (unlikely, because it is not really supported) case, that 
someone wants to crossbuild a amd64-package on a non-amd64, as stated in 
bsd.port.mk:

# ARCH			- The architecture of the target machine, such as would be
#				  returned by "uname -p".  (Note: Ports should test against
#				  ARCH, and not the host machine's architecture which is
#				  MACHINE_ARCH, to enable ports to be cross-built.)

Of course i can remove it, if you don't like it.

regards
tilman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511041119.37921.arved>