Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2021 15:17:17 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: cd2254b04d8d - 2021Q2 - science/fisicalab: mark BROKEN
Message-ID:  <202104261517.13QFHHKA073228@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by amdmi3:

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

commit cd2254b04d8d39b50f9bda1530a30c1a7c3da731
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-26 09:49:56 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-04-26 14:51:01 +0000

    science/fisicalab: mark BROKEN
---
 science/fisicalab/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/science/fisicalab/Makefile b/science/fisicalab/Makefile
index 1e463d68ab2d..e39acd45e7f2 100644
--- a/science/fisicalab/Makefile
+++ b/science/fisicalab/Makefile
@@ -10,7 +10,9 @@ COMMENT=	Physics simulation program for educational use
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS+=	libgsl.so:math/gsl
+BROKEN=		fails to configure: error: C compiler cannot create executables
+
+LIB_DEPENDS=	libgsl.so:math/gsl
 
 USES=		gnustep
 GNU_CONFIGURE=	yes



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