Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 15:43:49 +0000
From:      Steve Wills <swills@FreeBSD.org>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        Mathieu Arnold <mat@FreeBSD.org>, svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, John Marino <marino@FreeBSD.org>, ports-committers@FreeBSD.org
Subject:   Re: svn commit: r339777 - head/lang/modula3
Message-ID:  <20140115154348.GA54731@mouf.net>
In-Reply-To: <20140115151820.GH77567@ithaqua.etoilebsd.net>
References:  <201401151341.s0FDfQ1M053094@svn.freebsd.org> <998760DE607B43BBDEA3C8AE@ogg.in.absolight.net> <20140115151820.GH77567@ithaqua.etoilebsd.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 15, 2014 at 04:18:20PM +0100, Baptiste Daroussin wrote:
> On Wed, Jan 15, 2014 at 03:17:08PM +0100, Mathieu Arnold wrote:
> > +--On 15 janvier 2014 13:41:26 +0000 John Marino <marino@FreeBSD.org> wrote:
> > |   lang/modula3: Not for FreeBSD 8.x
> > |   
> > | +.  if !exists(/usr/include/xlocale/_ctype.h)
> > | +IGNORE=		the bootstrap compiler only runs on FreeBSD 9.0 or later
> > | +.  endif
> > |  . endif
> > 
> > That should be .if ${OSVERSION} < 9000000 or something.
> > 
> > -- 
> > Mathieu Arnold
> 
> It is better to test for the existence of a file as if some are creating
> custom images they without that file it will match anyway.
> 
> OSVERSION is a legacy from pointyhat/tinderbox time, now pointyhat is gone and
> tinderbox knows how to check in the real destination target and not in the host,
> lots of those OSVERSION can just die.

How would this work in the case of a change to a file that already exists as
opposed to a file existing?

Steve



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