Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2018 07:34:47 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Yasuhiro KIMURA <yasu@utahime.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   Re: 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...
Message-ID:  <mv0g-3ugo-wny@FreeBSD.org>
In-Reply-To: <20180209.203417.46549680734161577.yasu@utahime.org> (Yasuhiro KIMURA's message of "Fri, 09 Feb 2018 20:34:17 %2B0900 (JST)")
References:  <201802090912.w199Cmhi022746@repo.freebsd.org> <20180209.203417.46549680734161577.yasu@utahime.org>

next in thread | previous in thread | raw e-mail | index | archive | help
(Adding back CC list)

Yasuhiro KIMURA <yasu@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@eastasia[2283]% pwd
> /usr/ports/misc/sword
> yasu@eastasia[2284]% svnversion
> 461290
> yasu@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?mv0g-3ugo-wny>