Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2024 09:50:24 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: 05c704d07f35 - main - math/jacal: Mark BROKEN
Message-ID:  <202406010950.4519oOGY013425@gitrepo.freebsd.org>

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

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

commit 05c704d07f352696959aaad04a9605dd0e759f17
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-06-01 09:47:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-06-01 09:50:11 +0000

    math/jacal: Mark BROKEN
    
    Currently the build fails with mismatched SHA256 hash although the SIZE
    is same. Which is very hiighly unlikely to happen. I have been trying
    to communicate with the upstream and based on feedback I will fix this.
---
 math/jacal/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/jacal/Makefile b/math/jacal/Makefile
index 0b1d880f3c53..0d49bb5f83e9 100644
--- a/math/jacal/Makefile
+++ b/math/jacal/Makefile
@@ -10,6 +10,8 @@ WWW=		https://people.csail.mit.edu/jaffer/JACAL
 
 LICENSE=	GPLv3
 
+BROKEN=		Distfile hash mismatch
+
 RUN_DEPENDS=	scm:lang/scm \
 		${LOCALBASE}/share/slib/require.scm:lang/slib
 



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