From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 17 07:20:03 2009 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 598B2106568C for ; Sun, 17 May 2009 07: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 E24318FC1E for ; Sun, 17 May 2009 07:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4H7K2px036980 for ; Sun, 17 May 2009 07:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4H7K2Kj036979; Sun, 17 May 2009 07:20:02 GMT (envelope-from gnats) Resent-Date: Sun, 17 May 2009 07:20:02 GMT Resent-Message-Id: <200905170720.n4H7K2Kj036979@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69C621065672 for ; Sun, 17 May 2009 07:14:38 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 59F008FC0C; Sun, 17 May 2009 07:14:38 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (pgollucci@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4H7Ecxi036479; Sun, 17 May 2009 07:14:38 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4H7Ecsq036478; Sun, 17 May 2009 07:14:38 GMT (envelope-from pgollucci) Message-Id: <200905170714.n4H7Ecsq036478@freefall.freebsd.org> Date: Sun, 17 May 2009 07:14:38 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: fjwcash@gmail.com Subject: ports/134598: [PATCH] www/dansguardian: OPTIONS: DG_APACE -> APACHE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 07:20:03 -0000 >Number: 134598 >Category: ports >Synopsis: [PATCH] www/dansguardian: OPTIONS: DG_APACE -> APACHE >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: Sun May 17 07:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: Riderway Inc. >Environment: System: FreeBSD freefall.freebsd.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #36: Mon Dec 29 15:15:30 UTC 2008 >Description: - Convert to ports/KNOBS std Port maintainer (fjwcash@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- dansguardian-2.9.9.3_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/dansguardian-devel/Makefile,v retrieving revision 1.31 diff -u -u -r1.31 Makefile --- Makefile 24 Mar 2009 19:15:44 -0000 1.31 +++ Makefile 17 May 2009 07:13:52 -0000 @@ -32,7 +32,7 @@ MAN8= dansguardian.8 -OPTIONS= DG_APACHE "Enable Apache support for access denied page" on \ +OPTIONS= APACHE "Enable Apache support for access denied page" on \ DG_PCRE "Enable PCRE support" on \ DG_DMGR "Enable the fancy download manager" on \ DG_TRICKLE "Enable the trickle download manager" on \ @@ -53,7 +53,7 @@ .include -.if !defined(WITHOUT_DG_APACHE) +.if !defined(WITHOUT_APACHE) USE_APACHE= 1.3+ .endif --- dansguardian-2.9.9.3_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: