pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2017Q3]: pkgsrc/www/lighttpd Pullup ticket #5594 - requested b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4be6a180bd19
branches: pkgsrc-2017Q3
changeset: 408563:4be6a180bd19
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Sat Nov 04 17:09:25 2017 +0000
description:
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.
diffstat:
www/lighttpd/distinfo | 3 ++-
www/lighttpd/patches/patch-src_fdevent__solaris__port.c | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r d6595932122c -r 4be6a180bd19 www/lighttpd/distinfo
--- a/www/lighttpd/distinfo Sat Nov 04 17:06:24 2017 +0000
+++ b/www/lighttpd/distinfo Sat Nov 04 17:09:25 2017 +0000
@@ -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 @@
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
diff -r d6595932122c -r 4be6a180bd19 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 Sat Nov 04 17:09:25 2017 +0000
@@ -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