Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2022 03:06:30 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 4dc578d81409 - 2022Q3 - math/xgap: Broken on armv6, armv7
Message-ID:  <202207200306.26K36UAU010243@gitrepo.freebsd.org>

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

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

commit 4dc578d81409f4c3e1af76d6ab12e99b6ead18ff
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-20 03:05:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-20 03:06:17 +0000

    math/xgap: Broken on armv6, armv7
    
    Reported by:    fallout
    
    (cherry picked from commit d4491854f14f9b9e36e341f009b736771f90f2ba)
---
 math/xgap/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/math/xgap/Makefile b/math/xgap/Makefile
index a620fff3e136..2a2b3f5feff5 100644
--- a/math/xgap/Makefile
+++ b/math/xgap/Makefile
@@ -9,6 +9,9 @@ COMMENT=	Graphical user interface for GAP
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv6=	cannot find sources (xgap.c) in ../../src.x11
+BROKEN_armv7=	cannot find sources (xgap.c) in ../../src.x11
+
 BUILD_DEPENDS=	gap:math/gap
 LIB_DEPENDS=	libXaw.so:x11-toolkits/libXaw
 RUN_DEPENDS=	gap:math/gap



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