Date: Wed, 16 Aug 2017 07:34:23 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448025 - head/science/gnudatalanguage/files Message-ID: <201708160734.v7G7YNLa004601@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Wed Aug 16 07:34:22 2017 New Revision: 448025 URL: https://svnweb.freebsd.org/changeset/ports/448025 Log: Backport a patch to fix the build with GCC 6. Obtained from: https://sourceforge.net/p/gnudatalanguage/bugs/688/#4622 PR: 219300 Approved by: thierry (maintainer) Added: head/science/gnudatalanguage/files/patch-src_specializations.hpp (contents, props changed) Added: head/science/gnudatalanguage/files/patch-src_specializations.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/gnudatalanguage/files/patch-src_specializations.hpp Wed Aug 16 07:34:22 2017 (r448025) @@ -0,0 +1,22 @@ +Fix the build with GCC 6 (bug 219300). + +Obtained from: https://sourceforge.net/p/gnudatalanguage/bugs/688/#4622 +--- src/specializations.hpp.orig 2017-08-15 19:53:08 UTC ++++ src/specializations.hpp +@@ -534,16 +534,6 @@ void Data_<SpDString>::MinMax( DLong* minE, DLong* max + + // default_io.cpp + template<> +-std::istream& operator>>(std::istream& i, Data_<SpDFloat>& data_); +-template<> +-std::istream& operator>>(std::istream& i, Data_<SpDDouble>& data_); +-template<> +-std::istream& operator>>(std::istream& i, Data_<SpDComplex>& data_); +-template<> +-std::istream& operator>>(std::istream& i, Data_<SpDComplexDbl>& data_); +-template<> +-std::istream& operator>>(std::istream& is, Data_<SpDString>& data_); +-template<> + std::ostream& Data_<SpDLong>::ToStream(std::ostream& o, SizeT w, SizeT* actPosPtr); + template<> + std::ostream& Data_<SpDULong>::ToStream(std::ostream& o, SizeT w, SizeT* actPosPtr);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708160734.v7G7YNLa004601>