From owner-svn-ports-head@FreeBSD.ORG Wed Jan 15 15:18:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47348EE1; Wed, 15 Jan 2014 15:18:29 +0000 (UTC) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3EB2A1D57; Wed, 15 Jan 2014 15:18:28 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id cc10so4218798wib.4 for ; Wed, 15 Jan 2014 07:18:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=MLAcckQzqbAhImjUCdfUVVdcAhPgD0zU0hHiNifkUHY=; b=Ki7xOIy45kQ9duOTIwFxUCt7KAFxJNmeYrRiRjg+OMtSQRHAd9KQf2YrqgClRQMiJC przGxomiwWgrRnL/NvszcvWGX3HZa+MF66V/X31unZTYcuXkApcvPcb2IGbnqivQGmDw gksiy2Au1CYkk5sAw0WDAl0IuiLvYjyp6NffHn5BgeQHrG7DhAOxaO+1JH0YOtZRAiiR nsLH9p1Q0UzGXRfz7GQoOm2UfaGbpPbpwChLZZamu5hTb07tEFmudKdVRYHiQC8ZtNFC I5ZxacLRDdRF+1Pl9uZPl24AWLOu0VRE0nTNzrC1jSyl0TJqwE5UMcI9yYxOt2tDLFlD zZhg== X-Received: by 10.180.210.36 with SMTP id mr4mr3021185wic.38.1389799106146; Wed, 15 Jan 2014 07:18:26 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id pl7sm3530419wjc.16.2014.01.15.07.18.24 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 15 Jan 2014 07:18:24 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 15 Jan 2014 16:18:20 +0100 From: Baptiste Daroussin To: Mathieu Arnold Subject: Re: svn commit: r339777 - head/lang/modula3 Message-ID: <20140115151820.GH77567@ithaqua.etoilebsd.net> References: <201401151341.s0FDfQ1M053094@svn.freebsd.org> <998760DE607B43BBDEA3C8AE@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rCwQ2Y43eQY6RBgR" Content-Disposition: inline In-Reply-To: <998760DE607B43BBDEA3C8AE@ogg.in.absolight.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, John Marino , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2014 15:18:29 -0000 --rCwQ2Y43eQY6RBgR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 15, 2014 at 03:17:08PM +0100, Mathieu Arnold wrote: > +--On 15 janvier 2014 13:41:26 +0000 John Marino wro= te: > | lang/modula3: Not for FreeBSD 8.x > | =20 > | +. if !exists(/usr/include/xlocale/_ctype.h) > | +IGNORE=3D the bootstrap compiler only runs on FreeBSD 9.0 or later > | +. endif > | . endif >=20 > That should be .if ${OSVERSION} < 9000000 or something. >=20 > --=20 > 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. regards, Bapt --rCwQ2Y43eQY6RBgR Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlLWprwACgkQ8kTtMUmk6Ey8JgCfUd7uUw5lbCuF3VsBeAyKXEDp CrUAnRQD7hv+69tooV9aRh81UvEyT0GI =SPv6 -----END PGP SIGNATURE----- --rCwQ2Y43eQY6RBgR--