Date: Wed, 16 Jun 2010 14:42:31 GMT From: Andrius Morkunas <hinokind@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/147908: [patch] net-mgmt/scotty3 don't hardcode -j2 Message-ID: <201006161442.o5GEgVpd048394@www.freebsd.org> Resent-Message-ID: <201006161450.o5GEo1Wl018927@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 147908 >Category: ports >Synopsis: [patch] net-mgmt/scotty3 don't hardcode -j2 >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: Wed Jun 16 14:50:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Andrius Morkunas >Release: >Organization: >Environment: >Description: MAKE_ARGS+=-j2 -> MAKE_JOBS_SAFE=yes >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN net-mgmt/scotty3.orig/Makefile net-mgmt/scotty3/Makefile --- net-mgmt/scotty3.orig/Makefile 2008-09-02 13:44:41.000000000 +0000 +++ net-mgmt/scotty3/Makefile 2010-06-16 14:36:45.996815412 +0000 @@ -42,7 +42,7 @@ ntp.n snmp.n sunrpc.n syslog.n udp.n PLIST_SUB= SCOTTY_VERSION=3.0.0 TKINED_VERSION=1.5.0 -MAKE_ARGS+= -j2 # better than -j1 on all machines... +MAKE_JOBS_SAFE= yes INSTALL_TARGET= tnm-install sinstall .if !defined(WITHOUT_X11) >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006161442.o5GEgVpd048394>