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

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 4 15:26:32 UTC 2012


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 1000000
With your change I'm still not able to do it :(

What I was asking for was:

[...]
>  
> -.if ${OSVERSION} < 800105
> +.if ${OSVERSION} < 800000
700000 here
>  IGNORE=		is for FreeBSD 8.x and newer
>  .endif
>  
> 
[...]
> -.if ${OSVERSION} < 900042
> +.if ${OSVERSION} < 900000
800000 here :)
>  IGNORE=		is for FreeBSD 9.x and newer
>  .endif
>  
> 
[...]
>  
> -.if ${OSVERSION} < 1000009
> +.if ${OSVERSION} < 1000000
900000 here
>  IGNORE=		is for FreeBSD 10.x and newer
>  .endif
>  

Sorry I haven't been clear the first time

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20121004/0ce01212/attachment.sig>


More information about the svn-ports-all mailing list