Date: Wed, 20 Jul 2022 03:05:34 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: d4491854f14f - main - math/xgap: Broken on armv6, armv7 Message-ID: <202207200305.26K35YFb010035@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=d4491854f14f9b9e36e341f009b736771f90f2ba commit d4491854f14f9b9e36e341f009b736771f90f2ba 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:05:02 +0000 math/xgap: Broken on armv6, armv7 Reported by: fallout --- 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?202207200305.26K35YFb010035>