Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2015 17:51:42 +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: r383459 - head/sysutils/xen-tools
Message-ID:  <201504061751.t36HpgUK068958@svn.freebsd.org>

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



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