Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 11:28:55 +0100 (CET)
From:      Geoffroy Desvernay <dgeo@centrale-marseille.fr>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186166: [MAINTAINER] www/drush: unbreak poudriere build
Message-ID:  <201401271028.s0RAStG0072013@dgeo.sysadm.ec-m.fr>
Resent-Message-ID: <201401271040.s0RAe0Bo006237@freefall.freebsd.org>

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

>Number:         186166
>Category:       ports
>Synopsis:       [MAINTAINER] www/drush: unbreak poudriere build
>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:   Mon Jan 27 10:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Geoffroy Desvernay
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
Ecole Centrale de Marseille
>Environment:
System: FreeBSD dgeo.sysadm.ec-m.fr 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC
>Description:
Remove php-xml dependency (already brung by pear-Console_Table)

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
No way to build drush with poudriere: poudriere tries ti install php-xml two times (failing the second one)
>Fix:
attached

--- drush-6.1.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 341363)
+++ Makefile	(working copy)
@@ -20,7 +20,7 @@
 USE_GITHUB=	yes
 
 # set php requirements same as drupal itself
-USE_PHP=	gd pcre session xml mbstring ctype json hash simplexml dom pdo filter
+USE_PHP=	gd pcre session mbstring ctype json hash simplexml dom pdo filter
 IGNORE_WITH_PHP=4
 WANT_PHP_CLI=	yes
 
--- drush-6.1.0.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?201401271028.s0RAStG0072013>