ports/182985: [PATCH] www/nginx: [SUMMARIZE CHANGES]

Martin Matuska mm at FreeBSD.org
Tue Oct 15 00:20:00 UTC 2013


>Number:         182985
>Category:       ports
>Synopsis:       [PATCH] www/nginx: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 15 00:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 10.0-BETA1 amd64
>Organization:
>Environment:
>Description:
Use OpenSSL from system for SPDY on FreeBSD 10

Port maintainer (osa at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- nginx-1.4.3,1.patch begins here ---
diff -ruN /usr/ports/www/nginx/Makefile ./Makefile
--- /usr/ports/www/nginx/Makefile	2013-10-15 02:09:32.042235763 +0200
+++ ./Makefile	2013-10-15 02:09:03.341237331 +0200
@@ -796,7 +796,9 @@
 .endif
 
 .if ${PORT_OPTIONS:MSPDY}
+.if ${OSVERSION} < 1000043
 USE_OPENSSL_PORT=	yes
+.endif
 USE_HTTP_SSL=	yes
 CONFIGURE_ARGS+=--with-http_spdy_module
 .endif
--- nginx-1.4.3,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list