Remove php-xml dependency (already brung by pear-Console_Table) Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) Fix: attached How-To-Repeat: No way to build drush with poudriere: poudriere tries ti install php-xml two times (failing the second one)
Responsible Changed From-To: freebsd-ports-bugs->cs I'll take it
Author: cs Date: Fri Jan 31 20:56:49 2014 New Revision: 342069 URL: http://svnweb.freebsd.org/changeset/ports/342069 QAT: https://qat.redports.org/buildarchive/r342069/ Log: Fix package build PR: ports/186166 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) Modified: head/www/drush/Makefile Modified: head/www/drush/Makefile ============================================================================== --- head/www/drush/Makefile Fri Jan 31 20:53:40 2014 (r342068) +++ head/www/drush/Makefile Fri Jan 31 20:56:49 2014 (r342069) @@ -20,7 +20,7 @@ GH_COMMIT= d948558 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thank you very much