From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 18:48:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06377537; Thu, 29 Nov 2012 18:48:37 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id E24B58FC0C; Thu, 29 Nov 2012 18:48:35 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id a14so5356062eaa.13 for ; Thu, 29 Nov 2012 10:48:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=nk7421mhAmtC7ruRjENHXgKOt2TZSi8Sac5CtguSckw=; b=fsYk5ZecAUrRYOin7zPEK6rnyViz2jMc4n0fU7CRxXTdYcZwRoSmVLFP7REHOE/Taf iRwqRnWf5qvfvigGfwxig5tURY8JZpgvtpCtSPLGjjNT0S80q9iORH1YLP2roHMJmzIT jYeBTb71r1+KuZpy8DP7FGA0r/cubcpeeUMvKk+mZTXuhx97Kyl6ShIgLygsE3UtBynT SAlImdY8eLoQtI3jQDx2+7LDbCQKiss/lNmb5x2cJ/oDq8F8JRsEp6j0Ctu7fTmwL4Io BMVsRvExU4KTfksaCqAbFvr6wRKh3Q6Xrn1OjAoa4bMdyEzi3O/LR4cRku1A9FXPd8tX puSw== Received: by 10.14.203.2 with SMTP id e2mr84799904eeo.20.1354214913964; Thu, 29 Nov 2012 10:48:33 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id n7sm5304271eeo.2.2012.11.29.10.48.32 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 29 Nov 2012 10:48:33 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 29 Nov 2012 19:48:30 +0100 From: Baptiste Daroussin To: Chris Rees Subject: Re: svn commit: r306707 - in head/net-mgmt: . netmagis-common netmagis-common/files Message-ID: <20121129184830.GB31288@ithaqua.etoilebsd.net> References: <201210302027.q9UKRAdf068736@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WYTEVAkct0FjGQmd" Content-Disposition: inline In-Reply-To: <201210302027.q9UKRAdf068736@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2012 18:48:37 -0000 --WYTEVAkct0FjGQmd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 >=20 [...] > + ${LOCALBASE}/libexec/apache22/mod_auth_pgsql.so:${PORTSDIR}/www/mod_au= th_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 importan= t to respect the classic synopsis for dependencies:=20 ${PORTSDIR}/category/portname without an ending '/' or without ${.CURDIR}/../ or anything like that. [...] regards, Bapt --WYTEVAkct0FjGQmd Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlC3rf4ACgkQ8kTtMUmk6Ew0FgCeN2gDf4/l1mtIRmQ23SOu8pfY EoMAoL5bdcfPTRNT0ofvyBgFiB+Id0Fj =vtLm -----END PGP SIGNATURE----- --WYTEVAkct0FjGQmd--