From owner-freebsd-ports Fri Sep 27 5:40: 5 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 62CEF37B401 for ; Fri, 27 Sep 2002 05:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8436043E7B for ; Fri, 27 Sep 2002 05:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RCe2Co045714 for ; Fri, 27 Sep 2002 05:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RCe2PP045713; Fri, 27 Sep 2002 05:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D522537B401 for ; Fri, 27 Sep 2002 05:33:01 -0700 (PDT) Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3317743E4A for ; Fri, 27 Sep 2002 05:33:01 -0700 (PDT) (envelope-from corecode@corecode.ath.cx) Received: from fwd05.sul.t-online.de by mailout10.sul.t-online.com with smtp id 17uuIk-0000EY-0C; Fri, 27 Sep 2002 14:32:58 +0200 Received: from pride.uni.stoert.net (320050403952-0001@[217.82.51.41]) by fmrl05.sul.t-online.com with esmtp id 17uuIg-2BtSWOC; Fri, 27 Sep 2002 14:32:54 +0200 Received: from terrorfish.uni.stoert.net (terrorfish.uni.stoert.net [10.150.180.178]) by pride.uni.stoert.net (Postfix) with ESMTP id 65A5512C4D2 for ; Fri, 27 Sep 2002 14:32:53 +0200 (CEST) Received: from terrorfish.uni.stoert.net (localhost [127.0.0.1]) by terrorfish.uni.stoert.net (8.12.6/8.12.5) with ESMTP id g8RCW2mE034117 for ; Fri, 27 Sep 2002 14:32:02 +0200 (CEST) (envelope-from corecode@terrorfish.uni.stoert.net) Received: (from corecode@localhost) by terrorfish.uni.stoert.net (8.12.6/8.12.5/Submit) id g8RCW118034116; Fri, 27 Sep 2002 14:32:01 +0200 (CEST) (envelope-from corecode) Message-Id: <200209271232.g8RCW118034116@terrorfish.uni.stoert.net> Date: Fri, 27 Sep 2002 14:32:01 +0200 (CEST) From: "Simon 'corecode' Schubert" Reply-To: "Simon 'corecode' Schubert" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43415: maintainer-update: fix dependency of www/smarty to use with apache2 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: 43415 >Category: ports >Synopsis: maintainer-update: fix dependency of www/smarty to use with apache2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 27 05:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Simon 'corecode' Schubert >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #30: Tue Sep 24 19:05:36 CEST 2002 corecode@terrorfish.uni.stoert.net:/usr/obj/athlon/usr/src/sys/TERRORFISH i386 >Description: o fix dependency on mod_php4 so that mod_php4 on apache is detected as well >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/cvs/ports/smarty/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 2002/08/19 23:58:29 1.12 +++ Makefile 2002/09/27 12:32:35 @@ -17,7 +17,7 @@ MAINTAINER= corecode@corecode.ath.cx -RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +RUN_DEPENDS= php-config:${PORTSDIR}/www/mod_php4 WRKSRC= ${WRKDIR}/Smarty-${PORTVERSION} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message