From victor@equilibrium.bsdes.net  Fri Jan 11 02:51:55 2013
Return-Path: <victor@equilibrium.bsdes.net>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id E34F03E1
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Jan 2013 02:51:55 +0000 (UTC)
	(envelope-from victor@equilibrium.bsdes.net)
Received: from equilibrium.bsdes.net (244.Red-217-126-240.staticIP.rima-tde.net [217.126.240.244])
	by mx1.freebsd.org (Postfix) with ESMTP id 988F1985
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Jan 2013 02:51:54 +0000 (UTC)
Received: by equilibrium.bsdes.net (Postfix, from userid 1001)
	id 0BB3339845; Fri, 11 Jan 2013 03:51:47 +0100 (CET)
Message-Id: <20130111025147.0BB3339845@equilibrium.bsdes.net>
Date: Fri, 11 Jan 2013 03:51:47 +0100 (CET)
From: Victor Balada Diaz <victor@bsdes.net>
Reply-To: Victor Balada Diaz <victor@bsdes.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] www/phpvirtualbox: missing dependency 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         175189
>Category:       ports
>Synopsis:       [PATCH] www/phpvirtualbox: missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vbox
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 11 03:00:00 UTC 2013
>Closed-Date:    Thu Jan 17 14:44:26 UTC 2013
>Last-Modified:  Thu Jan 17 14:50:00 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->vbox 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jan 11 03:00:14 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175189 
State-Changed-From-To: open->closed 
State-Changed-By: decke 
State-Changed-When: Thu Jan 17 14:44:23 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175189 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175189: commit references a PR
Date: Thu, 17 Jan 2013 14:43:57 +0000 (UTC)

 Author: decke
 Date: Thu Jan 17 14:43:49 2013
 New Revision: 310550
 URL: http://svnweb.freebsd.org/changeset/ports/310550
 
 Log:
   - Add missing simplexml dependency
   
   PR:		ports/175189
   Submitted by:	Victor Balada Diaz <victor@bsdes.net>
 
 Modified:
   head/www/phpvirtualbox/Makefile
 
 Modified: head/www/phpvirtualbox/Makefile
 ==============================================================================
 --- head/www/phpvirtualbox/Makefile	Thu Jan 17 13:01:25 2013	(r310549)
 +++ head/www/phpvirtualbox/Makefile	Thu Jan 17 14:43:49 2013	(r310550)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	phpvirtualbox
  DISTVERSION=	4.2-4
 +PORTREVISION=	1
  CATEGORIES=	www
  MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
  		LOCAL/decke
 @@ -14,7 +15,7 @@ LICENSE=	GPLv3
  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)
 _______________________________________________
 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"
 
>Unformatted:
