Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2022 07:16:31 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fce13a2aa089 - main - science/openmolcas: Broken on armv7
Message-ID:  <202208080716.2787GV1u033011@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit fce13a2aa0890a4880f8f5fd1a5503389c17f5c2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-08 07:00:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-08 07:00:17 +0000

    science/openmolcas: Broken on armv7
    
    Reported by:    fallout
---
 science/openmolcas/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/science/openmolcas/Makefile b/science/openmolcas/Makefile
index e1d2f945af47..15e183a69e54 100644
--- a/science/openmolcas/Makefile
+++ b/science/openmolcas/Makefile
@@ -8,7 +8,8 @@ COMMENT=	Quantum chemistry software package
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_i386=	build breaks: Symbol 'maxfilesize' at (1) has no IMPLICIT type; did you mean 'mxfile'?
+BROKEN_armv7=	build breaks: Symbol 'maxfilesize' at (1) has no IMPLICIT type; did you mean 'mxfile'? - see https://gitlab.com/Molcas/OpenMolcas/-/issues/375
+BROKEN_i386=	build breaks: Symbol 'maxfilesize' at (1) has no IMPLICIT type; did you mean 'mxfile'? - see https://gitlab.com/Molcas/OpenMolcas/-/issues/375
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR} \
 		chemps2:science/chemps2



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