Bug 169458 - [patch] mark ftp/filezilla MAKE_JOBS_SAFE for faster build on SMP-enabled systems
Summary: [patch] mark ftp/filezilla MAKE_JOBS_SAFE for faster build on SMP-enabled sys...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Joseph S. Atkinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-26 19:40 UTC by vsjcfm
Modified: 2012-07-18 06:00 UTC (History)
0 users

See Also:


Attachments
patch-Makefile (284 bytes, text/plain)
2012-06-26 19:40 UTC, vsjcfm
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description vsjcfm 2012-06-26 19:40:08 UTC
ftp/filezilla can successfully built in parallel
Tested with 5 threads
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-26 19:40:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jsa

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-18 05:58:39 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"
Comment 3 Thomas Abthorpe freebsd_committer freebsd_triage 2012-07-18 05:59:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!