diff options
author | John Marino <marino@FreeBSD.org> | 2014-09-26 20:14:02 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-09-26 20:14:02 +0000 |
commit | c54db1a4ae34b7071bc721812f5ce4d93b9b3306 (patch) | |
tree | 2719523f8ba86c9f6bf32eb787449cd3614a676b /misc/amanda-server/Makefile | |
parent | 80dbd590721fba18d72b90b6c7f2c89da2218f54 (diff) | |
download | ports-c54db1a4ae34b7071bc721812f5ce4d93b9b3306.tar.gz ports-c54db1a4ae34b7071bc721812f5ce4d93b9b3306.zip |
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.
Notes
Notes:
svn path=/head/; revision=369337
Diffstat (limited to 'misc/amanda-server/Makefile')
-rw-r--r-- | misc/amanda-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 0f40dc3977dd..0235fe0db597 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} 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 |