ports/169458: [patch] mark ftp/filezilla MAKE_JOBS_SAFE for faster build on SMP-enabled systems

Sayetsky Anton vsjcfm at gmail.com
Tue Jun 26 18:40:08 UTC 2012


>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 26 18:40:08 UTC 2012
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list