pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-IO-AIO
Module Name: pkgsrc
Committed By: mef
Date: Fri Feb 13 13:53:20 UTC 2015
Modified Files:
pkgsrc/devel/p5-IO-AIO: Makefile distinfo
Removed Files:
pkgsrc/devel/p5-IO-AIO/patches: patch-libeio_ecb.h
Log Message:
(pkgsrc)
- drop patch-libeio_ecb.h
It was "Use __builtin_unreachable on Clang instead of the broken C11 hack.",
and upstream put the equivalent change.
+----------
| #if ECB_GCC_VERSION(4,5) || ECB_CLANG_BUILTIN(__builtin_unreachable)
| #define ecb_unreachable() __builtin_unreachable ()
+----------
(upstream)
- Update to 4.32
-----------------
4.32 Wed Feb 11 20:32:11 CET 2015
- replace off_t by STRLEN where appropriate, should not result in
user-visible changes.
- update ecb.h for C11 compatibility.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-IO-AIO/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-IO-AIO/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/p5-IO-AIO/patches/patch-libeio_ecb.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index