svn commit: r476945 - head/sysutils/torque

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Aug 11 20:34:56 UTC 2018


Author: danilo
Date: Sat Aug 11 20:34:55 2018
New Revision: 476945
URL: https://svnweb.freebsd.org/changeset/ports/476945

Log:
  - Unbreak build on CURRENT

Modified:
  head/sysutils/torque/Makefile

Modified: head/sysutils/torque/Makefile
==============================================================================
--- head/sysutils/torque/Makefile	Sat Aug 11 20:22:16 2018	(r476944)
+++ head/sysutils/torque/Makefile	Sat Aug 11 20:34:55 2018	(r476945)
@@ -12,7 +12,6 @@ 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
@@ -24,6 +23,7 @@ USE_RC_SUBR=	pbs_server pbs_sched pbs_mom
 SUB_FILES=	pkg-message torque-config
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
+CFLAGS+=	-D_WANT_VMMETER
 
 CONFLICTS_INSTALL=	qstat-[0-9]* zh-qterm-[0-9]*
 


More information about the svn-ports-head mailing list