Date: Thu, 04 Oct 2012 17:25:49 +0200 From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no> To: Renato Botelho <garga@FreeBSD.org> 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 Message-ID: <86r4pecl8i.fsf@ds4.des.no> In-Reply-To: <201210041234.q94CYpGH054282@svn.freebsd.org> (Renato Botelho's message of "Thu, 4 Oct 2012 12:34:51 %2B0000 (UTC)") References: <201210041234.q94CYpGH054282@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Renato Botelho <garga@FreeBSD.org> writes: > Log: > Lower OSVERSION checking for compat[789]x. This was requested by bapt@ = and i > agree with his arguments. There are no reasons to deny a compatNx packa= ge > being built on a FreeBSD-N version. This doesn't do what you say it does, nor what bapt@ and I wanted. It will still refuse to build compatNx on FreeBSD N. > -.if ${OSVERSION} < 800105 > +.if ${OSVERSION} < 800000 > IGNORE=3D is for FreeBSD 8.x and newer > .endif should be 700000 > -.if ${OSVERSION} < 900042 > +.if ${OSVERSION} < 900000 > IGNORE=3D is for FreeBSD 9.x and newer > .endif should be 800000 > -.if ${OSVERSION} < 1000009 > +.if ${OSVERSION} < 1000000 > IGNORE=3D is for FreeBSD 10.x and newer > .endif should be 900000 The point is to have compatNx included in the FreeBSD N package set so you can use FreeBSD N packages on FreeBSD N + 1 (typically, FreeBSD 9 packages on head) DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86r4pecl8i.fsf>