Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2021 14:20:39 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fdc5df1f157c - main - science/fisicalab: mark BROKEN
Message-ID:  <202104261420.13QEKdHA000785@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by amdmi3:

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

commit fdc5df1f157c8186ca9053105272e639b5705f6d
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:19:18 +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 0f45b967ddcf..bb19627e2e8a 100644
--- a/science/fisicalab/Makefile
+++ b/science/fisicalab/Makefile
@@ -9,7 +9,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


home | help

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