mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 4.21.
Changes: https://metacpan.org/changes/distribution/EV PR: 202349 Approved by: Vladimir Timofeev (maintainer)
This commit is contained in:
parent
8fc101ab93
commit
8e628b89e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395196
@ -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= ART10 GPLv1
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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 */
|
Loading…
Reference in New Issue
Block a user