aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2013-09-12 21:19:47 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2013-09-12 21:19:47 +0000
commit88b552a665fb1f0b96e9aabe42d6b794ef6f67d0 (patch)
treecb75ec081c00ad50e0caba7c1986cd1fd379060f /emulators
parent55f3ec53e4a2fa7cdd959106e136090288cecdc1 (diff)
downloadports-88b552a665fb1f0b96e9aabe42d6b794ef6f67d0.tar.gz
ports-88b552a665fb1f0b96e9aabe42d6b794ef6f67d0.zip
- 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
Notes
Notes: svn path=/head/; revision=327110
Diffstat (limited to 'emulators')
-rw-r--r--emulators/virtualbox-ose/Makefile1
-rw-r--r--emulators/virtualbox-ose/files/patch-src-VBox-ExtPacks-VNC-VBoxVNC.cpp15
2 files changed, 1 insertions, 15 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile
index f866fe6d55cd..d89d8ebc8e43 100644
--- a/emulators/virtualbox-ose/Makefile
+++ b/emulators/virtualbox-ose/Makefile
@@ -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/ \
diff --git a/emulators/virtualbox-ose/files/patch-src-VBox-ExtPacks-VNC-VBoxVNC.cpp b/emulators/virtualbox-ose/files/patch-src-VBox-ExtPacks-VNC-VBoxVNC.cpp
deleted file mode 100644
index cea20f420a3e..000000000000
--- a/emulators/virtualbox-ose/files/patch-src-VBox-ExtPacks-VNC-VBoxVNC.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-- Enable IPv6 support for VNC per default to be able to set
-the VRDE properties VNCPort4 and VNCPort6.
-
-Submitted by: Stefan Bethke <stb@lassitu.de>
---- src/VBox/ExtPacks/VNC/VBoxVNC.cpp.orig 2013-04-12 12:37:47.000000000 +0200
-+++ src/VBox/ExtPacks/VNC/VBoxVNC.cpp 2013-05-02 23:57:13.543217587 +0200
-@@ -44,7 +44,7 @@
-
- #ifdef LIBVNCSERVER_IPv6
- // enable manually!
--// #define VBOX_USE_IPV6
-+ #define VBOX_USE_IPV6
- #endif
-
-