pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Coro (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05b7ac328dcc
branches:  trunk
changeset: 646669:05b7ac328dcc
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Feb 13 14:00:02 2015 +0000

description:
(pkgsrc)
 - Drop patch-Colo_ecb.h
   (It was "Use __builtin_unreachable on Clang instead of the broken C11 hack.",
   and now upstream takes care.)

(upstream)
 - Update 6.41 to 6.42
-------------------
6.42 Wed Feb 11 20:29:52 CET 2015
     - Coro::SemaphoreSet->try did not actually work (analyzed by
       SATO Kentaro).
     - upgrade libecb to be C11 compliant.

diffstat:

 devel/p5-Coro/Makefile                 |   4 ++--
 devel/p5-Coro/distinfo                 |   9 ++++-----
 devel/p5-Coro/patches/patch-Coro_ecb.h |  15 ---------------
 3 files changed, 6 insertions(+), 22 deletions(-)

diffs (47 lines):

diff -r 57979c512d30 -r 05b7ac328dcc devel/p5-Coro/Makefile
--- a/devel/p5-Coro/Makefile    Fri Feb 13 13:56:24 2015 +0000
+++ b/devel/p5-Coro/Makefile    Fri Feb 13 14:00:02 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2015/01/29 00:48:51 mef Exp $
+# $NetBSD: Makefile,v 1.15 2015/02/13 14:00:02 mef Exp $
 #
 
-DISTNAME=      Coro-6.41
+DISTNAME=      Coro-6.42
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Coro/}
diff -r 57979c512d30 -r 05b7ac328dcc devel/p5-Coro/distinfo
--- a/devel/p5-Coro/distinfo    Fri Feb 13 13:56:24 2015 +0000
+++ b/devel/p5-Coro/distinfo    Fri Feb 13 14:00:02 2015 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/01/29 00:48:51 mef Exp $
+$NetBSD: distinfo,v 1.10 2015/02/13 14:00:02 mef Exp $
 
-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 (Coro-6.42.tar.gz) = 5aa7e840dc475c479d7c48fb912de06dd5a3e0b6
+RMD160 (Coro-6.42.tar.gz) = 3cfede527cf382bec984afbbf84b5cfe942ca842
+Size (Coro-6.42.tar.gz) = 189506 bytes
 SHA1 (patch-aa) = 4116ed31979879c16ebee194eb32a4c4c2c4438d
diff -r 57979c512d30 -r 05b7ac328dcc devel/p5-Coro/patches/patch-Coro_ecb.h
--- a/devel/p5-Coro/patches/patch-Coro_ecb.h    Fri Feb 13 13:56:24 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$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
-@@ -523,7 +523,7 @@ ecb_inline uint64_t ecb_rotr64 (uint64_t
-   }
- #endif
- 
--#if ECB_GCC_VERSION(4,5)
-+#if ECB_GCC_VERSION(4,5) || defined(__clang__)
-   #define ecb_unreachable() __builtin_unreachable ()
- #else
-   /* this seems to work fine, but gcc always emits a warning for it :/ */



Home | Main Index | Thread Index | Old Index