From jason@jw.lds.net.ua  Tue Jun 26 18:31:05 2012
Return-Path: <jason@jw.lds.net.ua>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A023F106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Jun 2012 18:31:05 +0000 (UTC)
	(envelope-from jason@jw.lds.net.ua)
Received: from jw.lds.net.ua (jw.lds.net.ua [193.192.37.74])
	by mx1.freebsd.org (Postfix) with ESMTP id 2557F8FC1D
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Jun 2012 18:31:04 +0000 (UTC)
Received: from jw.lds.net.ua (localhost [127.0.0.1])
	by jw.lds.net.ua (8.14.5/8.14.5) with ESMTP id q5QIV3rZ047742
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Jun 2012 21:31:03 +0300 (EEST)
	(envelope-from jason@jw.lds.net.ua)
Received: (from jason@localhost)
	by jw.lds.net.ua (8.14.5/8.14.5/Submit) id q5QIUw0x047741;
	Tue, 26 Jun 2012 21:30:58 +0300 (EEST)
	(envelope-from jason)
Message-Id: <201206261830.q5QIUw0x047741@jw.lds.net.ua>
Date: Tue, 26 Jun 2012 21:30:58 +0300 (EEST)
From: Sayetsky Anton <vsjcfm@gmail.com>
Reply-To: Sayetsky Anton <vsjcfm@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] mark ftp/filezilla MAKE_JOBS_SAFE for faster build on SMP-enabled systems
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         169458
>Category:       ports
>Synopsis:       [patch] mark ftp/filezilla MAKE_JOBS_SAFE for faster build on SMP-enabled systems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jsa
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 26 18:40:08 UTC 2012
>Closed-Date:    Wed Jul 18 04:59:16 UTC 2012
>Last-Modified:  Wed Jul 18 05:00:30 UTC 2012
>Originator:     Sayetsky Anton
>Release:        FreeBSD 8.3-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD j.local 8.3-RELEASE-p1 FreeBSD 8.3-RELEASE-p1 #0 r235504: Wed May 16 14:33:18 EEST 2012 root@j.local:/tmp/obj/mnt/garbage/build/src/sys/JASONW amd64
>Description:
ftp/filezilla can successfully built in parallel
Tested with 5 threads
>How-To-Repeat:
>Fix:

--- patch-Makefile begins here ---
--- Makefile-old	2012-06-26 21:28:30.000000000 +0300
+++ Makefile	2012-06-26 21:26:11.000000000 +0300
@@ -26,6 +26,8 @@
 		sqlite3.8:${PORTSDIR}/databases/sqlite3 \
 		tinyxml.3:${PORTSDIR}/textproc/tinyxml
 
+MAKE_JOBS_SAFE=	yes
+
 INSTALLS_ICONS=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
--- patch-Makefile ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jsa 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jun 26 18:40:18 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169458 
State-Changed-From-To: open->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Wed Jul 18 04:59:15 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169458: commit references a PR
Date: Wed, 18 Jul 2012 04:58:39 +0000 (UTC)

 Author: tabthorpe
 Date: Wed Jul 18 04:58:30 2012
 New Revision: 301060
 URL: http://svn.freebsd.org/changeset/ports/301060
 
 Log:
   - Set MAKE_JOBS_SAFE
   
   PR:		ports/169458
   Submitted by:	Sayetsky Anton <vsjcfm gmail.com>
 
 Modified:
   head/ftp/filezilla/Makefile   (contents, props changed)
 
 Modified: head/ftp/filezilla/Makefile
 ==============================================================================
 --- head/ftp/filezilla/Makefile	Wed Jul 18 04:46:41 2012	(r301059)
 +++ head/ftp/filezilla/Makefile	Wed Jul 18 04:58:30 2012	(r301060)
 @@ -26,6 +26,8 @@ LIB_DEPENDS=	gcrypt.18:${PORTSDIR}/secur
  		sqlite3.8:${PORTSDIR}/databases/sqlite3 \
  		tinyxml.3:${PORTSDIR}/textproc/tinyxml
  
 +MAKE_JOBS_SAFE=	yes
 +
  INSTALLS_ICONS=	yes
  USE_BZIP2=	yes
  USE_GMAKE=	yes
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
