Bug 186166 - [MAINTAINER] www/drush: unbreak poudriere build
Summary: [MAINTAINER] www/drush: unbreak poudriere build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Carlo Strub
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-27 10:40 UTC by geoffroy desvernay
Modified: 2014-01-31 21:00 UTC (History)
0 users

See Also:


Attachments
drush-6.1.0.patch (419 bytes, patch)
2014-01-27 10:40 UTC, geoffroy desvernay
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description geoffroy desvernay 2014-01-27 10:40:00 UTC
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)
Comment 1 Carlo Strub freebsd_committer freebsd_triage 2014-01-31 20:28:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cs

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-31 20:56:56 UTC
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"
Comment 3 Carlo Strub freebsd_committer freebsd_triage 2014-01-31 20:57:09 UTC
State Changed
From-To: open->closed

Committed. Thank you very much