emaste accepted this revision.
REPOSITORY
rS FreeBSD src repository
BRANCH
/head
REVISION DETAIL
https://reviews.freebsd.org/D1932
EMAIL PREFERENCES
https://reviews.freebsd.org/settings/panel/emailpreferences/
To: dim, theraven, emaste
Cc: freebsd-toolchain
dim updated this revision to Diff 5715.
dim added a comment.
This revision now requires review to proceed.
Herald added a subscriber: imp.
Updated for changes in ObsoleteFiles.inc.
REPOSITORY
rS FreeBSD src repository
CHANGES SINCE LAST UPDATE
https://reviews.freebsd.org/D1932?vs=3900&id=57
imp added a comment.
CC has been an alias for the default C++ compiler the entire life FreeBSD has
had a C++ compiler.
Sure, it isn't based on any "standards" but it is a very de-facto standard that
many ports rely on.
FreeBSD isn't the only system to do this. Sun did this for years, as did SGI
imp requested changes to this revision.
imp added a reviewer: imp.
imp added a comment.
This revision now requires changes to proceed.
So "it is icky" likely isn't a good enough reason.
Do a ports run w/o it causing any problems and prove me wrong...
REPOSITORY
rS FreeBSD src repository
REVI
emaste added a comment.
In https://reviews.freebsd.org/D1932#49686, @imp wrote:
> it is a very de-facto standard that many ports rely on.
Many ports will choose CC if it exists, but I'm not sure they rely on it.
Autoconf and cmake builds will try a list and if they pick c++ next they'll be
fi