Date: Wed, 5 Oct 2016 19:00:31 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423372 - head/net-mgmt/ndoutils Message-ID: <201610051900.u95J0V8S061025@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610051900.u95J0V8S061025>