diff options
author | joerg <joerg@pkgsrc.org> | 2018-07-18 00:06:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2018-07-18 00:06:10 +0000 |
commit | bae5dd3629cc3af3c32704ae265c254292cdfa4c (patch) | |
tree | 7e4d25c84ede1a3fcebe215c3f01100d788ebc1d /math | |
parent | 326ab0d6a49ec909b08e6e00df15fd7158bc5147 (diff) | |
download | pkgsrc-bae5dd3629cc3af3c32704ae265c254292cdfa4c.tar.gz |
Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
Diffstat (limited to 'math')
-rw-r--r-- | math/cgal/Makefile | 4 | ||||
-rw-r--r-- | math/graphopt/Makefile | 4 | ||||
-rw-r--r-- | math/ipopt/Makefile | 4 | ||||
-rw-r--r-- | math/mapm/Makefile | 4 | ||||
-rw-r--r-- | math/minisat/Makefile | 4 | ||||
-rw-r--r-- | math/openaxiom/Makefile | 4 | ||||
-rw-r--r-- | math/openfst/Makefile | 4 | ||||
-rw-r--r-- | math/ppl/Makefile | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile index c137ce09a1a..1505171465b 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2018/04/29 21:31:21 adam Exp $ +# $NetBSD: Makefile,v 1.39 2018/07/18 00:06:21 joerg Exp $ PKGNAME= cgal-3.9 DISTNAME= CGAL-3.9 @@ -12,7 +12,7 @@ COMMENT= Computational Geometry Algorithms Library LICENSE= gnu-lgpl-v3 USE_CMAKE= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 pre-install: find ${WRKSRC} -name \*.orig -exec rm {} \; diff --git a/math/graphopt/Makefile b/math/graphopt/Makefile index 2968f9fd986..da6bc94055a 100644 --- a/math/graphopt/Makefile +++ b/math/graphopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2017/08/16 20:21:11 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2018/07/18 00:06:21 joerg Exp $ # DISTNAME= graphopt-0.4.1 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://sourceforge.net/projects/graphopt/ COMMENT= Optimize graph layouts -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 GNU_CONFIGURE= YES post-install: diff --git a/math/ipopt/Makefile b/math/ipopt/Makefile index 63f17724c48..3f91388aab1 100644 --- a/math/ipopt/Makefile +++ b/math/ipopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2013/11/14 15:04:12 asau Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/18 00:06:21 joerg Exp $ DISTNAME= Ipopt-3.11.5 CATEGORIES= math @@ -9,7 +9,7 @@ MAINTAINER= asau@inbox.ru HOMEPAGE= https://projects.coin-or.org/Ipopt COMMENT= Interior Point OPTimizer -USE_LANGUAGES= c c++ fortran +USE_LANGUAGES= c c++03 fortran GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config diff --git a/math/mapm/Makefile b/math/mapm/Makefile index bfebf0e69de..0ad61abd7ae 100644 --- a/math/mapm/Makefile +++ b/math/mapm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/09/03 08:36:56 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/18 00:06:21 joerg Exp $ # DISTNAME= mapm-4.9.5a @@ -13,7 +13,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-/_/} DOCS= README algorithms.used function.ref article.pdf -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 INSTALLATION_DIRS= bin include lib share/doc/mapm diff --git a/math/minisat/Makefile b/math/minisat/Makefile index 21ffffd3cbf..a87ac4b08b8 100644 --- a/math/minisat/Makefile +++ b/math/minisat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2018/01/01 18:16:38 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2018/07/18 00:06:21 joerg Exp $ DISTNAME= minisat-2.2.0 CATEGORIES= math @@ -10,7 +10,7 @@ COMMENT= Minimalistic yet highly efficient SAT solver LICENSE= mit WRKSRC= ${WRKDIR}/minisat -USE_LANGUAGES= c++ +USE_LANGUAGES= c++03 USE_TOOLS+= gmake #BUILD_DIRS= core simp BUILD_DIRS= simp diff --git a/math/openaxiom/Makefile b/math/openaxiom/Makefile index b1cc50f4e42..c21adbb48ca 100644 --- a/math/openaxiom/Makefile +++ b/math/openaxiom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/04/30 14:19:42 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/18 00:06:21 joerg Exp $ # DISTNAME= open-axiom-1.4.1 @@ -14,7 +14,7 @@ COMMENT= Platform for symbolic, algebraic, and numerical computations MAKE_JOBS_SAFE= no -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 GNU_CONFIGURE= yes USE_TOOLS+= gmake makeinfo awk:run BUILD_DEPENDS+= noweb-[0-9]*:../../devel/noweb diff --git a/math/openfst/Makefile b/math/openfst/Makefile index f875f56728a..583dda72b08 100644 --- a/math/openfst/Makefile +++ b/math/openfst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/12/26 23:53:08 mef Exp $ +# $NetBSD: Makefile,v 1.4 2018/07/18 00:06:21 joerg Exp $ # DISTNAME= openfst-1.1 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.openfst.org/ COMMENT= OpenFst is a library for manipulating transducers LICENSE= apache-2.0 -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/math/ppl/Makefile b/math/ppl/Makefile index 651d77383dc..0641f20f359 100644 --- a/math/ppl/Makefile +++ b/math/ppl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2018/01/28 16:24:14 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/18 00:06:21 joerg Exp $ DISTNAME= ppl-1.1 PKGREVISION= 4 @@ -15,7 +15,7 @@ USE_LIBTOOL= yes USE_TOOLS+= autoconf automake gmake perl DEPENDS+= gsed-[0-9]*:../../textproc/gsed -USE_LANGUAGES= c c++ +USE_LANGUAGES= c gnu++03 GNU_CONFIGURE= yes MAKE_ENV+= lt_cv_path_SED=${PREFIX}/bin/gsed |