diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-02-09 09:12:48 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-02-09 09:12:48 +0000 |
commit | 028c7077bae2ea5d5b42ba67411a80c00d629fff (patch) | |
tree | c4bc97969afa7cc34b3f9cac4821001e3d6718f1 /print/texlive-base | |
parent | - Add LICENSE_FILE (diff) |
devel/icu: drop C++98 compatibility workarounds
Now that both USE_GCC and -CURRENT default to C++14 there's little
reason to complicate maintenance. Revert r449685 to usher consumers
into post-C++11 world.
PR: 222433 222434 222435
Notes
Notes:
svn path=/head/; revision=461290
Diffstat (limited to 'print/texlive-base')
-rw-r--r-- | print/texlive-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index a1e2695dfd91..b8e5d005d12a 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 24 +PORTREVISION= 25 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} |