pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q3] pkgsrc/www/lighttpd
Module Name: pkgsrc
Committed By: bsiegert
Date: Sat Nov 4 17:09:26 UTC 2017
Modified Files:
pkgsrc/www/lighttpd [pkgsrc-2017Q3]: distinfo
Added Files:
pkgsrc/www/lighttpd/patches [pkgsrc-2017Q3]:
patch-src_fdevent__solaris__port.c
Log Message:
Pullup ticket #5594 - requested by sevan
www/lighttpd: SunOS build fix
Revisions pulled up:
- www/lighttpd/distinfo 1.40
- www/lighttpd/patches/patch-src_fdevent__solaris__port.c 1.1
---
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.38 -r1.38.8.1 pkgsrc/www/lighttpd/distinfo
cvs rdiff -u -r0 -r1.1.2.2 \
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.38 pkgsrc/www/lighttpd/distinfo:1.38.8.1
--- pkgsrc/www/lighttpd/distinfo:1.38 Sat Feb 11 21:13:08 2017
+++ pkgsrc/www/lighttpd/distinfo Sat Nov 4 17:09:25 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.38 2017/02/11 21:13:08 he Exp $
+$NetBSD: distinfo,v 1.38.8.1 2017/11/04 17:09:25 bsiegert Exp $
SHA1 (lighttpd-1.4.45.tar.xz) = 03e516f8be59396bc148218fe7b993219dacaf5d
RMD160 (lighttpd-1.4.45.tar.xz) = 114d047df0aadb0decd5a25357ddb6a9d7e4188e
@@ -6,3 +6,4 @@ SHA512 (lighttpd-1.4.45.tar.xz) = d03067
Size (lighttpd-1.4.45.tar.xz) = 660432 bytes
SHA1 (patch-doc_config_lighttpd.conf) = de14fd0aa0ed2cac5846d810b5c89af4036f1b70
SHA1 (patch-src_fdevent__freebsd__kqueue.c) = d244910413125ff0e697538b9d1b3c21a19f4cd2
+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.2.2
--- /dev/null Sat Nov 4 17:09:26 2017
+++ pkgsrc/www/lighttpd/patches/patch-src_fdevent__solaris__port.c Sat Nov 4 17:09:26 2017
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_fdevent__solaris__port.c,v 1.1.2.2 2017/11/04 17:09:26 bsiegert 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