svn commit: r491967 - branches/2019Q1/science/ALPSCore

Tobias Kortkamp tobik at FreeBSD.org
Sat Feb 2 17:55:20 UTC 2019


Author: tobik
Date: Sat Feb  2 17:55:19 2019
New Revision: 491967
URL: https://svnweb.freebsd.org/changeset/ports/491967

Log:
  MFH: r491966
  
  science/ALPSCore: Mark broken on i386
  
  alea/src/autocorr.cpp:269:7: error: no matching member function for call to 'read'
      s.read("@size", ndview<size_t>(nullptr, &new_size, 0)); // discard
      ~~^~~~
  
  http://beefy1.nyi.freebsd.org/data/112i386-quarterly/491666/logs/errors/ALPSCore-2.2.0_5.log
  http://beefy5.nyi.freebsd.org/data/120i386-default/491665/logs/errors/ALPSCore-2.2.0_6.log
  
  - Reset MAINTAINER
  
  PR:		232993
  Submitted by:	Michael Danilov <mike.d.ft402 at gmail.com> (maintainer)
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q1/science/ALPSCore/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/science/ALPSCore/Makefile
==============================================================================
--- branches/2019Q1/science/ALPSCore/Makefile	Sat Feb  2 17:53:04 2019	(r491966)
+++ branches/2019Q1/science/ALPSCore/Makefile	Sat Feb  2 17:55:19 2019	(r491967)
@@ -6,11 +6,13 @@ DISTVERSION=	2.2.0
 PORTREVISION=	5
 CATEGORIES=	science
 
-MAINTAINER=	mike.d.ft402 at gmail.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Generic algorithms and utilities for condensed matter physics
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
+
+BROKEN_i386=	fails to build: no matching member function for call to 'read'
 
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libhdf5.so:science/hdf5 \


More information about the svn-ports-branches mailing list