Date: Mon, 07 May 2018 17:43:49 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Dmitry Marakasov <amdmi3@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469292 - head/x11/xlockmore Message-ID: <po27-sc7e-wny@FreeBSD.org> In-Reply-To: <201805071525.w47FP8RQ045174@repo.freebsd.org> (Dmitry Marakasov's message of "Mon, 7 May 2018 15:25:08 %2B0000 (UTC)") References: <201805071525.w47FP8RQ045174@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Dmitry Marakasov <amdmi3@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?po27-sc7e-wny>