From owner-svn-ports-head@freebsd.org Sat Jul 15 20:32:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06930B7B6B1; Sat, 15 Jul 2017 20:32:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C301B83C89; Sat, 15 Jul 2017 20:32:01 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6FKW0iP044755; Sat, 15 Jul 2017 20:32:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6FKW0qR044753; Sat, 15 Jul 2017 20:32:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201707152032.v6FKW0qR044753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 15 Jul 2017 20:32:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445960 - in head: Mk emulators/citra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: Mk emulators/citra X-SVN-Commit-Revision: 445960 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2017 20:32:02 -0000 Author: jbeich Date: Sat Jul 15 20:32:00 2017 New Revision: 445960 URL: https://svnweb.freebsd.org/changeset/ports/445960 Log: Drop 9.x hack for USES=compiler:c++14-lang On x86 architectures when base compiler doesn't support C++14 USES=compiler prefers Clang. As only lang/gcc* provide C++14 library outside of base some ports need to define USE_GCC. However, adding it would require ugly bsd.port.options.mk conditionals thus FAVORITE_COMPILER was used. As /stable/9 reached EOL we no longer need to support ancient libstdc++ on x86. Modified: head/Mk/bsd.gecko.mk (contents, props changed) head/emulators/citra/Makefile (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Sat Jul 15 20:16:25 2017 (r445959) +++ head/Mk/bsd.gecko.mk Sat Jul 15 20:32:00 2017 (r445960) @@ -97,7 +97,6 @@ BUNDLE_LIBS= yes .if ${MOZILLA_VER:R:R} >= 49 USES+= compiler:c++14-lang -FAVORITE_COMPILER= ${COMPILER_TYPE} # c++14-lib CPPFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 .else Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Sat Jul 15 20:16:25 2017 (r445959) +++ head/emulators/citra/Makefile Sat Jul 15 20:32:00 2017 (r445960) @@ -38,7 +38,6 @@ GH_TUPLE= citra-emu:ext-soundtouch:5274ec4:soundtouch/ weidai11:cryptopp:CRYPTOPP_5_6_5-164-g841c37e:cryptopp/externals/cryptopp/cryptopp USES= cmake:outsource compiler:c++14-lang iconv localbase:ldflags -FAVORITE_COMPILER= ${COMPILER_TYPE} # c++14-lib CMAKE_ARGS= -DENABLE_WEB_SERVICE=off # XXX unbundle curl-7.52.1 CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ -D_DECLARE_C99_LDBL_MATH # XXX ports/193528