svn commit: r521491 - head/science/esys-particle

Adriaan de Groot adridg at FreeBSD.org
Mon Dec 30 14:15:34 UTC 2019


Author: adridg
Date: Mon Dec 30 14:15:34 2019
New Revision: 521491
URL: https://svnweb.freebsd.org/changeset/ports/521491

Log:
  Mark science/esys-particle as BROKEN (not just on 13)
  
  The upstream bug report is from may 2019, reporting this:
  
  /wrkdirs/usr/ports/science/esys-particle/work/ESyS-Particle-2.3.5/Model/ElasticInteractionGroup.h:55:19: error: no candidate function template was found for dependent friend function template specialization
    friend ostream& operator<< <>(ostream&,const CElasticInteractionGroup<T>&);
                    ^
  /wrkdirs/usr/ports/science/esys-particle/work/ESyS-Particle-2.3.5/Foundation/vec3.hpp:305:27: note: candidate ignored: not a function template
  VEC3_INLINE std::ostream& operator << (std::ostream& ostr,const Vec3& V)
                            ^
  /wrkdirs/usr/ports/science/esys-particle/work/ESyS-Particle-2.3.5/Model/ElasticInteraction.h:80:19: note: candidate ignored: not a function template
    friend ostream& operator<<(ostream&,const CElasticInteraction&);
  
  This now happens on 12.1 as well.

Modified:
  head/science/esys-particle/Makefile

Modified: head/science/esys-particle/Makefile
==============================================================================
--- head/science/esys-particle/Makefile	Mon Dec 30 14:11:02 2019	(r521490)
+++ head/science/esys-particle/Makefile	Mon Dec 30 14:15:34 2019	(r521491)
@@ -12,7 +12,7 @@ COMMENT=	Particle-based numerical modelling software
 
 LICENSE=	APACHE20
 
-BROKEN_FreeBSD_13=	The upstream doesn't answer bug reports: https://bugs.launchpad.net/esys-particle/+bug/1808617
+BROKEN=	The upstream doesn't answer bug reports: https://bugs.launchpad.net/esys-particle/+bug/1808617
 
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libmpi.so:net/mpich


More information about the svn-ports-all mailing list