Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2016 14:35:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413210 - head/sysutils/xen-tools
Message-ID:  <201604131435.u3DEZk9b073322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Apr 13 14:35:46 2016
New Revision: 413210
URL: https://svnweb.freebsd.org/changeset/ports/413210

Log:
  - Mark BROKEN on 10.x, does not build:
  
  <inline asm>:2:5: error: unexpected directive .code16
      .code16
      ^
  <inline asm>:2:33: error: .code16 not supported yet
      .code16
                                  ^
  <inline asm>:3:16: error: unexpected directive .code16
  ap_boot_start: .code16
                 ^
  <inline asm>:3:33: error: .code16 not supported yet
  ap_boot_start: .code16
                                  ^
  4 errors generated.
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/sysutils/xen-tools/Makefile

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Wed Apr 13 14:08:57 2016	(r413209)
+++ head/sysutils/xen-tools/Makefile	Wed Apr 13 14:35:46 2016	(r413210)
@@ -13,6 +13,8 @@ COMMENT=	Xen management tool, based on L
 LICENSE=	GPLv2 LGPL3
 LICENSE_COMB=	multi
 
+BROKEN_FreeBSD_10=	does not build
+
 LIB_DEPENDS=	libyajl.so:devel/yajl \
 		liblzo2.so:archivers/lzo2 \
 		libpixman-1.so:x11/pixman



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