Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2002 14:32:01 +0200 (CEST)
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43415: maintainer-update: fix dependency of www/smarty to use with apache2
Message-ID:  <200209271232.g8RCW118034116@terrorfish.uni.stoert.net>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209271232.g8RCW118034116>