Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  2 Oct 2004 01:39:15 +0800 (CST)
From:      Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72233: [MAINTAINER] www/wordpress: lacking for runtime depend php4-pcre
Message-ID:  <20041001173915.EE66450@sslab.cs.ccu.edu.tw>
Resent-Message-ID: <200410011740.i91HeMHg092303@freefall.freebsd.org>

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

>Number:         72233
>Category:       ports
>Synopsis:       [MAINTAINER] www/wordpress: lacking for runtime depend php4-pcre
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 01 17:40:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Elvis Chiang
>Release:        FreeBSD 5.2.1-RELEASE-p10 i386
>Organization:
System Software Lab. CSIE CCU Taiwan
>Environment:
System: FreeBSD sslab.cs.ccu.edu.tw 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #20: Mon Sep 20 15:13:49 CST 2004
>Description:

	Wordpress depends on php4-pcre at running

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- wordpress-1.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/wordpress/Makefile /tmp/wordpress/Makefile
--- /usr/ports/www/wordpress/Makefile	Sat Oct  2 01:21:34 2004
+++ /tmp/wordpress/Makefile	Sat Oct  2 01:30:47 2004
@@ -17,7 +17,7 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USE_PHP=	mysql
+USE_PHP=	mysql pcre
 PHP4_PORT?=	www/mod_php4
 NO_BUILD=	YES
 WANT_PHP_WEB=	YES
--- wordpress-1.2.patch ends here ---

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



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