svn commit: r469292 - head/x11/xlockmore

Jan Beich jbeich at FreeBSD.org
Mon May 7 15:43:59 UTC 2018


Dmitry Marakasov <amdmi3 at FreeBSD.org> writes:

> Author: amdmi3
> Date: Mon May  7 15:25:07 2018
> New Revision: 469292
> URL: https://svnweb.freebsd.org/changeset/ports/469292
>
> Log:
>   - Remove always-true OSVERSION condition
[...]
> -.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1003500
> +.if ${OPSYS} == FreeBSD
>  	@${REINPLACE_CMD} -e 's|/usr/games/fortune|/usr/bin/fortune|' ${WRKSRC}/modes/Makefile.in
>  .endif

This condition is bogus. /usr/bin/fortune does not exist on FreeBSD 10.4.

And here I wanted to drop 10.3 atomically...
https://reviews.freebsd.org/D15238


More information about the svn-ports-all mailing list