svn commit: r448025 - head/science/gnudatalanguage/files

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Aug 16 07:34:24 UTC 2017


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); 


More information about the svn-ports-all mailing list