svn commit: r327110 - in head/emulators/virtualbox-ose: . files

Bernhard Froehlich decke at FreeBSD.org
Thu Sep 12 21:19:48 UTC 2013


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/ \


More information about the svn-ports-all mailing list