Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2015 23:50:40 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385157 - head/sysutils/xen-tools
Message-ID:  <201505012350.t41NoekY060144@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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