From 9e9339d429ef1e0727723d3a88987f06bd6740da Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 10 Jul 2013 17:04:49 +0000 Subject: Mark as job unsafe --- mail/dspam/Makefile | 7 ++----- mail/elm+ME/Makefile | 2 ++ mail/smail/Makefile | 8 +++----- 3 files changed, 7 insertions(+), 10 deletions(-) (limited to 'mail') diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 14504f1a9d95..26146f21d7ec 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: dspam -# Date created: 3 August 2003 -# Whom: Dominic Marks -# +# Created by: Dominic Marks # $Tecnik: ports/mail/dspam/Makefile,v 1.18 2006/06/07 23:40:55 itetcu Exp $ # $FreeBSD$ -# # Note to commiters: If don't commit a maintainer patch and as a result PKGNAME # or user variables (WITH*) changes please add an entry in ${FILESDIR}/UPDATING @@ -76,6 +72,7 @@ WEBUI_DESC= Install WebUI, pulls in Apache or see below OPTIONS_DEFAULT= SYSLOG DEBUG DAEMON CLAMAV CLAMAV_LOCAL \ PGSQL SQLITE3 HASH +MAKE_JOBS_UNSAFE= yes USE_PERL5= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index 4e5811023ec5..9072c4afca47 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/Makefile @@ -22,6 +22,8 @@ COMMENT= Modern branch of an old mail user agent # BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp # BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg +MAKE_JOBS_UNSAFE= yes + # Global variables # diff --git a/mail/smail/Makefile b/mail/smail/Makefile index b79fda45d1fd..53c4f2eba50d 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: smail -# Date created: 16 Oct 1994 -# Whom: torstenb -# +# Created by: torstenb # $FreeBSD$ -# PORTNAME= smail PORTVERSION= 3.2.0.121 @@ -39,6 +35,8 @@ CYRUS_USER?= cyrus CYRUS_GROUP?= cyrus CYRUS_DELIVER_PATH?= ${LOCALBASE}/cyrus/bin/deliver +MAKE_JOBS_UNSAFE= yes + OPTIONS_SINGLE= CYRUS OPTIONS_SINGLE_CYRUS= CYRUS22 CYRUS23 OPTIONS_DEFINE= CYRUS REPLACE_CONF -- cgit