svn commit: r305256 - in head/misc: compat7x compat8x compat9x

Dag-Erling Smørgrav des at des.no
Thu Oct 4 15:25:51 UTC 2012


Renato Botelho <garga at 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 package
>   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=		is for FreeBSD 8.x and newer
>  .endif

should be 700000

> -.if ${OSVERSION} < 900042
> +.if ${OSVERSION} < 900000
>  IGNORE=		is for FreeBSD 9.x and newer
>  .endif

should be 800000

> -.if ${OSVERSION} < 1000009
> +.if ${OSVERSION} < 1000000
>  IGNORE=		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
-- 
Dag-Erling Smørgrav - des at des.no



More information about the svn-ports-all mailing list