From owner-cvs-ports@FreeBSD.ORG Sat Feb 12 04:55:12 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3B69106566B; Sat, 12 Feb 2011 04:55:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A26478FC19; Sat, 12 Feb 2011 04:55:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1C4tCrD047323; Sat, 12 Feb 2011 04:55:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1C4tCu2047322; Sat, 12 Feb 2011 04:55:12 GMT (envelope-from miwi) Message-Id: <201102120455.p1C4tCu2047322@repoman.freebsd.org> From: Martin Wilke Date: Sat, 12 Feb 2011 04:55:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/parallel Makefile ports/sysutils/parallel/files patch-src__parallel X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2011 04:55:12 -0000 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