ports/186166: [MAINTAINER] www/drush: unbreak poudriere build
Geoffroy Desvernay
dgeo at centrale-marseille.fr
Mon Jan 27 10:40:01 UTC 2014
>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:
More information about the freebsd-ports-bugs
mailing list