Date: Mon, 17 May 2021 14:40:30 GMT From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f476e826631b - main - lang/ecl: compiler requires libatomic_ops in RUN_DEPENDS. Message-ID: <202105171440.14HEeUHs027026@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=f476e826631b6625b78f827bef4a9b7a170a3d27 commit f476e826631b6625b78f827bef4a9b7a170a3d27 Author: Jimmy Olgeni <olgeni@FreeBSD.org> AuthorDate: 2021-05-17 14:35:03 +0000 Commit: Jimmy Olgeni <olgeni@FreeBSD.org> CommitDate: 2021-05-17 14:40:22 +0000 lang/ecl: compiler requires libatomic_ops in RUN_DEPENDS. PR: 255935 Reported by: Kevin Zheng <kevinz5000@gmail.com> --- lang/ecl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index e00f4d1cfde5..9067fbeea697 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -2,7 +2,7 @@ PORTNAME= ecl PORTVERSION= 20.4.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang lisp MASTER_SITES= https://common-lisp.net/project/ecl/static/files/release/ @@ -17,6 +17,7 @@ BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fau BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops LIB_DEPENDS= libgc.so:devel/boehm-gc \ libgmp.so:math/gmp +RUN_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops USES= autoreconf gmake localbase makeinfo perl5 tar:tgz USE_CSTD= c99home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105171440.14HEeUHs027026>
