From owner-svn-ports-all@FreeBSD.ORG Sat Apr 5 22:03:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95A40CFA; Sat, 5 Apr 2014 22:03:24 +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 827DE1FA; Sat, 5 Apr 2014 22:03:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s35M3OF4011539; Sat, 5 Apr 2014 22:03:24 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s35M3OCo011538; Sat, 5 Apr 2014 22:03:24 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201404052203.s35M3OCo011538@svn.freebsd.org> From: Olli Hauer Date: Sat, 5 Apr 2014 22:03:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350274 - head/www/apache22/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-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 22:03:24 -0000 Author: ohauer Date: Sat Apr 5 22:03:23 2014 New Revision: 350274 URL: http://svnweb.freebsd.org/changeset/ports/350274 QAT: https://qat.redports.org/buildarchive/r350274/ Log: - revert r350271 Modified: head/www/apache22/files/patch-support__ab.c Modified: head/www/apache22/files/patch-support__ab.c ============================================================================== --- head/www/apache22/files/patch-support__ab.c Sat Apr 5 21:55:43 2014 (r350273) +++ head/www/apache22/files/patch-support__ab.c Sat Apr 5 22:03:23 2014 (r350274) @@ -1,5 +1,17 @@ --- ./support/ab.c.orig 2010-01-07 10:11:53.000000000 -0500 +++ ./support/ab.c 2010-05-06 19:37:54.262732305 -0400 +@@ -200,9 +200,11 @@ + #else + #define AB_SSL_CIPHER_CONST + #endif ++/* prevent build issues with openssl from ports + #ifdef SSL_OP_NO_TLSv1_2 + #define HAVE_TLSV1_X + #endif ++*/ + #endif + + #include @@ -221,13 +221,18 @@ /* maximum number of requests on a time limited test */ #define MAX_REQUESTS (INT_MAX > 50000 ? 50000 : INT_MAX)