svn commit: r385157 - head/sysutils/xen-tools

Baptiste Daroussin bapt at FreeBSD.org
Fri May 1 23:50:41 UTC 2015


Author: bapt
Date: Fri May  1 23:50:40 2015
New Revision: 385157
URL: https://svnweb.freebsd.org/changeset/ports/385157

Log:
  Reenable vnc disabled by mistake

Modified:
  head/sysutils/xen-tools/Makefile

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Fri May  1 23:08:52 2015	(r385156)
+++ head/sysutils/xen-tools/Makefile	Fri May  1 23:50:40 2015	(r385157)
@@ -3,7 +3,7 @@
 PORTNAME=	xen
 PKGNAMESUFFIX=	-tools
 PORTVERSION=	4.5.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils emulators
 MASTER_SITES=	http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ \
 		http://code.coreboot.org/p/seabios/downloads/get/:seabios
@@ -41,7 +41,6 @@ QEMU_ARGS=	--disable-gtk \
 		--disable-smartcard-nss \
 		--disable-sdl \
 		--disable-vte \
-		--disable-vnc \
 		--disable-glx \
 		--disable-curses \
 		--disable-tools \


More information about the svn-ports-head mailing list