From owner-svn-ports-all@freebsd.org Tue Aug 28 13:07:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A78F6108BA1F; Tue, 28 Aug 2018 13:07:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DF0882F2D; Tue, 28 Aug 2018 13:07:18 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F00D539D; Tue, 28 Aug 2018 13:07:18 +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 w7SD7IVT032450; Tue, 28 Aug 2018 13:07:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7SD7IK5032449; Tue, 28 Aug 2018 13:07:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201808281307.w7SD7IK5032449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 28 Aug 2018 13:07:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r478312 - branches/2018Q3/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/emulators/rpcs3 X-SVN-Commit-Revision: 478312 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2018 13:07:18 -0000 Author: jbeich Date: Tue Aug 28 13:07:17 2018 New Revision: 478312 URL: https://svnweb.freebsd.org/changeset/ports/478312 Log: MFH: r478311 emulators/rpcs3: drop GCC < 6 after r478266/r475856 USES=compiler:c++17-lang defines USE_GCC=yes but anything older than lang/gcc7 have incomplete C++17 support. As this port is amd64-only supporting old GCC is of little value. https://gcc.gnu.org/projects/cxx-status.html Approved by: ports-secteam blanket Modified: branches/2018Q3/emulators/rpcs3/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q3/emulators/rpcs3/Makefile Tue Aug 28 13:02:48 2018 (r478311) +++ branches/2018Q3/emulators/rpcs3/Makefile Tue Aug 28 13:07:17 2018 (r478312) @@ -45,7 +45,6 @@ CMAKE_OFF= USE_NATIVE_INSTRUCTIONS EXTRA_PATCHES+= ${EXTRA_PATCHES_${COMPILER_FEATURES:Mlib*}_${OPSYS}_${OSREL}} EXTRA_PATCHES_libc++_FreeBSD_10.4= ${PATCHDIR}/extra-patch-c++14 EXTRA_PATCHES_libc++_FreeBSD_11.1= ${PATCHDIR}/extra-patch-c++14 -CXXFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528 CXXFLAGS+= -Wno-macro-redefined # __STDC_*_MACROS sys/cdefs.h vs. llvm-config LDFLAGS+= -Wl,--as-needed # GLU