From owner-cvs-ports@FreeBSD.ORG Mon Oct 10 12:32:02 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id BACCB16A420; Mon, 10 Oct 2005 12:32:02 +0000 (GMT) Date: Mon, 10 Oct 2005 12:32:02 +0000 From: Alexey Dokuchaev To: Oliver Lehmann Message-ID: <20051010123202.GA75707@FreeBSD.org> References: <200510100509.j9A59MWa073266@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200510100509.j9A59MWa073266@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/ogre3d Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 12:32:02 -0000 On Mon, Oct 10, 2005 at 05:09:22AM +0000, Oliver Lehmann wrote: > oliver 2005-10-10 05:09:21 UTC > > FreeBSD ports repository > > Modified files: > graphics/ogre3d Makefile > Log: > does not compile on alpha > > NOT_FOR_ARCHS= alpha If, theoretically, it can work on Alpha, but fails to compile for some reason, than it should be marked as BROKEN on Alpha instead of completely masking it out. If it's inherently broken (i.e., it contains x86 assebly code) you can use ONLY/NOT_FOR_ARCHS. ./danfe