Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2023 02:53:02 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ac878217a902 - main - science/py-PyNE: Mark BROKEN on 14
Message-ID:  <202308190253.37J2r20N083219@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ac878217a9028224f2c74d8bffc3d4b6c1f2f3ff

commit ac878217a9028224f2c74d8bffc3d4b6c1f2f3ff
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-19 02:39:02 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-19 02:52:48 +0000

    science/py-PyNE: Mark BROKEN on 14
    
    Fails to build with:
    no member named 'std' in namespace 'std'
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 science/py-PyNE/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/py-PyNE/Makefile b/science/py-PyNE/Makefile
index b9e86d2b5949..2499c89e02f4 100644
--- a/science/py-PyNE/Makefile
+++ b/science/py-PyNE/Makefile
@@ -24,6 +24,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt
 
 BROKEN_armv7=	clang runs out of memory
+BROKEN_FreeBSD_14=	fails to build: no member named std in namespace std
 
 PY_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}tables>0:devel/py-tables@${PY_FLAVOR} \


home | help

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