svn commit: r423372 - head/net-mgmt/ndoutils

John Marino marino at FreeBSD.org
Wed Oct 5 19:00:32 UTC 2016


Author: marino
Date: Wed Oct  5 19:00:31 2016
New Revision: 423372
URL: https://svnweb.freebsd.org/changeset/ports/423372

Log:
  net-mgmt/ndoutils: Mark jobs unsafe (again)
  
  As before, there are attempts to use object files before they are
  fully built.  It's failed on me twice since the previous MAKE_JOBS_UNSAFE
  marking was removed.  An explicit fix should be made to the vendor
  makefile before removing it again.

Modified:
  head/net-mgmt/ndoutils/Makefile

Modified: head/net-mgmt/ndoutils/Makefile
==============================================================================
--- head/net-mgmt/ndoutils/Makefile	Wed Oct  5 18:53:42 2016	(r423371)
+++ head/net-mgmt/ndoutils/Makefile	Wed Oct  5 19:00:31 2016	(r423372)
@@ -16,6 +16,8 @@ CONFIGURE_ARGS+=	--sysconfdir=${PREFIX}/
 			--localstatedir=/var/run --enable-mysql \
 			--with-mysql=${LOCALBASE}
 
+MAKE_JOBS_UNSAFE=	yes
+
 OPTIONS_DEFINE=	DOCS NANOSLEEP
 OPTIONS_SINGLE=		NAGIOS_BACKEND
 OPTIONS_SINGLE_NAGIOS_BACKEND=	NAGIOS3X NAGIOS4X


More information about the svn-ports-all mailing list