diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-08 06:53:10 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-08 06:53:10 +0000 |
commit | 72704a08a799038d894737574fd66e2f41dbc10c (patch) | |
tree | f1c3c06c51a926d8016d52386b81d7697cead31d /sysutils/mcelog/files/patch-eventloop.c | |
parent | Hook py-tldextract to the build (diff) |
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 <jdc@koitsu.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=410604
Diffstat (limited to 'sysutils/mcelog/files/patch-eventloop.c')
-rw-r--r-- | sysutils/mcelog/files/patch-eventloop.c | 10 |
1 files changed, 5 insertions, 5 deletions
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 *); |