Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 13:14:11 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369725 - in head/www/libevhtp: . files
Message-ID:  <201410011314.s91DEBZL084167@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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);
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410011314.s91DEBZL084167>