diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-04-15 16:14:47 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-04-15 16:14:47 +0000 |
commit | 005a60b7c9528e98da96c93215f20c6919f08079 (patch) | |
tree | 1afe6c838a0760ee0ab2dcd29ec4f2b5327079fb /devel/fpc-pthreads | |
parent | The CATEGORY warning should be dev-only. (diff) |
Improve the OSVERSION==UNAME_r validation from r369644 by skipping it
if OSVERSION is specified on the cmdline. This makes testing simpler.
This only works for bmake.
# make -V CONFIGURE_LIBS
-lnew_release
# make -V CONFIGURE_LIBS OSVERSION=800000
-lolder_release
# env OSVERSION=800000 make -V CONFIGURE_LIBS
make: "/root/svn/ports/Mk/bsd.port.mk" line 1182: UNAME_r (11.0-CURRENT) and OSVERSION (800000) do not agree on major version number.
# echo OSVERSION=800000 >> /etc/make.conf
# make -V CONFIGURE_LIBS
make: "/root/svn/ports/Mk/bsd.port.mk" line 1182: UNAME_r (11.0-CURRENT) and OSVERSION (800000) do not agree on major version number.
Reported by: danfe
With hat: portmgr
Diffstat (limited to 'devel/fpc-pthreads')
0 files changed, 0 insertions, 0 deletions