From owner-cvs-ports@FreeBSD.ORG Wed Sep 29 08:50:24 2010 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 6E9CC106577A; Wed, 29 Sep 2010 08:50:24 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id E00F98FC0C; Wed, 29 Sep 2010 08:50:23 +0000 (UTC) Received: by mail-iw0-f182.google.com with SMTP id 34so943753iwn.13 for ; Wed, 29 Sep 2010 01:50:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=MUC6F9FMKWFEvRG/PVry2EPhs3xWmptJDd/0RHE0fbA=; b=JSApOdQ4w8UEcZ0azG6TP+tYD2wsco95OI808jlZeaMFPOmDFx5qlazV+C8DDw+KJp 6VcICDjP/QPnQHdiiHq33JdfIexl6wGBUxbBgzrcMGhcOQzu5d+eCRZdagzqsjzwp4SD KOIIpmpo48UV+obMdL6nf4juQ6Dn7T+Ka+HFQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=iyM8LhHTYvv4g+eHQ1g1VLjzAUN1CGR3EPvZds5CgLJpRoqnFPjGRCgzZxPPe2/ypA JQMqwQfMw0HLcOi2hxugxHBDnoXvkYMdgNfpOc4w7c5qSVe59KYp+WYbJTCizjBNkuN0 6xQg5bmLs7IAfWUyE9B9KLQlwgUVkc2vHV8m0= MIME-Version: 1.0 Received: by 10.231.147.131 with SMTP id l3mr1436068ibv.74.1285750223709; Wed, 29 Sep 2010 01:50:23 -0700 (PDT) Sender: baptiste.daroussin@gmail.com Received: by 10.231.196.79 with HTTP; Wed, 29 Sep 2010 01:50:23 -0700 (PDT) In-Reply-To: <20100929082215.GB97597@FreeBSD.org> References: <201009290707.o8T77b2s073828@repoman.freebsd.org> <20100929082215.GB97597@FreeBSD.org> Date: Wed, 29 Sep 2010 08:50:23 +0000 X-Google-Sender-Auth: APFNwuCEM5x4lhy9BgDvgHTuttc Message-ID: From: Baptiste Daroussin 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, Andrej Zverev , ports-committers@freebsd.org Subject: Re: cvs commit: ports/net-im/centerim-devel Makefile pkg-plist 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, 29 Sep 2010 08:50:24 -0000 > I also want to express my concern with recent (over last few years) > trend of simple adding necessary dependencies because "QAT complained", > while in many cases these deps are bogus (used only during brain-damaged > configure script is one common case). =A0Not to pick on Baptiste, but I > encourage us to check more thoroughly why particular dependency is > required and reflecting the reason in commit log (except some simple > obvious cases). > FYI I didn't add this dependency because of that. I added them (RUN_DEPENDS) because the ports provide end-user 2 scripts one in python, the other in perl, to be able to run them we need perl and python runtime. This has nothing to do with brain-damaged configure script or anything like that. I don't feel bad depending on perl and python at runtime for that scripts because they need it. Lot's of ports does the same (glib for example). --- Bapt