Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 2006 03:11:39 -0500 (CDT)
From:      "Matthew D. Fuller" <fullermd@over-yonder.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102720: www/smarty: missing dependancy
Message-ID:  <20060831081139.083F961C3C@draco.over-yonder.net>
Resent-Message-ID: <200608310820.k7V8KKA8009912@freefall.freebsd.org>

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

>Number:         102720
>Category:       ports
>Synopsis:       www/smarty: missing dependancy
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 31 08:20:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Matthew D. Fuller
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD draco.over-yonder.net 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sun Nov 20 13:58:07 CST 2005 fullermd@draco:/bsd/obj/bsd/src/sys/DRACO i386


	
>Description:
	Smarty needs PHP's PCRE functions, but doesn't list a dependancy on
	them.

>How-To-Repeat:
	Install www/smarty and try to use it.

>Fix:

Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/www/smarty/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- Makefile	11 Jun 2006 06:34:31 -0000	1.29
+++ Makefile	31 Aug 2006 08:09:17 -0000
@@ -23,7 +23,7 @@
 WRKSRC=		${WRKDIR}/Smarty-${PORTVERSION}
 
 NO_BUILD=	yes
-USE_PHP=	yes
+USE_PHP=	pcre
 WANT_PHP_WEB=	yes
 
 PKGMESSAGE=	${WRKDIR}/pkg-message

>Release-Note:
>Audit-Trail:
>Unformatted:



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