diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-23 20:45:46 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-23 20:45:46 +0800 |
commit | 3c5cf0a44299e8b909fd3062e8aa0cc710649894 (patch) | |
tree | 9f8db44177ed46a64b46576a24dfdf8ada114376 /math | |
parent | 14033ee9eea4482bcff0519551003d231b38c244 (diff) | |
download | freebsd-ports-gnome-3c5cf0a44299e8b909fd3062e8aa0cc710649894.tar.gz freebsd-ports-gnome-3c5cf0a44299e8b909fd3062e8aa0cc710649894.tar.zst freebsd-ports-gnome-3c5cf0a44299e8b909fd3062e8aa0cc710649894.zip |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
Diffstat (limited to 'math')
-rw-r--r-- | math/armadillo/Makefile | 1 | ||||
-rw-r--r-- | math/aspcud/Makefile | 1 | ||||
-rw-r--r-- | math/cadabra2/Makefile | 1 | ||||
-rw-r--r-- | math/carve/Makefile | 2 | ||||
-rw-r--r-- | math/cgal/Makefile | 2 | ||||
-rw-r--r-- | math/clblas/Makefile | 1 | ||||
-rw-r--r-- | math/cryptominisat/Makefile | 1 | ||||
-rw-r--r-- | math/dynare/Makefile | 2 | ||||
-rw-r--r-- | math/fityk/Makefile | 1 | ||||
-rw-r--r-- | math/freemat/Makefile | 2 | ||||
-rw-r--r-- | math/kig/Makefile | 1 | ||||
-rw-r--r-- | math/liborigin/Makefile | 1 | ||||
-rw-r--r-- | math/mosesdecoder/Makefile | 2 | ||||
-rw-r--r-- | math/pdal/Makefile | 2 | ||||
-rw-r--r-- | math/rocs/Makefile | 2 | ||||
-rw-r--r-- | math/stp/Makefile | 2 | ||||
-rw-r--r-- | math/ufc/Makefile | 2 | ||||
-rw-r--r-- | math/vowpal_wabbit/Makefile | 1 |
18 files changed, 18 insertions, 9 deletions
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index d449b4e5fe31..e344337e55a4 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -2,6 +2,7 @@ PORTNAME= armadillo PORTVERSION= 7.500.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/arma diff --git a/math/aspcud/Makefile b/math/aspcud/Makefile index e0f600760ec0..595e8696b91c 100644 --- a/math/aspcud/Makefile +++ b/math/aspcud/Makefile @@ -4,6 +4,7 @@ PORTNAME= aspcud PORTVERSION= 1.9.1 DISTVERSIONSUFFIX= -source +PORTREVISION= 1 CATEGORIES= math ports-mgmt sysutils MASTER_SITES= SOURCEFORGE/potassco/${PORTNAME}/${PORTVERSION} diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile index 9b6813d9b079..8926dd697fe5 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -3,6 +3,7 @@ PORTNAME= cadabra2 PORTVERSION= 2.0.930 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@rawbw.com diff --git a/math/carve/Makefile b/math/carve/Makefile index 020a19e4949b..fd3d7f96090e 100644 --- a/math/carve/Makefile +++ b/math/carve/Makefile @@ -3,7 +3,7 @@ PORTNAME= carve PORTVERSION= 1.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= GOOGLE_CODE diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 0ecfd2dfe820..7e20c8f076fa 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -3,7 +3,7 @@ PORTNAME= cgal PORTVERSION= 4.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.9/ DISTNAME= CGAL-${PORTVERSION} diff --git a/math/clblas/Makefile b/math/clblas/Makefile index 654f8cb6e5bd..d2802420244f 100644 --- a/math/clblas/Makefile +++ b/math/clblas/Makefile @@ -4,6 +4,7 @@ PORTNAME= clblas PORTVERSION= 2.10 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= math MAINTAINER= dieterich@ogolem.org diff --git a/math/cryptominisat/Makefile b/math/cryptominisat/Makefile index 085ed0fe242a..706eae35c677 100644 --- a/math/cryptominisat/Makefile +++ b/math/cryptominisat/Makefile @@ -2,6 +2,7 @@ PORTNAME= cryptominisat PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= 6yearold@gmail.com diff --git a/math/dynare/Makefile b/math/dynare/Makefile index efaff517797c..36ba06fb2933 100644 --- a/math/dynare/Makefile +++ b/math/dynare/Makefile @@ -3,7 +3,7 @@ PORTNAME= dynare PORTVERSION= 4.4.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= http://www.dynare.org/release/source/ diff --git a/math/fityk/Makefile b/math/fityk/Makefile index 074b61a3ded7..c95407a34f5b 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -4,6 +4,7 @@ PORTNAME= fityk PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= math MAINTAINER= ports@FreeBSD.org diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 0b1e15d0cdcf..dfb5617b192c 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -4,7 +4,7 @@ PORTNAME= FreeMat PORTVERSION= 4.2 DISTVERSIONSUFFIX= -Source -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math science MASTER_SITES= SF/freemat/FreeMat4 diff --git a/math/kig/Makefile b/math/kig/Makefile index 1072b4857d2c..ed07abceb0cd 100644 --- a/math/kig/Makefile +++ b/math/kig/Makefile @@ -2,6 +2,7 @@ PORTNAME= kig PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/math/liborigin/Makefile b/math/liborigin/Makefile index 7c76dc639132..ab4b5511aab5 100644 --- a/math/liborigin/Makefile +++ b/math/liborigin/Makefile @@ -2,6 +2,7 @@ PORTNAME= liborigin PORTVERSION= 2.0.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.0 diff --git a/math/mosesdecoder/Makefile b/math/mosesdecoder/Makefile index 2f2eb69389fe..0f4493172e3c 100644 --- a/math/mosesdecoder/Makefile +++ b/math/mosesdecoder/Makefile @@ -3,8 +3,8 @@ PORTNAME= mosesdecoder PORTVERSION= 2.1.1 -PORTREVISION= 1 DISTVERSIONPREFIX= RELEASE- +PORTREVISION= 2 CATEGORIES= math MAINTAINER= demon@FreeBSD.org diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 7c564e395217..a124c9b818e0 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdal PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math databases graphics MAINTAINER= coder@tuxfamily.org diff --git a/math/rocs/Makefile b/math/rocs/Makefile index 12ad3a21d554..1936e5890062 100644 --- a/math/rocs/Makefile +++ b/math/rocs/Makefile @@ -2,7 +2,7 @@ PORTNAME= rocs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/math/stp/Makefile b/math/stp/Makefile index 335e7a9fa411..ec68840c1f2a 100644 --- a/math/stp/Makefile +++ b/math/stp/Makefile @@ -3,7 +3,7 @@ PORTNAME= stp PORTVERSION= 1436 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://intara.arrowdodger.ru/ diff --git a/math/ufc/Makefile b/math/ufc/Makefile index 96a611e078d5..0cd2ad4c98ef 100644 --- a/math/ufc/Makefile +++ b/math/ufc/Makefile @@ -3,7 +3,7 @@ PORTNAME= ufc PORTVERSION= ${MMVERSION}.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= http://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/ diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile index df9de5d39fe9..58cc39fec56e 100644 --- a/math/vowpal_wabbit/Makefile +++ b/math/vowpal_wabbit/Makefile @@ -3,6 +3,7 @@ PORTNAME= vowpal_wabbit PORTVERSION= 7.10 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= demon@FreeBSD.org |