diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-11 01:04:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-11 01:04:49 +0800 |
commit | 9e9339d429ef1e0727723d3a88987f06bd6740da (patch) | |
tree | acccc77d180a1cd472d720ec5ba600b7612f20bb /mail | |
parent | 44382a7b65a5b3b2046df04161ec35b96089d9e0 (diff) | |
download | freebsd-ports-gnome-9e9339d429ef1e0727723d3a88987f06bd6740da.tar.gz freebsd-ports-gnome-9e9339d429ef1e0727723d3a88987f06bd6740da.tar.zst freebsd-ports-gnome-9e9339d429ef1e0727723d3a88987f06bd6740da.zip |
Mark as job unsafe
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam/Makefile | 7 | ||||
-rw-r--r-- | mail/elm+ME/Makefile | 2 | ||||
-rw-r--r-- | mail/smail/Makefile | 8 |
3 files changed, 7 insertions, 10 deletions
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 <dom@wirespeed.org.uk> -# +# Created by: Dominic Marks <dom@wirespeed.org.uk> # $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 |