aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2015-08-09 13:10:23 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2015-08-09 13:10:23 +0000
commit36eb516a014b5c19214978434d827326cd23a49e (patch)
tree6bd3c41794c1915b0a401753205a90b71948da43 /www/lighttpd
parent58a8d2f3847b3ff0b327915805f0c8fe05d43895 (diff)
downloadports-36eb516a014b5c19214978434d827326cd23a49e.tar.gz
ports-36eb516a014b5c19214978434d827326cd23a49e.zip
Notes
Diffstat (limited to 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile3
-rw-r--r--www/lighttpd/distinfo4
-rw-r--r--www/lighttpd/files/patch-configure.ac8
-rw-r--r--www/lighttpd/files/patch-src-fdevent.h8
4 files changed, 11 insertions, 12 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 9f9349476638..2e47704aa00f 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME?= lighttpd
-PORTVERSION= 1.4.35
-PORTREVISION= 5
+PORTVERSION= 1.4.36
CATEGORIES?= www
MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/
diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo
index 92fe3d7b167e..a014ee384b57 100644
--- a/www/lighttpd/distinfo
+++ b/www/lighttpd/distinfo
@@ -1,5 +1,5 @@
-SHA256 (lighttpd-1.4.35.tar.xz) = 113e9b72ccbd1da5deb0774bf93cf0ca15dc82aad2da0f04e5ab27d37d3f30a3
-SIZE (lighttpd-1.4.35.tar.xz) = 556896
+SHA256 (lighttpd-1.4.36.tar.xz) = 897ab6b1cc7bd51671f8af759e7846245fbbca0685c30017e93a5882a9ac1a53
+SIZE (lighttpd-1.4.36.tar.xz) = 570756
SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = d7c3704d5253c4f3c18459f89059063b311e50096cd2c38fc982cec683c32e61
SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = 44695
SHA256 (lighttpd-1.4.26_mod_geoip.patch.gz) = db43cc0ed7c808b5eed3185d97346e70dea0f1ef4fa9ed436d08e4faff7f97e7
diff --git a/www/lighttpd/files/patch-configure.ac b/www/lighttpd/files/patch-configure.ac
index f697cfe28bd7..49849dff853c 100644
--- a/www/lighttpd/files/patch-configure.ac
+++ b/www/lighttpd/files/patch-configure.ac
@@ -1,6 +1,6 @@
---- configure.ac.orig 2012-11-19 11:05:29.000000000 +0100
-+++ configure.ac 2012-11-21 14:22:53.723233779 +0100
-@@ -16,6 +16,7 @@
+--- configure.ac.orig 2015-07-26 10:36:36 UTC
++++ configure.ac
+@@ -46,6 +46,7 @@ AC_DEFUN([TRY_CFLAGS],
dnl Checks for programs.
AC_PROG_CC
AM_PROG_CC_C_O
@@ -8,7 +8,7 @@
AC_PROG_LD
AC_PROG_INSTALL
AC_PROG_AWK
-@@ -30,11 +31,6 @@
+@@ -60,11 +61,6 @@ m4_ifdef([AC_USE_SYSTEM_EXTENSIONS], [AC
dnl AM_PROG_AR requires automake 1.11 (and uses AC_COMPILE_IFELSE which wants AC_USE_SYSTEM_EXTENSIONS)
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
diff --git a/www/lighttpd/files/patch-src-fdevent.h b/www/lighttpd/files/patch-src-fdevent.h
index fcafda5b3748..b7773c784905 100644
--- a/www/lighttpd/files/patch-src-fdevent.h
+++ b/www/lighttpd/files/patch-src-fdevent.h
@@ -1,11 +1,11 @@
---- src/fdevent.h.orig 2011-12-19 07:41:33.183877666 +0100
-+++ src/fdevent.h 2011-12-19 07:42:01.457863868 +0100
-@@ -54,7 +54,7 @@
+--- src/fdevent.h.orig 2015-07-26 10:36:36 UTC
++++ src/fdevent.h
+@@ -46,7 +46,7 @@
# include <port.h>
#endif
-#if defined HAVE_SYS_EVENT_H && defined HAVE_KQUEUE
+#if defined HAVE_SYS_EVENT_H && defined HAVE_KQUEUE && !defined HAVE_LIBEV
# define USE_FREEBSD_KQUEUE
- # include <sys/event.h>
#endif
+