sossego
Retired from the forums
[file said:/usr/ports/UPDATING:8-16]20131008:
AFFECT: all users
AUTHOR: bapt@FreeBSD.org
A new USES has been added: compiler.mk, this uses allows porters to
select a compiler for a given port based on the features the port needs
By default this will always try to find clang > 3.3.
If the user prefers using gcc then the following macro should be added
to user's make.conf: FAVORITE_COMPILER=gcc
Default version of /usr/bin/clang is 3.3 with 3.4 existing in /usr/ports/lang/clang-devel. What would be the proper value?