pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/lighttpd www/lighttpd: Fix build on SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b56bce018b01
branches: trunk
changeset: 370848:b56bce018b01
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Wed Oct 25 14:27:20 2017 +0000
description:
www/lighttpd: Fix build on SunOS.
diffstat:
www/lighttpd/distinfo | 3 ++-
www/lighttpd/patches/patch-src_fdevent__solaris__port.c | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 4257c0ab93f3 -r b56bce018b01 www/lighttpd/distinfo
--- a/www/lighttpd/distinfo Wed Oct 25 14:20:00 2017 +0000
+++ b/www/lighttpd/distinfo Wed Oct 25 14:27:20 2017 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.39 2017/10/24 07:27:34 adam Exp $
+$NetBSD: distinfo,v 1.40 2017/10/25 14:27:20 fhajny Exp $
SHA1 (lighttpd-1.4.47.tar.xz) = 57dcbdcc42d52f113bd46e09b3fb895e2a076b4f
RMD160 (lighttpd-1.4.47.tar.xz) = 8cadb881745f4deae5101c5227c208e4b12f429c
SHA512 (lighttpd-1.4.47.tar.xz) = 9fac3acc428d9faf69fca2768578dca619f778889e8a3779c429038eec7aff6b3dd497d5437152a070df850861fe2132042fa4418e31c1aab89df23a1c544f99
Size (lighttpd-1.4.47.tar.xz) = 703012 bytes
SHA1 (patch-doc_config_lighttpd.conf) = de14fd0aa0ed2cac5846d810b5c89af4036f1b70
+SHA1 (patch-src_fdevent__solaris__port.c) = c31f457dd6f25dba01710faf34c45a636519320f
diff -r 4257c0ab93f3 -r b56bce018b01 www/lighttpd/patches/patch-src_fdevent__solaris__port.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/lighttpd/patches/patch-src_fdevent__solaris__port.c Wed Oct 25 14:27:20 2017 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_fdevent__solaris__port.c,v 1.1 2017/10/25 14:27:20 fhajny Exp $
+
+Obviously proper header is needed for POLL* events.
+
+--- src/fdevent_solaris_port.c.orig 2017-10-22 20:09:57.000000000 +0000
++++ src/fdevent_solaris_port.c
+@@ -5,6 +5,7 @@
+ #include "log.h"
+
+ #include <sys/types.h>
++#include <sys/poll.h>
+
+ #include <unistd.h>
+ #include <stdlib.h>
Home |
Main Index |
Thread Index |
Old Index