Date: Wed, 10 Jul 2013 17:04:49 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322713 - in head: benchmarks/hpl graphics/inventor japanese/xdtp mail/dspam mail/elm+ME mail/smail net-im/gale news/nntp www/webstone-ssl x11/xautolock Message-ID: <201307101704.r6AH4n9m011902@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jul 10 17:04:49 2013 New Revision: 322713 URL: http://svnweb.freebsd.org/changeset/ports/322713 Log: Mark as job unsafe Modified: head/benchmarks/hpl/Makefile head/graphics/inventor/Makefile head/japanese/xdtp/Makefile head/mail/dspam/Makefile head/mail/elm+ME/Makefile head/mail/smail/Makefile head/net-im/gale/Makefile head/news/nntp/Makefile head/www/webstone-ssl/Makefile head/x11/xautolock/Makefile Modified: head/benchmarks/hpl/Makefile ============================================================================== --- head/benchmarks/hpl/Makefile Wed Jul 10 17:01:32 2013 (r322712) +++ head/benchmarks/hpl/Makefile Wed Jul 10 17:04:49 2013 (r322713) @@ -14,6 +14,7 @@ COMMENT= High Performance Computing Linp LIB_DEPENDS= blas:${PORTSDIR}/math/blas \ mpich:${PORTSDIR}/net/mpich2 +MAKE_JOBS_UNSAFE= yes USE_FORTRAN= yes USE_LDCONFIG= yes HPL_ARCH?= FreeBSD_PIV_CBLAS Modified: head/graphics/inventor/Makefile ============================================================================== --- head/graphics/inventor/Makefile Wed Jul 10 17:01:32 2013 (r322712) +++ head/graphics/inventor/Makefile Wed Jul 10 17:04:49 2013 (r322713) @@ -23,6 +23,7 @@ USE_GL= glw USES= iconv gmake motif USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 amd64 +MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/lib:${WRKSRC}/libSoXt Modified: head/japanese/xdtp/Makefile ============================================================================== --- head/japanese/xdtp/Makefile Wed Jul 10 17:01:32 2013 (r322712) +++ head/japanese/xdtp/Makefile Wed Jul 10 17:04:49 2013 (r322713) @@ -18,6 +18,7 @@ USE_LDCONFIG= yes USE_GNOME= libxml2 libxslt USES= pkgconfig GNU_CONFIGURE= yes +MAKE_JOB_UNSAFE= yes OPTIONS_DEFINE= GDK DEBUG INCLUDE GDK_DESC= Build with Gdk-Pixbuf Modified: head/mail/dspam/Makefile ============================================================================== --- head/mail/dspam/Makefile Wed Jul 10 17:01:32 2013 (r322712) +++ head/mail/dspam/Makefile Wed Jul 10 17:04:49 2013 (r322713) @@ -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 Apac OPTIONS_DEFAULT= SYSLOG DEBUG DAEMON CLAMAV CLAMAV_LOCAL \ PGSQL SQLITE3 HASH +MAKE_JOBS_UNSAFE= yes USE_PERL5= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/mail/elm+ME/Makefile ============================================================================== --- head/mail/elm+ME/Makefile Wed Jul 10 17:01:32 2013 (r322712) +++ head/mail/elm+ME/Makefile Wed Jul 10 17:04:49 2013 (r322713) @@ -22,6 +22,8 @@ COMMENT= Modern branch of an old mail us # BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp # BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg +MAKE_JOBS_UNSAFE= yes + # Global variables # Modified: head/mail/smail/Makefile ============================================================================== --- head/mail/smail/Makefile Wed Jul 10 17:01:32 2013 (r322712) +++ head/mail/smail/Makefile Wed Jul 10 17:04:49 2013 (r322713) @@ -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 Modified: head/net-im/gale/Makefile ============================================================================== --- head/net-im/gale/Makefile Wed Jul 10 17:01:32 2013 (r322712) +++ head/net-im/gale/Makefile Wed Jul 10 17:04:49 2013 (r322713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gale -# Date created: 14 July 2000 -# Whom: Peter Haight <peterh@sapros.com> -# +# Created by: Peter Haight <peterh@sapros.com> # $FreeBSD$ -# PORTNAME= gale PORTVERSION= 0.99f @@ -13,7 +9,7 @@ MASTER_SITES= http://download.ofb.net/${ DISTNAME= ${PORTNAME}-${PORTVERSION}ruit MAINTAINER= jason-fbsd-ports-gale@shalott.net -COMMENT= A secure instant messaging system +COMMENT= Secure instant messaging system LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc \ wwwcore.1:${PORTSDIR}/www/libwww \ @@ -25,6 +21,7 @@ USE_AUTOTOOLS= libtool LIBTOOLFILES= configure liboop/configure USE_OPENSSL= yes USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ Modified: head/news/nntp/Makefile ============================================================================== --- head/news/nntp/Makefile Wed Jul 10 17:01:32 2013 (r322712) +++ head/news/nntp/Makefile Wed Jul 10 17:04:49 2013 (r322713) @@ -16,6 +16,7 @@ COMMENT= NNTP with NOV support BUILD_DEPENDS= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/news/cnews +MAKE_JOBS_UNSAFE= yes NO_WRKSUBDIR= yes MAN1= nntpxmit.1 MAN8= nntpd.8c acttimes.8c Modified: head/www/webstone-ssl/Makefile ============================================================================== --- head/www/webstone-ssl/Makefile Wed Jul 10 17:01:32 2013 (r322712) +++ head/www/webstone-ssl/Makefile Wed Jul 10 17:04:49 2013 (r322713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: webstone-ssl -# Date created: 2 Nov 2000 -# Whom: Kazumasa Nishizawa <k_nishizawa@anet.ne.jp> -# +# Created by: Kazumasa Nishizawa <k_nishizawa@anet.ne.jp> # $FreeBSD$ -# PORTNAME= webstone PORTVERSION= 2.5 @@ -22,6 +18,7 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/WebStone${PORTVERSION}/src ALL_TARGET= install NO_INSTALL_MANPAGES= yes +MAKE_JOBS_UNSAFE= yes CONFIGURE_ENV= LIBS=-L${OPENSSLLIB} CFLAGS+= -I${OPENSSLINC} Modified: head/x11/xautolock/Makefile ============================================================================== --- head/x11/xautolock/Makefile Wed Jul 10 17:01:32 2013 (r322712) +++ head/x11/xautolock/Makefile Wed Jul 10 17:04:49 2013 (r322713) @@ -20,6 +20,7 @@ XLOCK_RUN_DEPENDS= xlock:${PORTSDIR}/x11 USES= imake USE_XORG= x11 xext xscrnsaver +MAKE_JOBS_UNSAFE= yes MAN1= xautolock.1 PLIST_FILES= bin/xautolock
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307101704.r6AH4n9m011902>