Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 21:19:47 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327110 - in head/emulators/virtualbox-ose: . files
Message-ID:  <201309122119.r8CLJlNq020956@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Thu Sep 12 21:19:47 2013
New Revision: 327110
URL: http://svnweb.freebsd.org/changeset/ports/327110

Log:
  - Revert VNC IPv6 patch because it causes an incompatibility.
  Per default the VNC ports are stored in "TCP/Ports" but with
  that change "VNCAddress4", "VNCPort4", "VNCAddress6" and
  "VNCPort6" are used which breaks phpvirtualbox and also
  confused VBoxManage/VBoxHeadless.
  
  Reported by:    VVD

Deleted:
  head/emulators/virtualbox-ose/files/patch-src-VBox-ExtPacks-VNC-VBoxVNC.cpp
Modified:
  head/emulators/virtualbox-ose/Makefile

Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile	Thu Sep 12 20:21:31 2013	(r327109)
+++ head/emulators/virtualbox-ose/Makefile	Thu Sep 12 21:19:47 2013	(r327110)
@@ -3,6 +3,7 @@
 
 PORTNAME=	virtualbox-ose
 DISTVERSION=	4.2.18
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
 		http://tmp.chruetertee.ch/ \



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