From owner-svn-ports-head@FreeBSD.ORG Wed Mar 25 16:43:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DAB0CD42; Wed, 25 Mar 2015 16:43:54 +0000 (UTC) Received: from vps.nobutaka.org (vps.nobutaka.org [49.212.7.181]) by mx1.freebsd.org (Postfix) with ESMTP id A7226E0; Wed, 25 Mar 2015 16:43:54 +0000 (UTC) Received: from vm-home.internal.nobutaka.org (i207098.ppp.asahi-net.or.jp [61.125.207.98]) by vps.nobutaka.org (Postfix) with ESMTP id 29E203FD143; Thu, 26 Mar 2015 01:15:35 +0900 (JST) Date: Thu, 26 Mar 2015 01:14:38 +0900 Message-ID: <86mw31xde9.wl-nobutaka@FreeBSD.org> From: Nobutaka Mantani To: Adam Weinberger Subject: Re: svn commit: r382234 - head/net/dshell In-Reply-To: References: <201503251525.t2PFP4ET035840@svn.freebsd.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-2022-JP-2?B?R29qGyQoRCtXGyhC?=) APEL/10.8 Emacs/24.4 (i386-portbld-freebsd10.1) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII 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.18-1 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: Wed, 25 Mar 2015 16:43:55 -0000 Fix committed. Thank you for the advice. -- Nobutaka Mantani nobutaka@FreeBSD.org, nobutaka@nobutaka.org At Wed, 25 Mar 2015 09:48:07 -0600, Adam Weinberger wrote: > > > On 25 Mar, 2015, at 9:25, MANTANI Nobutaka wrote: > > > > Modified: head/net/dshell/Makefile > > > > -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash > > -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygeoip>0:${PORTSDIR}/net/py-pygeoip \ > > +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ > > + ${PYTHON_PKGNAMEPREFIX}pygeoip>0:${PORTSDIR}/net/py-pygeoip \ > > ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \ > > ${PYTHON_PKGNAMEPREFIX}dpkt>0:${PORTSDIR}/net/py-dpkt \ > > ${PYTHON_PKGNAMEPREFIX}ipy>0:${PORTSDIR}/net-mgmt/py-ipy \ > > ${PYTHON_PKGNAMEPREFIX}pypcap>0:${PORTSDIR}/net/py-pypcap > > +RUN_DEPENDS= ${BUILD_DEPENDS} > > That needs to be > RUN_DEPENDS:= ${BUILD_DEPENDS} > > See https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html (Bottom of section 5.8.2). > > # Adam > > > -- > Adam Weinberger > adamw@adamw.org > http://www.adamw.org > >