svn commit: r383459 - head/sysutils/xen-tools
Baptiste Daroussin
bapt at FreeBSD.org
Mon Apr 6 17:51:43 UTC 2015
Author: bapt
Date: Mon Apr 6 17:51:41 2015
New Revision: 383459
URL: https://svnweb.freebsd.org/changeset/ports/383459
Log:
Drop limitation on recent head as it should work on all version
Extend limitation to i386
Modified:
head/sysutils/xen-tools/Makefile
Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile Mon Apr 6 17:50:35 2015 (r383458)
+++ head/sysutils/xen-tools/Makefile Mon Apr 6 17:51:41 2015 (r383459)
@@ -16,12 +16,13 @@ LICENSE_COMB= multi
OPTIONS_DEFINE= DOCS
-ONLY_FOR_ARCH= amd64
-
LIB_DEPENDS= libyajl.so:${PORTSDIR}/devel/yajl \
liblzo2.so:${PORTSDIR}/archivers/lzo2
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
+ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than amd64, i386"
+
CONFIGURE_ARGS= --disable-xen
SEABIOSVERSION= 1.8.1
@@ -49,10 +50,6 @@ INSTALL_TARGET= install-tools install-do
IGNORE= Only supported on FreeBSD
.endif
-.if ${OSVERSION} < 1100055
-IGNORE= Only supported on recent FreeBSD 11
-.endif
-
post-extract:
${MV} ${WRKDIR}/seabios-${SEABIOSVERSION} ${WRKSRC}/tools/firmware/seabios-dir
More information about the svn-ports-head
mailing list