svn commit: r383440 - head/sysutils/xen-tools
Baptiste Daroussin
bapt at FreeBSD.org
Mon Apr 6 14:38:29 UTC 2015
Author: bapt
Date: Mon Apr 6 14:38:28 2015
New Revision: 383440
URL: https://svnweb.freebsd.org/changeset/ports/383440
Log:
Drop dependency on xen-kernel
Bump portrevision
Modified:
head/sysutils/xen-tools/Makefile
Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile Mon Apr 6 14:37:45 2015 (r383439)
+++ head/sysutils/xen-tools/Makefile Mon Apr 6 14:38:28 2015 (r383440)
@@ -3,6 +3,7 @@
PORTNAME= xen
PKGNAMESUFFIX= -tools
PORTVERSION= 4.5.0
+PORTREVISION= 1
CATEGORIES= sysutils emulators
MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ \
http://code.coreboot.org/p/seabios/downloads/get/:seabios
@@ -20,7 +21,6 @@ ONLY_FOR_ARCH= amd64
LIB_DEPENDS= libyajl.so:${PORTSDIR}/devel/yajl \
liblzo2.so:${PORTSDIR}/archivers/lzo2
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
-RUN_DEPENDS= /boot/xen:${PORTSDIR}/emulators/xen
CONFIGURE_ARGS= --disable-xen
More information about the svn-ports-head
mailing list