Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2013 13:57:18 +0100 (CET)
From:      Geoffroy Desvernay <dgeo@centrale-marseille.fr>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175326: [MAINTAINER] www/drush: add missing dependency
Message-ID:  <20130115125718.ACF1C1CD21@dgeo.sysadm.ec-m.fr>
Resent-Message-ID: <201301151310.r0FDA1oQ005665@freefall.freebsd.org>

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

>Number:         175326
>Category:       ports
>Synopsis:       [MAINTAINER] www/drush: add missing dependency
>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:   Tue Jan 15 13:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Geoffroy Desvernay
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
Ecole Centrale de Marseille
>Environment:
System: FreeBSD dgeo.sysadm.ec-m.fr 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue Dec 18 11:55:35 CET 2012
>Description:
Add missing php module dependency

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- drush-5.8.patch begins here ---
diff -ruN --exclude=CVS ../drush.orig/Makefile ./Makefile
--- ../drush.orig/Makefile	2012-12-11 03:10:01.000000000 +0100
+++ ./Makefile	2013-01-15 13:56:16.000000000 +0100
@@ -17,7 +17,7 @@
 NO_BUILD=	yes
 
 # set php requirements same as drupal itself
-USE_PHP=	gd pcre session xml mbstring ctype
+USE_PHP=	gd pcre session xml mbstring ctype json
 IGNORE_WITH_PHP=4
 WANT_PHP_CLI=	yes
 
--- drush-5.8.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?20130115125718.ACF1C1CD21>