From owner-svn-ports-all@FreeBSD.ORG Thu Dec 27 17:14:25 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 D485E8C0 for ; Thu, 27 Dec 2012 17:14:25 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-vb0-f41.google.com (mail-vb0-f41.google.com [209.85.212.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7AA2F8FC16 for ; Thu, 27 Dec 2012 17:14:25 +0000 (UTC) Received: by mail-vb0-f41.google.com with SMTP id l22so10228341vbn.0 for ; Thu, 27 Dec 2012 09:14:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=F+A8Ws6WJfmyLbtc3lkZMLrRWpBHJ1JdrFseDHh89M8=; b=gSuUWXfaM+ekxmib5fap54AKBDflO2Nxb/cp+wiYhYnWCMXYH1lZFnYVtw/5HCTLPg RW67hE7UdGsepyiE/yW/gp2ggXpSXftHy678a6SS9PWlMN24XnGNVfk+8lNvd3Yg3RLl eYkKXfvN02f/y9DpoRXWGJRBQBu88ZORazruM5Xp0wmsPwsv2LNm4cDqTkNwJ6MIEgh/ 1/QwZBrpxPbIi8YjXio6Jq98akSdwFnLilbfGysYcU35mNF4vgoe10vkA2bXGknEYIIM M+bw47eQf9MUclbkLP8whvFmhc05mXKdeztlc9+hb3zmxSGoGRRB+KC1J8sf6ExbdffL txhg== MIME-Version: 1.0 Received: by 10.58.33.66 with SMTP id p2mr49242278vei.24.1356628459280; Thu, 27 Dec 2012 09:14:19 -0800 (PST) Sender: bsd-src@helfman.org Received: by 10.58.161.165 with HTTP; Thu, 27 Dec 2012 09:14:19 -0800 (PST) In-Reply-To: <201212271039.qBRAd8xk060888@svn.freebsd.org> References: <201212271039.qBRAd8xk060888@svn.freebsd.org> Date: Thu, 27 Dec 2012 09:14:19 -0800 X-Google-Sender-Auth: FupgtrRnZ8HcpujC0yKGICi-ddU Message-ID: Subject: Re: svn commit: r309539 - head/devel/nxt-python From: Jason Helfman To: Pawel Pekala X-Gm-Message-State: ALoCoQnxepg2Vr4Epr+NIWwWbnav3Vj13XwAETnGGKohgxdjDAD9n7+T1VcE2mPtSbJ2e9lmHAG4 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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, 27 Dec 2012 17:14:25 -0000 On Thu, Dec 27, 2012 at 2:39 AM, Pawel Pekala wrote: > +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/usb.so:${PORTSDIR}/devel/py-usb > + > IMHO it seems that depending on specific python libraries is asking for the same situation fix that we had done with Perl module files. Is there a reason we can't depend on the package? If the object moves, all ports need to be updated that use this method of identification of the dependency. Thanks. -jgh