From owner-cvs-all@FreeBSD.ORG Sat Jul 14 07:07:47 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 1F7831065674; Sat, 14 Jul 2012 07:07:47 +0000 (UTC) Date: Sat, 14 Jul 2012 07:07:47 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Message-ID: <20120714070747.GB55269@FreeBSD.org> References: <201207131023.q6DANvUG081088@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201207131023.q6DANvUG081088@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/Mk bsd.options.mk ports/x11-servers/xorg-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2012 07:07:47 -0000 On Fri, Jul 13, 2012 at 10:23:57AM +0000, Baptiste Daroussin wrote: > bapt 2012-07-13 10:23:57 UTC > > Modified files: > Mk bsd.options.mk > x11-servers/xorg-server Makefile > Log: > Add new OPTIONS_EXCLUSE_${ARCH} to be able to exclude an option on the > given arch. Fix xorg-server on sparc64 by excluing the HAL option on > sparc64 has it used to be before convertion to new options framework [1] I thought HAL was deprecated anyways, why not simply disable it by default across the gang? I've never enabled it and X server always runs fine. You also seem to have a typo in OPTIONS_EXCLUSE_ (and commit log itself). ./danfe