View | Details | Raw Unified | Return to bug 255935
Collapse All | Expand All

(-)b/lang/ecl/Makefile (-4 / +3 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	ecl
3
PORTNAME=	ecl
4
PORTVERSION=	20.4.24
4
PORTVERSION=	20.4.24
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	lang lisp
6
CATEGORIES=	lang lisp
7
MASTER_SITES=	https://common-lisp.net/project/ecl/static/files/release/
7
MASTER_SITES=	https://common-lisp.net/project/ecl/static/files/release/
8
8
Lines 14-22 LICENSE= LGPL20 Link Here
14
BROKEN_mips=		fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
14
BROKEN_mips=		fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
15
BROKEN_mips64=		fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
15
BROKEN_mips64=		fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
16
16
17
BUILD_DEPENDS=	${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
18
LIB_DEPENDS=	libgmp.so:math/gmp \
17
LIB_DEPENDS=	libgmp.so:math/gmp \
19
		libgc.so:devel/boehm-gc
18
		libgc.so:devel/boehm-gc \
19
		${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
20
20
21
MAKE_JOBS_UNSAFE=	yes
21
MAKE_JOBS_UNSAFE=	yes
22
USES=		autoreconf gmake localbase perl5 tar:tgz makeinfo
22
USES=		autoreconf gmake localbase perl5 tar:tgz makeinfo
23
- 

Return to bug 255935