From 08edfd13336062b9f7d301ac9694dc86eff01818 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 30 Dec 2019 14:15:34 +0000 Subject: [PATCH] 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&); ^ /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. --- science/esys-particle/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/esys-particle/Makefile b/science/esys-particle/Makefile index 1cd73d552144..a217597e13de 100644 --- a/science/esys-particle/Makefile +++ b/science/esys-particle/Makefile @@ -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