Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2012 21:19:34 GMT
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lme@FreeBSD.org
Subject:   ports/171476: [patch] net-mgmt/icinga /USE_APACHE/USE_APACHE_RUN/
Message-ID:  <201209082119.q88LJY40098916@freefall.freebsd.org>
Resent-Message-ID: <201209082120.q88LKDUE008461@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171476
>Category:       ports
>Synopsis:       [patch] net-mgmt/icinga /USE_APACHE/USE_APACHE_RUN/
>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:   Sat Sep 08 21:20:13 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer
>Release:        
>Organization:
>Environment:

>Description:
apache is optional and not a a build dependency, so switch 
 /USE_APACHE/USE_APACHE_RUN/

>How-To-Repeat:

>Fix:

--- icinga.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 303916)
+++ Makefile	(working copy)
@@ -130,7 +130,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MAPACHE}
-USE_APACHE=	22+
+USE_APACHE_RUN=	22+
 CONFIGURE_ARGS+=	--with-httpd-conf=${LOCALBASE}/${APACHEETCDIR}/extra
 INSTALL_TARGET+=	install-webconf
 PLIST_SUB+=		APACHE=""
--- icinga.diff ends here ---


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



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