cvs commit: ports/devel/linux_devtools Makefile

David O'Brien obrien at FreeBSD.org
Mon Apr 11 00:33:58 PDT 2005


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 at FreeBSD.org)


More information about the cvs-all mailing list