FreeBSD Bugzilla – Attachment 160289 Details for
Bug 202349
[patch] update devel/p5-EV to 4.21
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixed patch for EV 4.21
p5-EV-4.21.patch (text/plain), 1.88 KB, created by
Vladimir Timofeev
on 2015-08-24 05:29:56 UTC
(
hide
)
Description:
Fixed patch for EV 4.21
Filename:
MIME Type:
Creator:
Vladimir Timofeev
Created:
2015-08-24 05:29:56 UTC
Size:
1.88 KB
patch
obsolete
>Index: devel/p5-EV/Makefile >=================================================================== >--- devel/p5-EV/Makefile (revision 395156) >+++ devel/p5-EV/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= EV >-PORTVERSION= 4.18 >+PORTVERSION= 4.21 > PORTEPOCH= 1 > CATEGORIES= devel perl5 > MASTER_SITES= CPAN >@@ -16,7 +16,8 @@ > LICENSE_COMB= dual > > RUN_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense >-BUILD_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense >+BUILD_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense \ >+ p5-Canary-Stability>=0:${PORTSDIR}/devel/p5-Canary-Stability > > USES= perl5 > USE_PERL5= configure >Index: devel/p5-EV/distinfo >=================================================================== >--- devel/p5-EV/distinfo (revision 395156) >+++ devel/p5-EV/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (EV-4.18.tar.gz) = 7d16b820a0b321b0631f0f9f857e87cd0b29da8e11f5686f767cb8dca424fe02 >-SIZE (EV-4.18.tar.gz) = 190556 >+SHA256 (EV-4.21.tar.gz) = 48ddccedbd0b8b44894df04db92f0d1148e4bcf8a219847125e70263552a2185 >+SIZE (EV-4.21.tar.gz) = 191880 >Index: devel/p5-EV/files/patch-libev__ev.c >=================================================================== >--- devel/p5-EV/files/patch-libev__ev.c (revision 395156) >+++ devel/p5-EV/files/patch-libev__ev.c (working copy) >@@ -1,13 +0,0 @@ >---- libev/ev.c.orig 2014-09-05 18:49:27.000000000 +0200 >-+++ libev/ev.c 2015-02-20 22:33:39.341491000 +0100 >-@@ -1017,8 +1017,8 @@ >- #define ecb_unreachable() __builtin_unreachable () >- #else >- /* this seems to work fine, but gcc always emits a warning for it :/ */ >-- ecb_inline void ecb_unreachable (void) ecb_noreturn; >-- ecb_inline void ecb_unreachable (void) { } >-+ ecb_inline ecb_noreturn void ecb_unreachable (void); >-+ ecb_inline ecb_noreturn void ecb_unreachable (void) { } >- #endif >- >- /* try to tell the compiler that some condition is definitely true */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vovkasm
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 202349
:
159904
| 160289