Date: Mon, 20 Aug 2012 21:07:16 GMT From: Artis Caune <Artis.Caune@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/170795: [PATCH] www/nginx: fix HTTP_UPSTREAM_FAIR ports option Message-ID: <201208202107.q7KL7GHI014031@red.freebsd.org> Resent-Message-ID: <201208202110.q7KLAEgI029023@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170795 >Category: ports >Synopsis: [PATCH] www/nginx: fix HTTP_UPSTREAM_FAIR ports option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 21:10:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Artis Caune >Release: stable/9 >Organization: >Environment: FreeBSD freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE r239148: Fri Aug 10 00:00:00 UTC 2012 root@freebsd:/usr/obj/usr/src/sys/GENERIC amd64 >Description: There is a typo in Makefile for MHTTP_UPSTREAM_FAIR port options. Only display message is affected. Same typo in www/nginx-devel >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2012-08-21 08:59:39.980183338 +1200 +++ Makefile 2012-08-21 09:01:17.653853264 +1200 @@ -845,7 +845,7 @@ pre-everything:: @${ECHO_MSG} -.if ${PORT_OPTIONS:MHTTP_UPSTREAM_FAIR) +.if ${PORT_OPTIONS:MHTTP_UPSTREAM_FAIR} @${ECHO_MSG} "Enable http_ssl module to build upstream_fair with SSL support" .endif .if ${PORT_OPTIONS:MPASSENGER} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208202107.q7KL7GHI014031>