Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2013 11:23:04 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322651 - head/sysutils/symon
Message-ID:  <201307101123.r6ABN4Tg007526@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul 10 11:23:04 2013
New Revision: 322651
URL: http://svnweb.freebsd.org/changeset/ports/322651

Log:
  Mark jobs unsafe

Modified:
  head/sysutils/symon/Makefile

Modified: head/sysutils/symon/Makefile
==============================================================================
--- head/sysutils/symon/Makefile	Wed Jul 10 11:21:49 2013	(r322650)
+++ head/sysutils/symon/Makefile	Wed Jul 10 11:23:04 2013	(r322651)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	sysutils/symon
-# Date created:				17.02.2005
-# Whom:					Ulrich Spoerlein <uspoerlein@gmail.com>
-#
+# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	symon
 PORTVERSION=	2.85
@@ -20,6 +16,8 @@ SUB_FILES=	pkg-message
 
 USE_PERL5_BUILD=	yes
 
+MAKE_JOBS_UNSAFE=	yes
+
 # Synonym for WITHOUT_SYMUX
 .if defined(WITHOUT_RRD)
 WITHOUT_SYMUX=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307101123.r6ABN4Tg007526>