ports/147908: [patch] net-mgmt/scotty3 don't hardcode -j2

Andrius Morkunas hinokind at gmail.com
Wed Jun 16 14:50:02 UTC 2010


>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:



More information about the freebsd-ports-bugs mailing list