pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Coro



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep  6 21:54:32 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Coro: Makefile

Log Message:
p5-Coro: disable JIT on NetBSD, reduces problems.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-Coro/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Coro/Makefile
diff -u pkgsrc/devel/p5-Coro/Makefile:1.27 pkgsrc/devel/p5-Coro/Makefile:1.28
--- pkgsrc/devel/p5-Coro/Makefile:1.27  Thu Sep  3 17:06:29 2020
+++ pkgsrc/devel/p5-Coro/Makefile       Sun Sep  6 21:54:32 2020
@@ -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 @@ MAKE_JOBS_SAFE=      no
 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