Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jun 2018 04:32:38 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471981 - in head/sysutils: mac_nonet mac_rtprio
Message-ID:  <201806080432.w584Wcp2095649@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Jun  8 04:32:38 2018
New Revision: 471981
URL: https://svnweb.freebsd.org/changeset/ports/471981

Log:
  Mark as broken on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/mac_nonet/Makefile
  head/sysutils/mac_rtprio/Makefile

Modified: head/sysutils/mac_nonet/Makefile
==============================================================================
--- head/sysutils/mac_nonet/Makefile	Fri Jun  8 04:24:50 2018	(r471980)
+++ head/sysutils/mac_nonet/Makefile	Fri Jun  8 04:32:38 2018	(r471981)
@@ -12,6 +12,8 @@ COMMENT=	MAC policy to disable access to networking fo
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64=	fails to build: make[1]: don't know how to make /usr/src/sys/tools/vnode_if.awk
+
 USES=		kmod uidfix
 
 USE_GITHUB=	yes

Modified: head/sysutils/mac_rtprio/Makefile
==============================================================================
--- head/sysutils/mac_rtprio/Makefile	Fri Jun  8 04:24:50 2018	(r471980)
+++ head/sysutils/mac_rtprio/Makefile	Fri Jun  8 04:32:38 2018	(r471981)
@@ -12,6 +12,8 @@ COMMENT=	MAC policy to manage access for setting realt
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64=	fails to build: make[1]: don't know how to make /usr/src/sys/tools/vnode_if.awk
+
 USES=		kmod uidfix
 
 USE_GITHUB=	yes



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