From owner-svn-ports-head@FreeBSD.ORG Mon Jan 19 17:43:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A673673; Mon, 19 Jan 2015 17:43:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D299E60; Mon, 19 Jan 2015 17:43:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0JHhxXb048875; Mon, 19 Jan 2015 17:43:59 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0JHhwFR048868; Mon, 19 Jan 2015 17:43:58 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201501191743.t0JHhwFR048868@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 19 Jan 2015 17:43:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377443 - in head: biology/velvet graphics/apngasm graphics/xaos news/slrn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2015 17:43:59 -0000 Author: marino Date: Mon Jan 19 17:43:57 2015 New Revision: 377443 URL: https://svnweb.freebsd.org/changeset/ports/377443 QAT: https://qat.redports.org/buildarchive/r377443/ Log: Designatate 4 ports as unsafe for parallel building All had similar errors that it couldn't find something during the build, yet built on a subsequent pass with no adjustments. Most I've seen before on previous bulk runs. Modified: head/biology/velvet/Makefile head/graphics/apngasm/Makefile head/graphics/xaos/Makefile head/news/slrn/Makefile Modified: head/biology/velvet/Makefile ============================================================================== --- head/biology/velvet/Makefile Mon Jan 19 17:30:48 2015 (r377442) +++ head/biology/velvet/Makefile Mon Jan 19 17:43:57 2015 (r377443) @@ -15,6 +15,7 @@ ALL_TARGET= default MAXKMERLENGTH?= 31 VELVET_CATEGORIES?= 2 +MAKE_JOBS_UNSAFE= yes MAKE_ENV+= MAXKMERLENGTH=${MAXKMERLENGTH} CATEGORIES=${VELVET_CATEGORIES} USES= perl5 gmake shebangfix tar:tgz Modified: head/graphics/apngasm/Makefile ============================================================================== --- head/graphics/apngasm/Makefile Mon Jan 19 17:30:48 2015 (r377442) +++ head/graphics/apngasm/Makefile Mon Jan 19 17:43:57 2015 (r377443) @@ -28,6 +28,8 @@ STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/l STATIC_MAKE_ENV= STATIC=1 STATIC_LIB_DEPENDS_OFF= libpng.so:${PORTSDIR}/graphics/png +MAKE_JOBS_UNSAFE= yes + do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin) Modified: head/graphics/xaos/Makefile ============================================================================== --- head/graphics/xaos/Makefile Mon Jan 19 17:30:48 2015 (r377442) +++ head/graphics/xaos/Makefile Mon Jan 19 17:43:57 2015 (r377443) @@ -49,6 +49,7 @@ INFO= xaos PLIST_SUB+= XAOSDIR="share/XaoS" +MAKE_JOBS_UNSAFE= yes DESKTOP_ENTRIES= "XaoS" "" "${PREFIX}/share/pixmaps/xaos.png" \ "xaos" "" false Modified: head/news/slrn/Makefile ============================================================================== --- head/news/slrn/Makefile Mon Jan 19 17:30:48 2015 (r377442) +++ head/news/slrn/Makefile Mon Jan 19 17:43:57 2015 (r377443) @@ -21,6 +21,8 @@ CONFIGURE_ARGS+=--disable-inews --with-s ALL_TARGET= all +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= NLS SSL DEVIEW DOCS OPTIONS_DEFAULT=NLS SSL OPTIONS_SUB= yes