From owner-svn-ports-head@freebsd.org Mon Jul 6 23:28:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65DBF9951C3; Mon, 6 Jul 2015 23:28:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 25F6B141E; Mon, 6 Jul 2015 23:28:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from [10.0.1.84] (cpe-071-065-239-148.nc.res.rr.com [71.65.239.148] (may be forged)) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id t66NSoOD049933 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 6 Jul 2015 23:28:56 GMT (envelope-from swills@FreeBSD.org) Message-ID: <559B0F31.6060900@FreeBSD.org> Date: Mon, 06 Jul 2015 19:28:49 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Adam Weinberger CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391426 - in head/misc: . ansiweather ansiweather/files References: <201507061651.t66Gp7xP062604@repo.freebsd.org> <0DD826C1-7D38-4F68-BCCB-C5C788273BCC@adamw.org> In-Reply-To: <0DD826C1-7D38-4F68-BCCB-C5C788273BCC@adamw.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Mon, 06 Jul 2015 23:28:56 +0000 (UTC) X-Spam-Status: No, score=-1.0 required=4.5 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.98.7 at mouf.net X-Virus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 06 Jul 2015 23:28:58 -0000 On 07/06/2015 13:31, Adam Weinberger wrote: >> On 6 Jul, 2015, at 10:51, Steve Wills wrote: >> >> +RUN_DEPENDS= ${LOCALBASE}/bin/jq:${PORTSDIR}/textproc/jq \ >> + ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl \ >> + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ >> + gprintf:${PORTSDIR}/sysutils/coreutils > > Hi Steve, > > These are all in ${PATH}. Why are the first 3 prefixed with ${LOCALBASE}/bin/? Good point, thanks. Fixed. Steve