From owner-freebsd-ports Mon Aug 12 4:10:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15E7037B401 for ; Mon, 12 Aug 2002 04:10:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D07A343E72 for ; Mon, 12 Aug 2002 04:10:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7CBA8JU098225 for ; Mon, 12 Aug 2002 04:10:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7CBA8qc098224; Mon, 12 Aug 2002 04:10:08 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74DE837B400 for ; Mon, 12 Aug 2002 04:08:34 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3859643E6A for ; Mon, 12 Aug 2002 04:08:34 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g7CB8YOT047372 for ; Mon, 12 Aug 2002 04:08:34 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g7CB8YRB047371; Mon, 12 Aug 2002 04:08:34 -0700 (PDT) Message-Id: <200208121108.g7CB8YRB047371@www.freebsd.org> Date: Mon, 12 Aug 2002 04:08:34 -0700 (PDT) From: Eivind Olsen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41577: port security/acid won't see apache2+mod_php4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41577 >Category: ports >Synopsis: port security/acid won't see apache2+mod_php4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 12 04:10:08 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Eivind Olsen >Release: 4.6-STABLE >Organization: Aminor >Environment: FreeBSD trisha.eivind 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Aug 6 09:07:54 CEST 2002 root@trisha.eivind:/usr/obj/usr/src/sys/TRISHA i386 >Description: security/acid/Makefile has a RUN_DEPENDS line which seems to give problems when using Apache2+mod_php4: RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 It looks for ${LOCALBASE}/libexec/apache/libphp4.so, but with Apache2 it will be called ${LOCALBASE}/libexec/apache2/libphp4.so Both Apache2 and mod_php4 are installed from ports here: eivind@trisha:/var/log > pkg_info | grep apache apache-2.0.39_7 Version 2 of the extremely popular Apache http server eivind@trisha:/var/log > pkg_info | grep mod_php mod_php4-4.2.2 PHP4 module for Apache eivind@trisha:/var/log > >How-To-Repeat: >Fix: Changing the RUN_DEPENDS line to look for the apache2-version of the file allows this issue to be worked around. It should probably be fixed in a better, more permanent way but I'm not sure exactly how. Perhaps by the inclusion of a WITH_APACHE2 conditional? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message