Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2013 03:51:47 +0100 (CET)
From:      Victor Balada Diaz <victor@bsdes.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175189: [PATCH] www/phpvirtualbox: missing dependency 
Message-ID:  <20130111025147.0BB3339845@equilibrium.bsdes.net>
Resent-Message-ID: <201301110300.r0B301C5069622@freefall.freebsd.org>

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

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130111025147.0BB3339845>