Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2014 21:52:11 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350271 - head/www/apache22/files
Message-ID:  <201404052152.s35LqBob006955@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sat Apr  5 21:52:11 2014
New Revision: 350271
URL: http://svnweb.freebsd.org/changeset/ports/350271
QAT: https://qat.redports.org/buildarchive/r350271/

Log:
  - remove comment from patch

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:42:17 2014	(r350270)
+++ head/www/apache22/files/patch-support__ab.c	Sat Apr  5 21:52:11 2014	(r350271)
@@ -1,17 +1,5 @@
 --- ./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 <math.h>
 @@ -221,13 +221,18 @@
  /* maximum number of requests on a time limited test */
  #define MAX_REQUESTS (INT_MAX > 50000 ? 50000 : INT_MAX)



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