diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-11 00:23:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-11 00:23:40 +0800 |
commit | e6cc6ef23c91b2933e41ba0b42b2ca2877120579 (patch) | |
tree | ba5f95c4c9cb5442d0f12ccdf3ad26501ed82ccb | |
parent | 21d60e485e12140af78a1cf7440f84ddee95bdd6 (diff) | |
download | freebsd-ports-gnome-e6cc6ef23c91b2933e41ba0b42b2ca2877120579.tar.gz freebsd-ports-gnome-e6cc6ef23c91b2933e41ba0b42b2ca2877120579.tar.zst freebsd-ports-gnome-e6cc6ef23c91b2933e41ba0b42b2ca2877120579.zip |
Mark job unsafe
-rw-r--r-- | devel/p5-Sys-Virt/Makefile | 1 | ||||
-rw-r--r-- | lang/tolua4/Makefile | 10 | ||||
-rw-r--r-- | mail/wmpop3/Makefile | 10 | ||||
-rw-r--r-- | net/irrd/Makefile | 7 | ||||
-rw-r--r-- | x11-wm/amiwm/Makefile | 11 |
5 files changed, 14 insertions, 25 deletions
diff --git a/devel/p5-Sys-Virt/Makefile b/devel/p5-Sys-Virt/Makefile index e54572ddd9af..02f1541da71b 100644 --- a/devel/p5-Sys-Virt/Makefile +++ b/devel/p5-Sys-Virt/Makefile @@ -19,6 +19,7 @@ TEST_DEPENDS= p5-CPAN-Changes>=0:${PORTSDIR}/devel/p5-CPAN-Changes \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage PERL_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes MAN3= Sys::Virt.3 \ Sys::Virt::Domain.3 \ diff --git a/lang/tolua4/Makefile b/lang/tolua4/Makefile index 08b4ee28a0cd..9916ef1815fc 100644 --- a/lang/tolua4/Makefile +++ b/lang/tolua4/Makefile @@ -1,10 +1,5 @@ -# -# New ports collection makefile for: tolua -# Date created: 21 November 2004 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ -# PORTNAME= tolua PORTVERSION= 4.0a @@ -17,7 +12,8 @@ DISTNAME= tolua-4.0a MAINTAINER= edwin@mavetju.org COMMENT= toLua: accessing C/C++ code from Lua -USE_GMAKE= yes +USES= gmake +MAKE_JOBS_UNSAFE= yes USE_LUA= 4.0 WRKSRC= ${WRKDIR}/tolua diff --git a/mail/wmpop3/Makefile b/mail/wmpop3/Makefile index 6fc041a9b920..c3045bff874f 100644 --- a/mail/wmpop3/Makefile +++ b/mail/wmpop3/Makefile @@ -1,9 +1,6 @@ -# New ports collection makefile for: wmpop3 -# Date created: 28 Mar 1999 -# Whom: Jim Mock <jim@FreeBSD.org> -# +# Created by: Jim Mock <jim@FreeBSD.org> # $FreeBSD$ -# + PORTNAME= wmpop3 PORTVERSION= 0.5.6a @@ -13,13 +10,14 @@ MASTER_SITES= # DISTNAME= WMPop3-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A POP3 mail check for the Window Maker dock +COMMENT= POP3 mail check for the Window Maker dock WRKSRC= ${WRKDIR}/${DISTNAME:L}/wmpop3 USE_CSTD= gnu89 USE_XORG= xpm ALL_TARGET= clean all +MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/wmpop3 %%EXAMPLESDIR%%/wmpop3rc PLIST_DIRS= %%EXAMPLESDIR%% diff --git a/net/irrd/Makefile b/net/irrd/Makefile index d74f04906a4c..1e2063eac562 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: irrd -# Date created: Fri Apr 9 14:12:06 JST 2004 -# Whom: TAKANO Yuji <takano@net-chef.net> -# +# Created by: TAKANO Yuji <takano@net-chef.net> # $FreeBSD$ -# PORTNAME= irrd PORTVERSION= 2.3.10 @@ -27,6 +23,7 @@ IRRD_CONFDIR= ${PREFIX}/etc USE_RC_SUBR= irrd GNU_CONFIGURE= yes CONFIGURE_ENV= YACC="${YACC}" +MAKe_JOBS_UNSAFE= yes #CONFIGURE_ARGS+= --disable-thread .if defined(WITHOUT_IPV6) diff --git a/x11-wm/amiwm/Makefile b/x11-wm/amiwm/Makefile index 24edcde3607e..e7f20bac1978 100644 --- a/x11-wm/amiwm/Makefile +++ b/x11-wm/amiwm/Makefile @@ -1,19 +1,16 @@ -# New ports collection Makefile for: amiwm-0.20pl28 -# Date created: 13 November 1997 -# Whom: Douglas Carmichael <dcarmich@mcs.com> -# +# Created by: Douglas Carmichael <dcarmich@mcs.com> # $FreeBSD$ -# -PORTNAME= amiwm +zsh:1: command not found: :w PORTVERSION= 0.21.pl2 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/ DISTNAME= ${PORTNAME}0.21pl2 MAINTAINER= dcarmich@dcarmichael.net -COMMENT= A window manager that makes your desktop look like an Amiga(TM) +COMMENT= Window manager that makes your desktop look like an Amiga(TM) +MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes USE_XORG= x11 ice sm xext xmu MAN1= amiwm.1 |