pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Coro Update 6.39 to 6.41
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f8a9971f96a
branches: trunk
changeset: 645445:7f8a9971f96a
user: mef <mef%pkgsrc.org@localhost>
date: Thu Jan 29 00:48:51 2015 +0000
description:
Update 6.39 to 6.41
6.41 Sat Sep 6 22:08:46 CEST 2014
- restore portability to perl 5.8.x.
- give new Coro's a valid GvHV(PL_hintgv) - this is slow and takes
up some memory, but fixes "use feature" and similar modules
when used inside a Coro.
- allow zero as argument to Coro::Channel to mean the same thing
as no argument. this works with older versions as well,
but wasn't legal until now.
- slightly better c header file detection.
diffstat:
devel/p5-Coro/Makefile | 6 +++---
devel/p5-Coro/distinfo | 10 +++++-----
devel/p5-Coro/patches/patch-Coro_ecb.h | 4 +++-
3 files changed, 11 insertions(+), 9 deletions(-)
diffs (43 lines):
diff -r 17126dedc8ca -r 7f8a9971f96a devel/p5-Coro/Makefile
--- a/devel/p5-Coro/Makefile Thu Jan 29 00:43:58 2015 +0000
+++ b/devel/p5-Coro/Makefile Thu Jan 29 00:48:51 2015 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2014/06/25 22:30:54 schmonz Exp $
+# $NetBSD: Makefile,v 1.14 2015/01/29 00:48:51 mef Exp $
#
-DISTNAME= Coro-6.39
+DISTNAME= Coro-6.41
PKGNAME= p5-${DISTNAME}
-CATEGORIES= parallel
+CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Coro/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 17126dedc8ca -r 7f8a9971f96a devel/p5-Coro/distinfo
--- a/devel/p5-Coro/distinfo Thu Jan 29 00:43:58 2015 +0000
+++ b/devel/p5-Coro/distinfo Thu Jan 29 00:48:51 2015 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2014/11/10 18:09:10 joerg Exp $
+$NetBSD: distinfo,v 1.9 2015/01/29 00:48:51 mef Exp $
-SHA1 (Coro-6.39.tar.gz) = 1f0b8dc9d0e58d43271d303fa8c78695f7ab66e1
-RMD160 (Coro-6.39.tar.gz) = 2e0fbfc224f7dcd43545ff298c8003de291dda1f
-Size (Coro-6.39.tar.gz) = 188865 bytes
-SHA1 (patch-Coro_ecb.h) = 5e4917bdfc35a87e11f67b66dd8861c0b104753f
+SHA1 (Coro-6.41.tar.gz) = 795e9e114b82f41e75d797a95f893eeda91a5a2b
+RMD160 (Coro-6.41.tar.gz) = 2b15a8a81813d219ea67afe3f17ee1383dad5daf
+Size (Coro-6.41.tar.gz) = 189177 bytes
+SHA1 (patch-Coro_ecb.h) = 2d777b733a998ba606071c9e8ff1d7edb41b9045
SHA1 (patch-aa) = 4116ed31979879c16ebee194eb32a4c4c2c4438d
diff -r 17126dedc8ca -r 7f8a9971f96a devel/p5-Coro/patches/patch-Coro_ecb.h
--- a/devel/p5-Coro/patches/patch-Coro_ecb.h Thu Jan 29 00:43:58 2015 +0000
+++ b/devel/p5-Coro/patches/patch-Coro_ecb.h Thu Jan 29 00:48:51 2015 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-Coro_ecb.h,v 1.1 2014/11/10 18:09:10 joerg Exp $
+$NetBSD: patch-Coro_ecb.h,v 1.2 2015/01/29 00:48:51 mef Exp $
+
+Use __builtin_unreachable on Clang instead of the broken C11 hack.
--- Coro/ecb.h.orig 2014-11-10 12:35:13.000000000 +0000
+++ Coro/ecb.h
Home |
Main Index |
Thread Index |
Old Index