From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 12 12:00:39 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACB5116A4CE for ; Fri, 12 Dec 2003 12:00:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A12843D39 for ; Fri, 12 Dec 2003 12:00:35 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBCK0ZFR001112 for ; Fri, 12 Dec 2003 12:00:35 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBCK0ZUV001111; Fri, 12 Dec 2003 12:00:35 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 12 Dec 2003 12:00:35 -0800 (PST) Resent-Message-Id: <200312122000.hBCK0ZUV001111@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, Ryan Grove Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48BFD16A4CE for ; Fri, 12 Dec 2003 11:57:48 -0800 (PST) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3053643D33 for ; Fri, 12 Dec 2003 11:57:47 -0800 (PST) (envelope-from ryan@gimp.wonko.com) Received: (qmail 14607 invoked from network); 12 Dec 2003 19:57:46 -0000 Received: from dsl093-174-104.pdx1.dsl.speakeasy.net (HELO gimp.wonko.com) ([66.93.174.104]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 12 Dec 2003 19:57:46 -0000 Received: from gimp.wonko.com (localhost [127.0.0.1]) by gimp.wonko.com (8.12.9/8.12.6) with ESMTP id hBCJwMZp017656; Fri, 12 Dec 2003 11:58:22 -0800 (PST) (envelope-from ryan@gimp.wonko.com) Received: (from ryan@localhost) by gimp.wonko.com (8.12.9/8.12.6/Submit) id hBCJwLZO017655; Fri, 12 Dec 2003 11:58:21 -0800 (PST) Message-Id: <200312121958.hBCJwLZO017655@gimp.wonko.com> Date: Fri, 12 Dec 2003 11:58:21 -0800 (PST) From: Ryan Grove To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Ryan Grove Subject: ports/60188: [maintainer update]: www/notftp support for Apache2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ryan Grove List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 20:00:39 -0000 >Number: 60188 >Category: ports >Synopsis: [maintainer update]: www/notftp support for Apache2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 12 12:00:34 PST 2003 >Closed-Date: >Last-Modified: >Originator: Ryan Grove >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: System: FreeBSD gimp.wonko.com 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Thu Oct 24 15:23:20 PDT 2002 ryan@gimp.wonko$ >Description: Oops. I suppose I should include a diff. >How-To-Repeat: >Fix: --- notftp.diff begins here --- diff -ruN /usr/ports/www/notftp/Makefile ./notftp/Makefile --- /usr/ports/www/notftp/Makefile Sun Feb 23 23:00:19 2003 +++ ./notftp/Makefile Fri Dec 12 11:33:56 2003 @@ -13,7 +13,15 @@ MAINTAINER= ryan@wonko.com COMMENT= An easy to use Web to FTP gateway written in PHP -RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +.if exists(${LOCALBASE}/include/apache2/os.h) +WITH_APACHE2= yes +.endif + +.if defined(WITH_APACHE2) +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4 +.else +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +.endif PREFIX= ${LOCALBASE} WEBOWN?= www --- notftp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: