From 72704a08a799038d894737574fd66e2f41dbc10c Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Tue, 8 Mar 2016 06:53:10 +0000 Subject: sysutils/mcelog: 1.0pre3 -> 133 - Added version prefix - Switched to github over master sites - Removed patch_strip - Changed hard LDFLAGS to include - Fixed version in source - Updated distfile - Regenerated patchfiles for portlint - Modified several patchfiles, adapted to new version - submitter becomes maintainer PR: 207145 Submitted by: Ultima1252@gmail.com Approved by: Jeremy Chadwick (maintainer) --- sysutils/mcelog/files/patch-eventloop.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sysutils/mcelog/files/patch-eventloop.c') diff --git a/sysutils/mcelog/files/patch-eventloop.c b/sysutils/mcelog/files/patch-eventloop.c index 4a424eb0831e..60bcdbd68911 100644 --- a/sysutils/mcelog/files/patch-eventloop.c +++ b/sysutils/mcelog/files/patch-eventloop.c @@ -1,6 +1,6 @@ ---- eventloop.c.orig 2010-01-20 18:36:52.000000000 -0800 -+++ eventloop.c 2012-09-22 02:25:13.281116126 -0700 -@@ -38,7 +38,9 @@ +--- eventloop.c.orig 2016-02-10 18:38:43 UTC ++++ eventloop.c +@@ -38,7 +38,9 @@ struct pollcb { static struct pollfd pollfds[MAX_POLLFD]; static struct pollcb pollcbs[MAX_POLLFD]; @@ -10,7 +10,7 @@ static int closeonexec(int fd) { -@@ -97,6 +99,7 @@ +@@ -97,6 +99,7 @@ static void poll_callbacks(int n) } /* Run signal handler only directly after event loop */ @@ -18,7 +18,7 @@ int event_signal(int sig) { static int first = 1; -@@ -126,17 +129,25 @@ +@@ -126,17 +129,25 @@ static int ppoll_fallback(struct pollfd static int (*ppoll_vec)(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *); -- cgit v1.2.3