diff options
author | antoine <antoine@FreeBSD.org> | 2016-06-04 20:34:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-06-04 20:34:50 +0800 |
commit | 17a0af8bab2a6865056f9ad51ef31354f9acfd77 (patch) | |
tree | f9db60b87331f633556ef76d3a45f84ea2d80e78 /math | |
parent | 593f6011376b229ce734ff74d846a55b001760e4 (diff) | |
download | freebsd-ports-gnome-17a0af8bab2a6865056f9ad51ef31354f9acfd77.tar.gz freebsd-ports-gnome-17a0af8bab2a6865056f9ad51ef31354f9acfd77.tar.zst freebsd-ports-gnome-17a0af8bab2a6865056f9ad51ef31354f9acfd77.zip |
Mark BROKEN: fails to build
g++48 -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -DLIBICONV_PLUG -fpic -O2 -pipe -fno-builtin-coshl -fno-builtin-erfcl -fno-builtin-erfl -fno-builtin-lgammal -fno-builtin-powl -fno-builtin-sinhl -fno-builtin-tanhl -fno-builtin-tgammal -DLIBICONV_PLUG -fstack-protector -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc48 -c dists.cc -o dists.o
In file included from /usr/local/lib/gcc48/include/c++/cmath:42:0,
from /usr/local/lib/R/include/R.h:43,
from dists.cc:10:
/usr/local/lib/gcc48/include/c++/bits/cpp_type_traits.h:213:12: error: redefinition of 'struct std::__is_integer<int>'
struct __is_integer<int>
^
/usr/local/lib/gcc48/include/c++/bits/cpp_type_traits.h:146:12: error: previous definition of 'struct std::__is_integer<int>'
struct __is_integer<bool>
^
Reported by: pkg-fallout
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-SuppDists/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/R-cran-SuppDists/Makefile b/math/R-cran-SuppDists/Makefile index ad9a40cd1f1c..b42b84658345 100644 --- a/math/R-cran-SuppDists/Makefile +++ b/math/R-cran-SuppDists/Makefile @@ -17,6 +17,8 @@ COMMENT= Supplementary distributions and RNG for R LICENSE= GPLv2 +BROKEN= fails to build + BENCHMARK_SCRIPT= R-benchmark-25.R USES= cran:auto-plist WRKSRC= ${WRKDIR}/${PORTNAME} |