From owner-svn-ports-head@FreeBSD.ORG Fri Sep 26 20:14:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C120BF0B; Fri, 26 Sep 2014 20:14:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ACFC8F43; Fri, 26 Sep 2014 20:14:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8QKE3tn060768; Fri, 26 Sep 2014 20:14:03 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8QKE3Zh060767; Fri, 26 Sep 2014 20:14:03 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409262014.s8QKE3Zh060767@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 26 Sep 2014 20:14:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369337 - head/misc/amanda-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 20:14:03 -0000 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