Date: Sat, 11 Aug 2018 20:34:55 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476945 - head/sysutils/torque Message-ID: <201808112034.w7BKYt6P050075@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808112034.w7BKYt6P050075>