From owner-svn-ports-head@FreeBSD.ORG Thu Nov 29 19:35:44 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 298FA2E6; Thu, 29 Nov 2012 19:35:44 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 20BB48FC13; Thu, 29 Nov 2012 19:35:42 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id je9so6449533bkc.13 for ; Thu, 29 Nov 2012 11:35:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=c0eHBMoR5usXYURz+MyOhlE2tVJzJ4t1EGpAHVHn7CI=; b=Uj6zR1oH8yCzzKlidxE54RspQc9Xx2BIZTv8BnlIQU1zRujQV3whZPXMCAcWKg5Vab ErwrFFPODpdfACXBGKAPb84dUaURLWxEX+CQBX1JyVMV7h3HLfYzyDeKZKh9SVtVcEui 3gN2KzWWpu+LX8Nma2f4hk4zMdxnupStmfqwZj69US2+H78BM2VQ/UCHaR9KFOWtNK4h PXxiy644X0SgRbdMTOJnD8QONcg1kaoULBbSq0RNfbVWUNLuF3x+/Q5OlVyQm+/VgIUe ttiHzC3W7E6Dlo7hqCQaDPoLG/GNGJT5Tazm5xHXLl40fLThYszaA36l5O0oK1FJMYlf baaQ== Received: by 10.204.143.147 with SMTP id v19mr6920599bku.32.1354217741873; Thu, 29 Nov 2012 11:35:41 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.167.71 with HTTP; Thu, 29 Nov 2012 11:35:11 -0800 (PST) In-Reply-To: <20121129184830.GB31288@ithaqua.etoilebsd.net> References: <201210302027.q9UKRAdf068736@svn.freebsd.org> <20121129184830.GB31288@ithaqua.etoilebsd.net> From: Chris Rees Date: Thu, 29 Nov 2012 19:35:11 +0000 X-Google-Sender-Auth: bWTGI9cPoNjfhC5RYG95fAEm_SE Message-ID: Subject: Re: svn commit: r306707 - in head/net-mgmt: . netmagis-common netmagis-common/files To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2012 19:35:44 -0000 On 29 November 2012 18:48, Baptiste Daroussin wrote: > On Tue, Oct 30, 2012 at 08:27:10PM +0000, Chris Rees wrote: >> Author: crees >> Date: Tue Oct 30 20:27:10 2012 >> New Revision: 306707 >> URL: http://svn.freebsd.org/changeset/ports/306707 >> > > [...] >> + ${LOCALBASE}/libexec/apache22/mod_auth_pgsql.so:${PORTSDIR}/www/mod_auth_pgsql2/ > the '/' in the end is bad, a lot of tools rely on make -VRUN_DEPENDS and > not on make run-depends-list just because it is faster (in one run you can get > multiple -V) and they will end up with a ${PORTSDIR}/www/mod_auth_pgsql2/ > depend instead of ${PORTSDIR}/www/mod_auth_pgsql2 while this case is pretty easy > to fix in those tools, I just want to point here that it is really important to > respect the classic synopsis for dependencies: > > ${PORTSDIR}/category/portname > > without an ending '/' or without ${.CURDIR}/../ or anything like that. Pointed out, noted and corrected. Thank you, and I'm sorry :) Chris