Date: Mon, 11 Sep 2017 08:22:39 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449609 - head/print/texlive-base Message-ID: <201709110822.v8B8Md57016896@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Sep 11 08:22:39 2017 New Revision: 449609 URL: https://svnweb.freebsd.org/changeset/ports/449609 Log: print/texlive-base: switch to C++11, required by ICU >= 59 checking requested system `icu' library... failed configure: error: some requested system libraries failed PR: 218788 Modified: head/print/texlive-base/Makefile (contents, props changed) Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Mon Sep 11 08:22:28 2017 (r449608) +++ head/print/texlive-base/Makefile Mon Sep 11 08:22:39 2017 (r449609) @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base @@ -31,6 +31,7 @@ CONFLICTS_INSTALL= texlive-texmf-201[234]* USE_TEX= web2c kpathsea ptexenc tlmgr texhash-bootstrap USES= compiler:c++11-lib ghostscript pkgconfig perl5 \ python:run shebangfix tar:xz +USE_CXXSTD= gnu++11 USE_PERL5= run # during build phase gnu configure is run a lot MAKE_ENV+= CONFIG_SITE=${CONFIG_SITE}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709110822.v8B8Md57016896>