svn commit: r449609 - head/print/texlive-base

Jan Beich jbeich at FreeBSD.org
Mon Sep 11 08:22:40 UTC 2017


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}


More information about the svn-ports-all mailing list