Release News: http://savannah.gnu.org/forum/forum.php?forum_id=6696 The default behavior of running jobs based on the number of cores has changed. Now it finds the number of cores to know how many jobs to run. I noticed this was not working correctly on FreeBSD and submitted a patch upstream, it will be in the next release. I also noticed that the function to find the max length of a command line did not seem to be working correctly. I altered the function to ust "getconf ARG_MAX" instead. The above two changes are now a patch file in the port. Fix: Patch included. Patch attached with submission follows: How-To-Repeat: N/A
miwi 2011-01-31 11:38:55 UTC FreeBSD ports repository Modified files: sysutils/parallel Makefile distinfo Added files: sysutils/parallel/files patch-src__parallel Log: - Update to 20110122 PR: 154398 Submitted by: maintainer Feature safe: yes Revision Changes Path 1.8 +1 -1 ports/sysutils/parallel/Makefile 1.5 +2 -2 ports/sysutils/parallel/distinfo 1.1 +87 -0 ports/sysutils/parallel/files/patch-src__parallel (new) _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!