Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2014 20:14:03 +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: r369337 - head/misc/amanda-server
Message-ID:  <201409262014.s8QKE3Zh060767@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Sep 26 20:14:02 2014
New Revision: 369337
URL: http://svnweb.freebsd.org/changeset/ports/369337
QAT: https://qat.redports.org/buildarchive/r369337/

Log:
  misc/amanda-server: Mark jobs unsafe
  
  I'm not sure why I've never seen this before, but I've recently seen both
  amanda-client and amanda-server fail due to parallel building errors
  this week on separate runs.  Limit building to 1 CPU and remove "The"
  from the start of the COMMENT while here.

Modified:
  head/misc/amanda-server/Makefile

Modified: head/misc/amanda-server/Makefile
==============================================================================
--- head/misc/amanda-server/Makefile	Fri Sep 26 20:05:54 2014	(r369336)
+++ head/misc/amanda-server/Makefile	Fri Sep 26 20:14:02 2014	(r369337)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/amanda/amanda%20-%20sta
 PKGNAMESUFFIX?=	-server
 
 MAINTAINER=	fbsd@dylanleigh.net
-COMMENT?=	The Advanced Maryland Automatic Network Disk Archiver (server)
+COMMENT?=	Advanced Maryland Automatic Network Disk Archiver (server)
 
 RUN_DEPENDS=	perl-amanda:${PORTSDIR}/misc/amanda-perl-wrapper
 BUILD_DEPENDS=	perl-amanda:${PORTSDIR}/misc/amanda-perl-wrapper
@@ -39,6 +39,8 @@ PKG_MESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message
 SUB_LIST=	PORTSDIR=${PORTSDIR}
 
+MAKE_JOBS_UNSAFE=	yes
+
 OPTIONS_DEFINE=	GNUTAR
 OPTIONS_DEFAULT=	GNUTAR
 GNUTAR_DESC=	use GNU tar



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