aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-06-04 12:34:50 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-06-04 12:34:50 +0000
commitc1e2ff0923447487ada7094f8cb8e5c5344bcc4a (patch)
treef9db60b87331f633556ef76d3a45f84ea2d80e78
parentcecbbcf22623dbba79615c1af0c764fdc4a2bb50 (diff)
downloadports-c1e2ff0923447487ada7094f8cb8e5c5344bcc4a.tar.gz
ports-c1e2ff0923447487ada7094f8cb8e5c5344bcc4a.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
Notes
Notes: svn path=/head/; revision=416358
-rw-r--r--math/R-cran-SuppDists/Makefile2
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}