From nobody@FreeBSD.org  Tue Mar  5 07:53:29 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id E3D5ABCB
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  5 Mar 2013 07:53:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id CB5E97A6
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  5 Mar 2013 07:53:29 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r257rTst090590
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 5 Mar 2013 07:53:29 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r257rTb6090589;
	Tue, 5 Mar 2013 07:53:29 GMT
	(envelope-from nobody)
Message-Id: <201303050753.r257rTb6090589@red.freebsd.org>
Date: Tue, 5 Mar 2013 07:53:29 GMT
From: Arnis Rozentals <admin@liepajaport.lv>
To: freebsd-gnats-submit@FreeBSD.org
Subject: apache22-2.2.24 build error
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         176659
>Category:       ports
>Synopsis:       www/apache22 2.2.24 build error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    apache
>State:          analyzed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 05 08:00:00 UTC 2013
>Closed-Date:    
>Last-Modified:  Sat Apr 05 22:09:18 UTC 2014
>Originator:     Arnis Rozentals
>Release:        9.1 amd64
>Organization:
LSEZ AS Liep&#257;jas osta LM
>Environment:
FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
port: www/apache22]
Upgrading from apache22-2.2.23_4 to apache22-2.2.23 causes error:

/usr/ports/www/apache22/work/httpd-2.2.24/support/ab.c:2246: undefined reference to `TLSv1_2_client_method'
/usr/ports/www/apache22/work/httpd-2.2.24/support/ab.c:2244: undefined reference to `TLSv1_1_client_method'
*** [ab] Error code 1
1 error
*** [all-recursive] Error code 1
1 error
*** [all-recursive] Error code 1
1 error
*** [do-build] Error code 1

Stop in /usr/ports/www/apache22.
*** [build] Error code 1

Stop in /usr/ports/www/apache22.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20130305-39695-cy6baw-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=apache22-2.2.23_4 UPGRADE_PORT_VER=2.2.23_4 make
** Fix the problem and try again.
 
>How-To-Repeat:
use portupgrade for upgrading port "www/apache22"
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->apache 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 5 16:34:56 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176659 
State-Changed-From-To: open->analyzed 
State-Changed-By: ohauer 
State-Changed-When: Tue Mar 5 22:00:35 UTC 2013 
State-Changed-Why:  
Thanks for the PR, I submitted a workaround and hope 
to find a better fix in near time. 



http://www.freebsd.org/cgi/query-pr.cgi?pr=176659 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176659: commit references a PR
Date: Tue,  5 Mar 2013 22:00:21 +0000 (UTC)

 Author: ohauer
 Date: Tue Mar  5 22:00:14 2013
 New Revision: 313481
 URL: http://svnweb.freebsd.org/changeset/ports/313481
 
 Log:
   - disable new ab SSL extensions until a better way is found.
   
     only builds with OpenSSL from ports are affected which is
     not default, so no version bump.
   
   Noted on the apache@ list by Jukka A. Ukkonen <jau@iki.fi>
   and per PR by Arnis Rozentals <admin@liepajaport.lv>
   
   PR:		176659
 
 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	Tue Mar  5 20:47:17 2013	(r313480)
 +++ head/www/apache22/files/patch-support__ab.c	Tue Mar  5 22:00:14 2013	(r313481)
 @@ -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 <math.h>
  @@ -221,13 +221,18 @@
   /* maximum number of requests on a time limited test */
   #define MAX_REQUESTS (INT_MAX > 50000 ? 50000 : INT_MAX)
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: analyzed->closed 
State-Changed-By: ohauer 
State-Changed-When: Sat Apr 5 21:16:32 UTC 2014 
State-Changed-Why:  
Fixed meanwhile on upstrem. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=176659 
State-Changed-From-To: closed->analyzed 
State-Changed-By: ohauer 
State-Changed-When: Sat Apr 5 22:08:06 UTC 2014 
State-Changed-Why:  
- set status back to analyzed, patch is not included by upstrem 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176659 
>Unformatted:
