Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 14:15:34 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521491 - head/science/esys-particle
Message-ID:  <201912301415.xBUEFYmR017879@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912301415.xBUEFYmR017879>