svn commit: r462276 - head/sysutils/torque

Mark Linimon linimon at FreeBSD.org
Mon Feb 19 04:25:18 UTC 2018


Author: linimon
Date: Mon Feb 19 04:25:17 2018
New Revision: 462276
URL: https://svnweb.freebsd.org/changeset/ports/462276

Log:
  Mark as broken on FreeBSD 12: variable has incomplete type 'struct vmmeter'.
  (This error is found on other ports.)
  
  Reported by:	lonesome.com armv7 build
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/torque/Makefile

Modified: head/sysutils/torque/Makefile
==============================================================================
--- head/sysutils/torque/Makefile	Mon Feb 19 04:07:17 2018	(r462275)
+++ head/sysutils/torque/Makefile	Mon Feb 19 04:25:17 2018	(r462276)
@@ -12,6 +12,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Open source distributed computing resource manager based on PBS
 
 BROKEN_aarch64=		fails to link: missing sbrk
+BROKEN_FreeBSD_12=	fails to compile: mom_mach.c: variable has incomplete type 'struct vmmeter'
 
 FETCH_BEFORE_ARGS=	-o ${DISTDIR}/${DISTFILES}
 USES=		gmake perl5 libtool


More information about the svn-ports-head mailing list