From owner-svn-ports-head@FreeBSD.ORG Thu Oct 4 15:26:32 2012 Return-Path: Delivered-To: svn-ports-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EABE106566C; Thu, 4 Oct 2012 15:26:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6FC0C8FC1C; Thu, 4 Oct 2012 15:26:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q94FQWlZ077159; Thu, 4 Oct 2012 15:26:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q94FQWj0077158; Thu, 4 Oct 2012 15:26:32 GMT (envelope-from bapt@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f Date: Thu, 4 Oct 2012 17:26:29 +0200 From: Baptiste Daroussin To: Renato Botelho Message-ID: <20121004152629.GF81976@ithaqua.etoilebsd.net> References: <201210041234.q94CYpGH054282@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Zi0sgQQBxRFxMTsj" Content-Disposition: inline In-Reply-To: <201210041234.q94CYpGH054282@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: svn commit: r305256 - in head/misc: compat7x compat8x compat9x X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 04 Oct 2012 15:26:32 -0000 --Zi0sgQQBxRFxMTsj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable My explanation wasn't very good, I'll try to rephrase :) What I was asking for was to be able to build compat9x package on a 9.x box. Imagine I'm running tinderbox or poudriere to build 9.x packages for my 10.= 0-CURRENT system. Lots of devs are doing that. I'll create a 9.X jail on tinderbox or poudriere to build my packages, and I will need to be able to build 9.x packages My building system will have an OSVERSION somewhere between 900000 and 1000= 000 With your change I'm still not able to do it :( What I was asking for was: [...] > =20 > -.if ${OSVERSION} < 800105 > +.if ${OSVERSION} < 800000 700000 here > IGNORE=3D is for FreeBSD 8.x and newer > .endif > =20 >=20 [...] > -.if ${OSVERSION} < 900042 > +.if ${OSVERSION} < 900000 800000 here :) > IGNORE=3D is for FreeBSD 9.x and newer > .endif > =20 >=20 [...] > =20 > -.if ${OSVERSION} < 1000009 > +.if ${OSVERSION} < 1000000 900000 here > IGNORE=3D is for FreeBSD 10.x and newer > .endif > =20 Sorry I haven't been clear the first time regards, Bapt --Zi0sgQQBxRFxMTsj Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlBtqqUACgkQ8kTtMUmk6EyBlgCdFcuLzBjla2mdUe8i6kRILcT5 RoMAnjUNraM65QS6GsGKtcppIUbSx7YW =f+lW -----END PGP SIGNATURE----- --Zi0sgQQBxRFxMTsj--