From owner-svn-ports-all@FreeBSD.ORG Sat Mar 28 12:32:10 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id B536CC9C; Sat, 28 Mar 2015 12:32:10 +0000 (UTC) Date: Sat, 28 Mar 2015 12:32:10 +0000 From: Alexey Dokuchaev To: Stephen Montgomery-Smith Subject: Re: svn commit: r382444 - head/math/sage Message-ID: <20150328123210.GA56452@FreeBSD.org> References: <201503280027.t2S0R0E6072366@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201503280027.t2S0R0E6072366@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2015 12:32:10 -0000 On Sat, Mar 28, 2015 at 12:27:00AM +0000, Stephen Montgomery-Smith wrote: > New Revision: 382444 > URL: https://svnweb.freebsd.org/changeset/ports/382444 > > [...] > > -.if OSVERSION>=1000000 && OSVERSION<1000717 > +.if OSVERSION<1000717 > BROKEN= https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198893 > .endif I think it should be ${OSVERSION}, and '<' better be surrounded by spaces (it would've helped to discover this bug easily). ./danfe