pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/lighttpd
Module Name: pkgsrc
Committed By: fhajny
Date: Wed Oct 25 14:27:21 UTC 2017
Modified Files:
pkgsrc/www/lighttpd: distinfo
Added Files:
pkgsrc/www/lighttpd/patches: patch-src_fdevent__solaris__port.c
Log Message:
www/lighttpd: Fix build on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/lighttpd/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/www/lighttpd/patches/patch-src_fdevent__solaris__port.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/lighttpd/distinfo
diff -u pkgsrc/www/lighttpd/distinfo:1.39 pkgsrc/www/lighttpd/distinfo:1.40
--- pkgsrc/www/lighttpd/distinfo:1.39 Tue Oct 24 07:27:34 2017
+++ pkgsrc/www/lighttpd/distinfo Wed Oct 25 14:27:20 2017
@@ -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
Added files:
Index: pkgsrc/www/lighttpd/patches/patch-src_fdevent__solaris__port.c
diff -u /dev/null pkgsrc/www/lighttpd/patches/patch-src_fdevent__solaris__port.c:1.1
--- /dev/null Wed Oct 25 14:27:21 2017
+++ pkgsrc/www/lighttpd/patches/patch-src_fdevent__solaris__port.c Wed Oct 25 14:27:20 2017
@@ -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