Date: Mon, 19 Jan 2015 17:43:58 +0000 (UTC) From: John Marino <marino@FreeBSD.org> 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 Message-ID: <201501191743.t0JHhwFR048868@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501191743.t0JHhwFR048868>