git: f476e826631b - main - lang/ecl: compiler requires libatomic_ops in RUN_DEPENDS.

Jimmy Olgeni olgeni at FreeBSD.org
Mon May 17 14:40:31 UTC 2021


The branch main has been updated by olgeni:

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

commit f476e826631b6625b78f827bef4a9b7a170a3d27
Author:     Jimmy Olgeni <olgeni at FreeBSD.org>
AuthorDate: 2021-05-17 14:35:03 +0000
Commit:     Jimmy Olgeni <olgeni at 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 at 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=	c99


More information about the dev-commits-ports-all mailing list