Bug 154398 - [maintainer update] Updating port: sysutils/parallel - New Version
Summary: [maintainer update] Updating port: sysutils/parallel - New Version
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-30 19:00 UTC by howeyc
Modified: 2011-01-31 11:40 UTC (History)
0 users

See Also:


Attachments
file.diff (3.91 KB, patch)
2011-01-30 19:00 UTC, howeyc
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description howeyc 2011-01-30 19:00:19 UTC
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
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-01-31 11:39:00 UTC
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"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2011-01-31 11:39:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!