From owner-svn-ports-all@freebsd.org Sat Jun 4 12:34:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86A1FB69DE6; Sat, 4 Jun 2016 12:34:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 537F71E17; Sat, 4 Jun 2016 12:34:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u54CYokd047212; Sat, 4 Jun 2016 12:34:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u54CYoe6047211; Sat, 4 Jun 2016 12:34:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201606041234.u54CYoe6047211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Jun 2016 12:34:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416358 - head/math/R-cran-SuppDists X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2016 12:34:51 -0000 Author: antoine Date: Sat Jun 4 12:34:50 2016 New Revision: 416358 URL: https://svnweb.freebsd.org/changeset/ports/416358 Log: 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' struct __is_integer ^ /usr/local/lib/gcc48/include/c++/bits/cpp_type_traits.h:146:12: error: previous definition of 'struct std::__is_integer' struct __is_integer ^ Reported by: pkg-fallout Modified: head/math/R-cran-SuppDists/Makefile Modified: head/math/R-cran-SuppDists/Makefile ============================================================================== --- head/math/R-cran-SuppDists/Makefile Sat Jun 4 12:31:36 2016 (r416357) +++ head/math/R-cran-SuppDists/Makefile Sat Jun 4 12:34:50 2016 (r416358) @@ -17,6 +17,8 @@ COMMENT= Supplementary distributions and LICENSE= GPLv2 +BROKEN= fails to build + BENCHMARK_SCRIPT= R-benchmark-25.R USES= cran:auto-plist WRKSRC= ${WRKDIR}/${PORTNAME}