From owner-freebsd-ports@FreeBSD.ORG Sun Mar 6 04:47:50 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8F0A106566C for ; Sun, 6 Mar 2011 04:47:50 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-gw0-f44.google.com (mail-gw0-f44.google.com [74.125.83.44]) by mx1.freebsd.org (Postfix) with ESMTP id 64A818FC15 for ; Sun, 6 Mar 2011 04:47:50 +0000 (UTC) Received: by gwaa18 with SMTP id a18so3043793gwa.17 for ; Sat, 05 Mar 2011 20:47:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=XKg+zf25URnQg07IWue8JiJlaLRNixwyR7VOnWx0lu0=; b=T1JgXluyixyQIyOb+g5SHDv4jfCG+FZv/ROno7VSphIGETubY/p0L5xjvxzgHD0NUM I6Idzl2iu2tHennCx9/TdHr8r9Zmiy8H13BTtAJA7niHe9Ce0GTOB1gdbenqDzfnhrfS pgVEV2EPStjQFRYpwSwdk5pT/ZSD+6HK4f96A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; b=lO5XCptQelMgXZNPuFu8Ju0ZhSjBz0PIg6XYcqZGbeIY1+WzF7Ij3y+qdtPgGFN/qX GhxYTyAVFgOxNvHS5F32aiBOHDLqykrvwCea9oqVf/jMAWjxHB21sCLU5/IOSZLLrA53 DFaWbDaBy8h42CgjdM9rkvKs38GnFfdSDbeTo= MIME-Version: 1.0 Received: by 10.236.85.66 with SMTP id t42mr813950yhe.50.1299386869573; Sat, 05 Mar 2011 20:47:49 -0800 (PST) Received: by 10.236.108.44 with HTTP; Sat, 5 Mar 2011 20:47:49 -0800 (PST) In-Reply-To: References: Date: Sun, 6 Mar 2011 04:47:49 +0000 Message-ID: From: "b. f." To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [FYI] Fwd: cvs commit: ports UPDATING ports/Mk bsd.python.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2011 04:47:50 -0000 On 3/5/11, b. f. wrote: >>> Does it rebuild all depending packages? >> >>And waht is the difference between make upgrade-site-packages and >>portupgrade -r python? > > As I explained earlier on freebsd-python@, unlike 'portupgrade -r > python', the upgrade-site-packages target just rebuilds ports that > have files in the library directories belonging to non-default > versions of python, and ports that in turn depend upon them, not > necessarily every port that lists python as a dependency. Sorry, I should clarify this. Above, I meant to write: ... and _not_ necessarily ports that in turn depend upon them, or every port that lists python as a dependency. > upgrade-site-packages is for your convenience, to rebuild a (probably) > smaller collection of ports that are most likely to need rebuilding > after a change in default python versions. b.