View | Details | Raw Unified | Return to bug 213848 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (working copy) (+1 lines)
Lines 3-8 Link Here
3
PORTNAME?=     lighttpd
3
PORTNAME?=     lighttpd
4
PORTVERSION=   1.4.43
4
PORTVERSION=   1.4.43
5
PORTREVISION=  1
5
CATEGORIES?=   www
6
CATEGORIES?=   www
6
MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/
7
MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/
(-)files/patch-src_mod__cgi.c (working copy) (+11 lines)
Line 0 Link Here
1
--- src/mod_cgi.c.orig 2016-11-02 13:53:21 UTC
2
+++ src/mod_cgi.c
3
@@ -36,7 +36,7 @@
4
 #include <stdio.h>
5
 #include <fcntl.h>
6
7
-#if defined(O_CLOEXEC) && (!defined(__FreeBSD__) || defined(F_DUPFD_CLOEXEC))
8
+#if defined(O_CLOEXEC) && __FreeBSD_version >= 1000032
9
 #define pipe_cloexec(pipefd) pipe2((pipefd), O_CLOEXEC)
10
 #elif defined FD_CLOEXEC
11
 #define pipe_cloexec(pipefd) \

Return to bug 213848