From nobody@FreeBSD.org  Wed Sep 21 19:28:59 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F0EA6106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Sep 2011 19:28:59 +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 E186E8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Sep 2011 19:28:59 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p8LJSxHv067884
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Sep 2011 19:28:59 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p8LJSxmG067883;
	Wed, 21 Sep 2011 19:28:59 GMT
	(envelope-from nobody)
Message-Id: <201109211928.p8LJSxmG067883@red.freebsd.org>
Date: Wed, 21 Sep 2011 19:28:59 GMT
From: Richard Neese <r.neese@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: patch for nginx-devel for nanobsd
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         160887
>Category:       ports
>Synopsis:       patch for nginx-devel for nanobsd
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    osa
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 21 19:30:10 UTC 2011
>Closed-Date:    Wed Feb 08 04:37:31 UTC 2012
>Last-Modified:  Wed Feb 08 04:37:31 UTC 2012
>Originator:     Richard Neese
>Release:        FreeBSD 8.2-STABLE
>Organization:
>Environment:
FreeBSD ports.freebsd.org 8.2-STABLE-201105 FreeBSD 8.2-STABLE-201105 #0: Tue May 17 05:46:49 UTC 2011     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Patch to allow nginx-devel to compile correctly for nanobsd
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/nginx-devel/Makefile,v
retrieving revision 1.395
diff -u -r1.395 Makefile
--- Makefile	24 Aug 2011 16:56:00 -0000	1.395
+++ Makefile	21 Sep 2011 18:37:20 -0000
@@ -37,7 +37,7 @@
 		HTTP_REALIP_MODULE	"Enable http_realip module" off \
 		HTTP_REWRITE_MODULE	"Enable http_rewrite module" on \
 		HTTP_SECURE_LINK_MODULE "Enable http_secure_link module" off \
-		HTTP_SSL_MODULE		"Enable http_ssl module" off \
+		HTTP_SSL_MODULE		"Enable http_ssl module" on \
 		HTTP_STATUS_MODULE	"Enable http_stub_status module" on \
 		HTTP_SUB_MODULE		"Enable http_sub module" off \
 		HTTP_XSLT_MODULE	"Enable http_xslt module" off \


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->bf 
Responsible-Changed-By: bf 
Responsible-Changed-When: Thu Sep 22 10:29:30 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160887 
Responsible-Changed-From-To: bf->osa 
Responsible-Changed-By: bf 
Responsible-Changed-When: Thu Sep 22 10:36:29 UTC 2011 
Responsible-Changed-Why:  
port maintainer has GNATS access 

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

From: Garrett Cooper <yanegomi@gmail.com>
To: bug-followup@FreeBSD.org, r.neese@gmail.com
Cc:  
Subject: Re: ports/160887: patch for nginx-devel for nanobsd
Date: Wed, 26 Oct 2011 16:20:47 -0700

     The issue is probably environmental leakage; look at some of the
 other nanobsd PRs I've filed -- in particular the one that fixes
 SRCCONF that has yet to be committed by imp, and look at some of the
 commits I've made to the FreeNAS repository to get the build to work
 on various host systems.
     Also, please provide more details before committing the patch.
 Thanks,
 -Garrett

From: "Sergey A. Osokin" <osa@FreeBSD.org>
To: bug-followup@FreeBSD.org, r.neese@gmail.com
Cc:  
Subject: Re: ports/160887: patch for nginx-devel for nanobsd
Date: Mon, 12 Dec 2011 13:44:20 +0000

 I'd like close this PR.
State-Changed-From-To: open->closed 
State-Changed-By: osa 
State-Changed-When: Wed Feb 8 04:37:00 UTC 2012 
State-Changed-Why:  
PR closed. 

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