From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 17 07:50:06 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 383CC1065678 for ; Sun, 17 May 2009 07:50:06 +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 037F88FC1D for ; Sun, 17 May 2009 07:50:06 +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 n4H7o5lq004515 for ; Sun, 17 May 2009 07:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4H7o5vR004514; Sun, 17 May 2009 07:50:05 GMT (envelope-from gnats) Resent-Date: Sun, 17 May 2009 07:50:05 GMT Resent-Message-Id: <200905170750.n4H7o5vR004514@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 D094E106566B; Sun, 17 May 2009 07:43:19 +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 A7BDB8FC0C; Sun, 17 May 2009 07:43:19 +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 n4H7hJsU003965; Sun, 17 May 2009 07:43:19 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4H7hJX6003964; Sun, 17 May 2009 07:43:19 GMT (envelope-from pgollucci) Message-Id: <200905170743.n4H7hJX6003964@freefall.freebsd.org> Date: Sun, 17 May 2009 07:43:19 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skreuzer@FreeBSD.org Subject: ports/134602: [PATCH] www/rt38: apache@ cleanups 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:50:06 -0000 >Number: 134602 >Category: ports >Synopsis: [PATCH] www/rt38: apache@ cleanups >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:50:05 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: - WITH_APACHE2 is deprecated, convert to WITH_APACHE which pulls in APACHE_PORT dep Port maintainer (skreuzer@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rt-3.8.2_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/rt38/Makefile,v retrieving revision 1.13 diff -u -u -r1.13 Makefile --- Makefile 16 May 2009 02:33:02 -0000 1.13 +++ Makefile 17 May 2009 07:42:06 -0000 @@ -29,14 +29,13 @@ LATEST_LINK= rt38 OPTIONS= MYSQL "Enable MySQL backend" on \ - APACHE2 "Enable Apache2 server" on \ + APACHE "Enable ${APACHE_PORT} server" on \ MODPERL2 "Enable mod_perl2 support" on \ POSTGRESQL "Enable Postgresql backend" off \ ORACLE "Enable Oracle backend" off \ SQLITE "Enable SQLite backend" off \ DEV "Configure for Developers" off \ STANDALONE "Enable standalone server" off \ - APACHE "Enable Apache1.3.x server" off \ MODPERL "Enable mod_perl support" off \ FASTCGI "Enable FastCGI support" off \ GRAPHVIZ "Enable GraphViz charts" on @@ -70,10 +69,6 @@ RUN_DEPENDS+= ${STANDALONE_DEPS} .endif -.if defined(WITH_APACHE2) -USE_APACHE= 2.0+ -.endif - .if defined(WITH_APACHE) USE_APACHE= 1.3+ .endif @@ -133,11 +128,6 @@ #IGNORE= Select exactly one of WITH_MYSQL, WITH_POSTGRESQL, WITH_SQLITE, WITH_ORACLE #.endif -### APACHE or APACHE2 -.if defined(WITH_APACHE) && defined(WITH_APACHE2) -IGNORE= options WITH_APACHE and WITH_APACHE2 are mutually exclusive -.endif - ### MODPERL or MODPERL2 .if defined(WITH_MODPERL) && defined(WITH_MODPERL2) IGNORE= options WITH_MODPERL and WITH_MODPERL2 are mutually exclusive --- rt-3.8.2_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: