From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 21:20:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8F011065674 for ; Sat, 8 Sep 2012 21:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A96488FC14 for ; Sat, 8 Sep 2012 21:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88LKDL2008474 for ; Sat, 8 Sep 2012 21:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88LKDUE008461; Sat, 8 Sep 2012 21:20:13 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 21:20:13 GMT Resent-Message-Id: <201209082120.q88LKDUE008461@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olli Hauer Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E719E106566C; Sat, 8 Sep 2012 21:19:34 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D11E98FC15; Sat, 8 Sep 2012 21:19:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88LJYP0098933; Sat, 8 Sep 2012 21:19:34 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88LJY40098916; Sat, 8 Sep 2012 21:19:34 GMT (envelope-from ohauer) Message-Id: <201209082119.q88LJY40098916@freefall.freebsd.org> Date: Sat, 8 Sep 2012 21:19:34 GMT From: Olli Hauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lme@FreeBSD.org Subject: ports/171476: [patch] net-mgmt/icinga /USE_APACHE/USE_APACHE_RUN/ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Olli Hauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 21:20:14 -0000 >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: