summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-03-12 09:03:03 +0000
committerwiz <wiz@pkgsrc.org>2018-03-12 09:03:03 +0000
commit13580bce44a7e37feef27bd0f3839d7d45d311d4 (patch)
tree059062f48008b6ac014663eabf380f1e0dad5481
parent34e4ba1b3d8c5ec9163513132813d67d49f35560 (diff)
downloadpkgsrc-13580bce44a7e37feef27bd0f3839d7d45d311d4.tar.gz
lighttpd: remove merged patch
-rw-r--r--www/lighttpd/distinfo3
-rw-r--r--www/lighttpd/patches/patch-src_fdevent__solaris__port.c14
2 files changed, 1 insertions, 16 deletions
diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo
index b6ff6c771c2..da2730e06bd 100644
--- a/www/lighttpd/distinfo
+++ b/www/lighttpd/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.43 2018/03/12 09:00:59 wiz Exp $
+$NetBSD: distinfo,v 1.44 2018/03/12 09:03:03 wiz Exp $
SHA1 (lighttpd-1.4.49.tar.xz) = 9e13d061cbae2f377a1a5bb24e13ccd9cba0bba6
RMD160 (lighttpd-1.4.49.tar.xz) = f7e3ff273455e1ad51f1fdc9514066f9ec3e716c
SHA512 (lighttpd-1.4.49.tar.xz) = de766da68b4cacfb6c322210eafe819b6423334272e9fae4688c2282a66a2e55aaf580c5fdbf02676ed6f7b32d13f2f28cefd22518f77127055ec336ec5d6784
Size (lighttpd-1.4.49.tar.xz) = 710964 bytes
SHA1 (patch-doc_config_lighttpd.conf) = de14fd0aa0ed2cac5846d810b5c89af4036f1b70
-SHA1 (patch-src_fdevent__solaris__port.c) = c31f457dd6f25dba01710faf34c45a636519320f
diff --git a/www/lighttpd/patches/patch-src_fdevent__solaris__port.c b/www/lighttpd/patches/patch-src_fdevent__solaris__port.c
deleted file mode 100644
index 220b4e01015..00000000000
--- a/www/lighttpd/patches/patch-src_fdevent__solaris__port.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$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>