svn commit: r369725 - in head/www/libevhtp: . files
Bartek Rutkowski
robak at FreeBSD.org
Wed Oct 1 13:14:11 UTC 2014
Author: robak
Date: Wed Oct 1 13:14:10 2014
New Revision: 369725
URL: https://svnweb.freebsd.org/changeset/ports/369725
QAT: https://qat.redports.org/buildarchive/r369725/
Log:
www/libevhtp: fix build for 8.4 systems
PR: 193615
Submitted by: Jingfeng Yan <yan_jingfeng at yahoo.com>
Approved by: mentors (implicit)
Modified:
head/www/libevhtp/Makefile
head/www/libevhtp/files/patch-evhtp.c
Modified: head/www/libevhtp/Makefile
==============================================================================
--- head/www/libevhtp/Makefile Wed Oct 1 13:08:55 2014 (r369724)
+++ head/www/libevhtp/Makefile Wed Oct 1 13:14:10 2014 (r369725)
@@ -2,7 +2,7 @@
PORTNAME= libevhtp
PORTVERSION= 1.2.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MAINTAINER= yan_jingfeng at yahoo.com
Modified: head/www/libevhtp/files/patch-evhtp.c
==============================================================================
--- head/www/libevhtp/files/patch-evhtp.c Wed Oct 1 13:08:55 2014 (r369724)
+++ head/www/libevhtp/files/patch-evhtp.c Wed Oct 1 13:14:10 2014 (r369725)
@@ -1,17 +1,14 @@
---- evhtp.c.orig 2014-03-23 07:50:50.000000000 -0400
-+++ evhtp.c 2014-08-28 09:08:40.970619326 -0400
-@@ -6,6 +6,10 @@
- #include <signal.h>
+--- evhtp.c.orig 2014-03-23 11:50:50.000000000 +0000
++++ evhtp.c 2014-09-13 12:37:11.000000000 +0000
+@@ -7,6 +7,7 @@
#include <strings.h>
#include <inttypes.h>
-+#ifdef SO_ACCEPTFILTER
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#endif
#ifndef WIN32
++#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
-@@ -2740,7 +2744,14 @@
+ #include <netinet/tcp.h>
+@@ -2740,7 +2741,14 @@
sock = evconnlistener_get_fd(htp->server);
More information about the svn-ports-head
mailing list