Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2005 00:33:56 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/devel/linux_devtools Makefile
Message-ID:  <20050411073356.GA12374@dragon.NUXI.org>
In-Reply-To: <20050411032301.GB21104@xor.obsecurity.org>
References:  <200504110259.j3B2xwDj016522@repoman.freebsd.org> <20050411032301.GB21104@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Apr 10, 2005 at 08:23:01PM -0700, Kris Kennaway wrote:
> On Mon, Apr 11, 2005 at 02:59:58AM +0000, David E. O'Brien wrote:
> 
> > |  USE_LINUX?=		yes
> > |  NO_LATEST_LINK=		yes
> > | -ONLY_FOR_ARCHS=		i386
> > | +ONLY_FOR_ARCHS=		i386 amd64
> > |  CONFLICTS=		linux_devtools-*
> > |  DIST_SUBDIR=		rpm/${ARCH}/${PORTVERSION}
> > |  PREFIX=			${LINUXBASE}
> > | @@ -63,6 +63,11 @@ RPMDIR=			${DISTDIR}/${DIST_SUBDIR}
> > |  
> > |  REMOVE_DIRS=		dev tmp var/tmp
> > |  REMOVE_FILES=
> > | +
> > | +.if (${ARCH} == "amd64")
> > | +ARCH=			i386
> 
> I'm not sure this is legal.

Its what we did to get the linux_base-8 port working. :-)
Not saying, this is a great approach.  Its just the existing band-aid.
 
-- 
-- David  (obrien@FreeBSD.org)



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