From owner-svn-ports-all@freebsd.org Sat Jun 17 20:10:27 2017 Return-Path: Delivered-To: svn-ports-all@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 8F4FBC0883C; Sat, 17 Jun 2017 20:10:27 +0000 (UTC) (envelope-from jhibbits@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 5D636765FC; Sat, 17 Jun 2017 20:10:27 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5HKAQiH034530; Sat, 17 Jun 2017 20:10:26 GMT (envelope-from jhibbits@FreeBSD.org) Received: (from jhibbits@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5HKAQnA034529; Sat, 17 Jun 2017 20:10:26 GMT (envelope-from jhibbits@FreeBSD.org) Message-Id: <201706172010.v5HKAQnA034529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhibbits set sender to jhibbits@FreeBSD.org using -f From: Justin Hibbits Date: Sat, 17 Jun 2017 20:10:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443786 - head/print/texlive-base X-SVN-Group: ports-head 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.23 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: Sat, 17 Jun 2017 20:10:27 -0000 Author: jhibbits (src committer) Date: Sat Jun 17 20:10:26 2017 New Revision: 443786 URL: https://svnweb.freebsd.org/changeset/ports/443786 Log: Fix print/texlive-base build for powerpc and powerpc64 print/texlive-base depends on devel/icu, which uses C++11 and links against newer libstdc++ when built with gcc. All ports linking against some of the icu libraries need to be built with a C++11 compiler, to link against the correct libstdc++. PR: 215770 Approved by: swills Modified: head/print/texlive-base/Makefile Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Sat Jun 17 19:59:31 2017 (r443785) +++ head/print/texlive-base/Makefile Sat Jun 17 20:10:26 2017 (r443786) @@ -26,12 +26,11 @@ LIB_DEPENDS= libicuio.so:devel/icu \ libpoppler.so:graphics/poppler \ libpotrace.so:graphics/libpotrace -BROKEN_powerpc64= fails to configure: checking requested system `icu' library... failed - CONFLICTS_INSTALL= texlive-texmf-201[234]* USE_TEX= web2c kpathsea ptexenc tlmgr texhash-bootstrap -USES= ghostscript pkgconfig perl5 python:run shebangfix tar:xz +USES= compiler:c++11-lib ghostscript pkgconfig perl5 \ + python:run shebangfix tar:xz USE_PERL5= run # during build phase gnu configure is run a lot MAKE_ENV+= CONFIG_SITE=${CONFIG_SITE}