From nobody@FreeBSD.org  Wed Jun 16 14:42:31 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6B8DF1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Jun 2010 14:42:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 5C7128FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Jun 2010 14:42:31 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o5GEgVs5048395
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Jun 2010 14:42:31 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o5GEgVpd048394;
	Wed, 16 Jun 2010 14:42:31 GMT
	(envelope-from nobody)
Message-Id: <201006161442.o5GEgVpd048394@www.freebsd.org>
Date: Wed, 16 Jun 2010 14:42:31 GMT
From: Andrius Morkunas <hinokind@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] net-mgmt/scotty3 don't hardcode -j2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 16 14:50:01 UTC 2010
>Closed-Date:    Wed Jun 23 10:07:08 UTC 2010
>Last-Modified:  Wed Jun 23 10:10:05 UTC 2010
>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:
State-Changed-From-To: open->closed 
State-Changed-By: kwm 
State-Changed-When: Wed Jun 23 10:06:52 UTC 2010 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147908 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147908: commit references a PR
Date: Wed, 23 Jun 2010 10:07:15 +0000 (UTC)

 kwm         2010-06-23 10:06:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/scotty3     Makefile 
   Log:
   Convert hardcoded MAKE_ARGS+= -j2 to MAKE_JOBS_SAFE
   
   PR:             ports/147908
   Submitted by:   Andrius Morkunas <hinokind@gmail.com>
   Feature safe:   yes
   
   Revision  Changes    Path
   1.60      +1 -1      ports/net-mgmt/scotty3/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
