I noticed this sanity check error on fresh ports after it failed to update a dependency for games/oolite: https://www.freshports.org/sanity_test_failures.php?message_id=201708211326.v7LDQTpS021179@repo.freebsd.org --- games/oolite: This command (FreshPorts code 1): /usr/local/bin/sudo /usr/sbin/chroot -u dan /usr/FreshPorts/ports-jail /make-port.sh /usr/local/PORTS-head games/oolite 2>/tmp/FreshPorts.games.oolite.make-error.2017.8.21.13.27.44.63651 produced this error: Error message is: make: "/usr/local/PORTS-head/Mk/Uses/objc.mk" line 46: Malformed conditional (${ALT_COMPILER_TYPE} == clang && ${ALT_COMPILER_VERSION} >= ${OJBC_CLANG_VERSION}) make: Fatal errors encountered -- cannot continueMake results are : make: stopped in /usr/local/PORTS-head/games/oolite --- They misspelling of OBJC_CLANG_VERSION is obvious.
Created attachment 187203 [details] fix USES objc
Adding Dan as fresh ports may need a manual rerun of the effected ports after this is fixed.
A commit references this bug: Author: bapt Date: Mon Oct 16 08:01:34 UTC 2017 New revision: 452178 URL: https://svnweb.freebsd.org/changeset/ports/452178 Log: Fix typo PR: 223037 Submitted by: brooks MFH: 2017Q4 Changes: head/Mk/Uses/objc.mk
A commit references this bug: Author: bapt Date: Mon Oct 16 08:03:29 UTC 2017 New revision: 452179 URL: https://svnweb.freebsd.org/changeset/ports/452179 Log: MFH: r452178 Fix typo PR: 223037 Submitted by: brooks Changes: _U branches/2017Q4/ branches/2017Q4/Mk/Uses/objc.mk