From owner-svn-ports-all@FreeBSD.ORG Wed Jul 10 17:04:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A9AD1E69; Wed, 10 Jul 2013 17:04:51 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9A8B11DFA; Wed, 10 Jul 2013 17:04:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6AH4p1I011919; Wed, 10 Jul 2013 17:04:51 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6AH4n9m011902; Wed, 10 Jul 2013 17:04:49 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307101704.r6AH4n9m011902@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 10 Jul 2013 17:04:49 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 17:04:51 -0000 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 -# +# 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 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 -# +# Created by: Peter Haight # $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 -# +# Created by: Kazumasa Nishizawa # $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