Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2013 11:44:17 +0200 (CEST)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/181983: Have lang/phantomjs respect MAKE_JOBS_NUMBER
Message-ID:  <20130910094417.7FEEA14269C@aragorn.in.absolight.net>
Resent-Message-ID: <201309100950.r8A9o2wj014549@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181983
>Category:       ports
>Synopsis:       Have lang/phantomjs respect MAKE_JOBS_NUMBER
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 10 09:50:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 9.1-RELEASE-p4 i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:38:17 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386

>Description:
>How-To-Repeat:
>Fix:

--- lang_phantomjs.diff begins here ---
Index: lang/phantomjs/Makefile
===================================================================
--- lang/phantomjs/Makefile	(revision 326878)
+++ lang/phantomjs/Makefile	(working copy)
@@ -21,7 +21,7 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 do-build:
-	cd ${WRKSRC} && ${SETENV} OSTYPE=freebsd MAKEFLAGS= bash -x build.sh --jobs 2 --confirm
+	cd ${WRKSRC} && ${SETENV} OSTYPE=freebsd MAKEFLAGS= bash -x build.sh --jobs ${MAKE_JOBS_NUMBER} --confirm
 
 do-install:
 	cd ${WRKSRC} && ${INSTALL_PROGRAM} bin/phantomjs ${PREFIX}/bin/
--- lang_phantomjs.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130910094417.7FEEA14269C>