cvs commit: ports/sysutils/parallel Makefile ports/sysutils/parallel/files patch-src__parallel

Martin Wilke miwi at FreeBSD.org
Sat Feb 12 04:55:12 UTC 2011


miwi        2011-02-12 04:55:12 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/parallel    Makefile 
    sysutils/parallel/files patch-src__parallel 
  Log:
  The previous patch I made alters a function to call "getconf ARG_MAX" to get the
  maximum command line length. However I failed to realize that the rest of the
  program called this function a lot. I have now altered the patch file to call
  getconf once on program run instead of multiple times, greatly reducing
  execution time.
  
  PR:             154560
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.9       +1 -0      ports/sysutils/parallel/Makefile
  1.2       +12 -12    ports/sysutils/parallel/files/patch-src__parallel


More information about the cvs-ports mailing list