pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Async-Interrupt Yet another copy of ecb.h in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a80a5b444665
branches:  trunk
changeset: 643435:a80a5b444665
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 18 10:51:59 2014 +0000

description:
Yet another copy of ecb.h in CPAN.

diffstat:

 devel/p5-Async-Interrupt/distinfo            |   3 ++-
 devel/p5-Async-Interrupt/patches/patch-ecb.h |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r e0beb1532472 -r a80a5b444665 devel/p5-Async-Interrupt/distinfo
--- a/devel/p5-Async-Interrupt/distinfo Thu Dec 18 10:51:02 2014 +0000
+++ b/devel/p5-Async-Interrupt/distinfo Thu Dec 18 10:51:59 2014 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2014/12/12 11:13:21 mef Exp $
+$NetBSD: distinfo,v 1.8 2014/12/18 10:51:59 joerg Exp $
 
 SHA1 (Async-Interrupt-1.2.tar.gz) = 1067bb31eab3a46b4cbfae041bea581206ae4db0
 RMD160 (Async-Interrupt-1.2.tar.gz) = 561cf632a4ad89569306783f4738876a6d64a398
 Size (Async-Interrupt-1.2.tar.gz) = 33243 bytes
+SHA1 (patch-ecb.h) = c19d04611ff74f572acef74c2f6c96a4af55b3f4
diff -r e0beb1532472 -r a80a5b444665 devel/p5-Async-Interrupt/patches/patch-ecb.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Async-Interrupt/patches/patch-ecb.h      Thu Dec 18 10:51:59 2014 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ecb.h,v 1.1 2014/12/18 10:51:59 joerg Exp $
+
+--- ecb.h.orig 2014-12-15 12:08:33.000000000 +0000
++++ ecb.h
+@@ -512,7 +512,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