ports/175189: [PATCH] www/phpvirtualbox: missing dependency
Victor Balada Diaz
victor at bsdes.net
Fri Jan 11 03:00:01 UTC 2013
>Number: 175189
>Category: ports
>Synopsis: [PATCH] www/phpvirtualbox: missing dependency
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Jan 11 03:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Victor Balada Diaz
>Release: FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
www/phpvirtualbox version 4.2.4
>Description:
phpvirtualbox on it's version 4.2.4 requires php5-simplexml module. That's not properly
recorded as a dependency on the port. You can find a bug report of other FreeBSD user
on mainstream bug tracker here:
http://code.google.com/p/phpvirtualbox/issues/detail?id=656&q=language
>How-To-Repeat:
Install phpvirtualbox and try to use it. It will fail.
>Fix:
Attached is a simple patch to record the new dependency of the port.
--- phpvirtualbox.diff begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 310216)
+++ Makefile (working copy)
@@ -14,7 +14,7 @@
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_ZIP= yes
-USE_PHP= json session soap
+USE_PHP= json session soap simplexml
NO_BUILD= yes
USE_DOS2UNIX= yes
DOS2UNIX_REGEX= .*\.(php|txt|js|css|html)
--- phpvirtualbox.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list