svn commit: r413210 - head/sysutils/xen-tools

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 13 14:35:47 UTC 2016


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


More information about the svn-ports-head mailing list