Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Coro p5-Coro: disable JIT on NetBSD, reduces ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd97fc5a60bd
branches: trunk
changeset: 438247:bd97fc5a60bd
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Sep 06 21:54:32 2020 +0000
description:
p5-Coro: disable JIT on NetBSD, reduces problems.
Bump PKGREVISION.
diffstat:
devel/p5-Coro/Makefile | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r cea71231a0c9 -r bd97fc5a60bd devel/p5-Coro/Makefile
--- a/devel/p5-Coro/Makefile Sun Sep 06 21:43:58 2020 +0000
+++ b/devel/p5-Coro/Makefile Sun Sep 06 21:54:32 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2020/09/03 17:06:29 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2020/09/06 21:54:32 wiz Exp $
DISTNAME= Coro-6.57
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Coro/}
@@ -18,6 +19,12 @@
PERL5_PACKLIST= auto/Coro/.packlist
REPLACE_PERL+= Coro/jit-amd64-unix.pl Coro/jit-x86-unix.pl
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+MAKE_ENV+= CORO_JIT=n
+.endif
+
# test failures on NetBSD as of 6.57:
# t/00_basic.t .... Failed 3/5 subtests
# t/01_unblock.t .. Failed 8/12 subtests
Home |
Main Index |
Thread Index |
Old Index