svn commit: r461290 - in head: databases/evolution-data-server devel/icu devel/icu-le-hb devel/icu/files devel/pecl-intl devel/php70-intl devel/php71-intl devel/php72-intl games/openttd lang/phanto...

Jan Beich jbeich at FreeBSD.org
Sun Feb 11 06:34:53 UTC 2018


(Adding back CC list)

Yasuhiro KIMURA <yasu at utahime.org> writes:

>> Author: jbeich
>> Date: Fri Feb  9 09:12:48 2018
>> New Revision: 461290
>> URL: https://svnweb.freebsd.org/changeset/ports/461290
>> 
>> Log:
>>   devel/icu: drop C++98 compatibility workarounds
>>   
>>   Now that both USE_GCC and -CURRENT default to C++14 there's little
>>   reason to complicate maintenance. Revert r449685 to usher consumers
>>   into post-C++11 world.
>>   
>>   PR:		222433 222434 222435
>
> After this commit 'make describe' in misc/sword cause some error(?)
> message as following.
>
> yasu at eastasia[2283]% pwd
> /usr/ports/misc/sword
> yasu at eastasia[2284]% svnversion
> 461290
> yasu at eastasia[2285]% make describe
> sh: clang38: not found
> make: "/usr0/freebsd/ports/ports/Mk/Uses/compiler.mk" line 69: warning: "clang38 --version" returned non-zero status
> make: "/usr0/freebsd/ports/ports/Mk/Uses/compiler.mk" line 112: warning: "clang++38 -### /dev/null 2>&1" returned non-zero status

Once the patch in bug 225276 lands it'd go away. USES=compiler:c++11-lib
is used on some Tier2 platforms to switch from /usr/bin/gcc to lang/gcc*.
r459270 broke such platforms, so the warning is a good reminder the
workaround is gross.


More information about the svn-ports-branches mailing list