Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Feb 2011 04:55:12 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/parallel Makefile ports/sysutils/parallel/files patch-src__parallel
Message-ID:  <201102120455.p1C4tCu2047322@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102120455.p1C4tCu2047322>