From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 23:20:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E34C1065670 for ; Sat, 8 Sep 2012 23:20:03 +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 C086C8FC0C for ; Sat, 8 Sep 2012 23:20:02 +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 q88NK282097758 for ; Sat, 8 Sep 2012 23:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88NK2nH097745; Sat, 8 Sep 2012 23:20:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 23:20:02 GMT Resent-Message-Id: <201209082320.q88NK2nH097745@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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F073106566B for ; Sat, 8 Sep 2012 23:12:35 +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 EDD558FC18 for ; Sat, 8 Sep 2012 23:12: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 q88NCYiv050474 for ; Sat, 8 Sep 2012 23:12:34 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88NCYKV050456; Sat, 8 Sep 2012 23:12:34 GMT (envelope-from ohauer) Message-Id: <201209082312.q88NCYKV050456@freefall.freebsd.org> Date: Sat, 8 Sep 2012 23:12:34 GMT From: Olli Hauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171479: [patch] www/dansguardian s/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 23:20:03 -0000 >Number: 171479 >Category: ports >Synopsis: [patch] www/dansguardian s/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 23:20:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olli Hauer >Release: >Organization: >Environment: >Description: apache is only used during runtime, so change s/USE_APACHE/USE_APACHE_RUN/ >How-To-Repeat: >Fix: --- dansguardian.diff begins here --- Index: dansguardian/Makefile =================================================================== --- dansguardian/Makefile (revision 303930) +++ dansguardian/Makefile (working copy) @@ -53,7 +53,7 @@ .include .if ${PORT_OPTIONS:MAPACHE} -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .if ${PORT_OPTIONS:MTRICKLE} Index: dansguardian-devel/Makefile =================================================================== --- dansguardian-devel/Makefile (revision 303930) +++ dansguardian-devel/Makefile (working copy) @@ -53,7 +53,7 @@ .include .if ${PORT_OPTIONS:MAPACHE} -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .if ${PORT_OPTIONS:MTRICKLE} --- dansguardian.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: