From owner-svn-ports-head@FreeBSD.ORG Wed Oct 1 13:14:11 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA28B215; Wed, 1 Oct 2014 13:14:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9669435A; Wed, 1 Oct 2014 13:14:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91DEBB8084170; Wed, 1 Oct 2014 13:14:11 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91DEBZL084167; Wed, 1 Oct 2014 13:14:11 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201410011314.s91DEBZL084167@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 1 Oct 2014 13:14:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369725 - in head/www/libevhtp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 13:14:11 -0000 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 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 +--- 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 #include -+#ifdef SO_ACCEPTFILTER -+#include -+#include -+#endif #ifndef WIN32 ++#include #include #include -@@ -2740,7 +2744,14 @@ + #include +@@ -2740,7 +2741,14 @@ sock = evconnlistener_get_fd(htp->server);