From owner-cvs-ports@FreeBSD.ORG Wed Jul 6 13:22:15 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 0D5A41065675; Wed, 6 Jul 2011 13:22:15 +0000 (UTC) (envelope-from nicovit@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id A33878FC1C; Wed, 6 Jul 2011 13:22:14 +0000 (UTC) Received: by iyb11 with SMTP id 11so8139699iyb.13 for ; Wed, 06 Jul 2011 06:22:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=cdbXMwL/q6mJZ/LjNjrbG8RqnV6W8T8MLrgJWBC1V38=; b=LC91J7nxF4azCuEStQlF6Snjb4uEgjcphN692TfS/e0SG9eZ6YaYUsKV0q85byAADj oPzOwDphkFhgz953vBjhgeqencFieVSUGCkCZjIFPVyNW5HWuRDAEQVoE1Z76Tz3Jqjx C0kwVGgbajbPDcI9YCLacu3LlHBUyi0afUoZc= Received: by 10.42.147.137 with SMTP id n9mr8619104icv.383.1309957020091; Wed, 06 Jul 2011 05:57:00 -0700 (PDT) MIME-Version: 1.0 Sender: nicovit@gmail.com Received: by 10.42.224.200 with HTTP; Wed, 6 Jul 2011 05:56:20 -0700 (PDT) In-Reply-To: <20110705164319.GA46561@FreeBSD.org> References: <201106301334.p5UDYYZ0059582@repoman.freebsd.org> <20110705164319.GA46561@FreeBSD.org> From: Nicola Vitale Date: Wed, 6 Jul 2011 14:56:20 +0200 X-Google-Sender-Auth: M99pp4HRzJ6zCUc4X1R9enMcmDo Message-ID: To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11/wbar Makefile distinfo pkg-descr pkg-plist ports/x11/wbar/files patch-Makefile patch-configure pkg-message.in 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: Wed, 06 Jul 2011 13:22:15 -0000 Hi, > [2011/7/5 Alexey Dokuchaev ] > On Thu, Jun 30, 2011 at 01:34:34PM +0000, Nicola Vitale wrote: >> =A0 - Add sysutils/pidof to RUN_DEPENDS > > Perhaps port can be patched to use pgrep(1) which is in the base, instead > of sysutils/pidof rdep? Yes, of course, but I would prefer to wait the decision of the author: http://goo.gl/zCaS5 Moreover, in my opinion, there are not advantages in terms of performance, and the package of pidof is about 4293 bytes after all. --=20 Nicola Vitale