View | Details | Raw Unified | Return to bug 202349 | Differences between
and this patch

Collapse All | Expand All

(-)devel/p5-EV/Makefile (-2 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	EV
4
PORTNAME=	EV
5
PORTVERSION=	4.18
5
PORTVERSION=	4.21
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	devel perl5
7
CATEGORIES=	devel perl5
8
MASTER_SITES=	CPAN
8
MASTER_SITES=	CPAN
Lines 16-22 Link Here
16
LICENSE_COMB=	dual
16
LICENSE_COMB=	dual
17
17
18
RUN_DEPENDS=	p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
18
RUN_DEPENDS=	p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
19
BUILD_DEPENDS=	p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
19
BUILD_DEPENDS=	p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense \
20
	p5-Canary-Stability>=0:${PORTSDIR}/devel/p5-Canary-Stability
20
21
21
USES=		perl5
22
USES=		perl5
22
USE_PERL5=	configure
23
USE_PERL5=	configure
(-)devel/p5-EV/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (EV-4.18.tar.gz) = 7d16b820a0b321b0631f0f9f857e87cd0b29da8e11f5686f767cb8dca424fe02
1
SHA256 (EV-4.21.tar.gz) = 48ddccedbd0b8b44894df04db92f0d1148e4bcf8a219847125e70263552a2185
2
SIZE (EV-4.18.tar.gz) = 190556
2
SIZE (EV-4.21.tar.gz) = 191880
(-)devel/p5-EV/files/patch-libev__ev.c (-13 lines)
Lines 1-13 Link Here
1
--- libev/ev.c.orig	2014-09-05 18:49:27.000000000 +0200
2
+++ libev/ev.c	2015-02-20 22:33:39.341491000 +0100
3
@@ -1017,8 +1017,8 @@
4
   #define ecb_unreachable() __builtin_unreachable ()
5
 #else
6
   /* this seems to work fine, but gcc always emits a warning for it :/ */
7
-  ecb_inline void ecb_unreachable (void) ecb_noreturn;
8
-  ecb_inline void ecb_unreachable (void) { }
9
+  ecb_inline ecb_noreturn void ecb_unreachable (void);
10
+  ecb_inline ecb_noreturn void ecb_unreachable (void) { }
11
 #endif
12
 
13
 /* try to tell the compiler that some condition is definitely true */

Return to bug 202349