From owner-svn-ports-all@freebsd.org Mon Sep 10 01:55:48 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 6A4BA10A56EA; Mon, 10 Sep 2018 01:55:48 +0000 (UTC) (envelope-from linimon@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 0FCE88AC88; Mon, 10 Sep 2018 01:55:48 +0000 (UTC) (envelope-from linimon@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 EFCDB21E27; Mon, 10 Sep 2018 01:55:47 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8A1tlOd091102; Mon, 10 Sep 2018 01:55:47 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8A1tlRO091101; Mon, 10 Sep 2018 01:55:47 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201809100155.w8A1tlRO091101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 10 Sep 2018 01:55:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479348 - head/misc/free42 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/misc/free42 X-SVN-Commit-Revision: 479348 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: Mon, 10 Sep 2018 01:55:48 -0000 Author: linimon Date: Mon Sep 10 01:55:47 2018 New Revision: 479348 URL: https://svnweb.freebsd.org/changeset/ports/479348 Log: Try but fail to fix build on gcc-based archs. The changes are necessary but insufficient. At least the failure is now consistent across tier-2. This change should have no effect on clang-based archs. Approved by: portmgr (tier-2 blanket) Modified: head/misc/free42/Makefile Modified: head/misc/free42/Makefile ============================================================================== --- head/misc/free42/Makefile Mon Sep 10 01:52:59 2018 (r479347) +++ head/misc/free42/Makefile Mon Sep 10 01:55:47 2018 (r479348) @@ -16,17 +16,19 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' BROKEN_armv6= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' BROKEN_mips64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' -BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-c++11-narrowing" +BROKEN_powerpc64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= dos2unix gmake localbase pkgconfig tar:tgz +USES= compiler dos2unix gmake localbase pkgconfig tar:tgz USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango USE_XORG= x11 xmu DOS2UNIX_FILES= gtk/IntelRDFPMathLib20U1/LIBRARY/float128/op_system.h gtk/IntelRDFPMathLib20U1/LIBRARY/float128/architecture.h -CXXFLAGS+= -Wno-c++11-narrowing -Wno-constant-conversion # to accommodate some code breaking with clang-50 +CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} +CXXFLAGS_clang= -Wno-c++11-narrowing -Wno-constant-conversion # to accommodate some code breaking with clang-50 + BUILD_WRKSRC= ${WRKSRC}/gtk VARIANTS= bin dec