From owner-freebsd-ports@FreeBSD.ORG Sat Mar 5 23:56:48 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 159C71065672 for ; Sat, 5 Mar 2011 23:56:48 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id C934C8FC0C for ; Sat, 5 Mar 2011 23:56:47 +0000 (UTC) Received: by ywf9 with SMTP id 9so1367714ywf.13 for ; Sat, 05 Mar 2011 15:56:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:date:message-id:subject :from:to:cc:content-type; bh=2fKtqxC/rley5jPWSfamVvxD6BkhQAaxf5toUYLd5WQ=; b=espEkJ8B6hILFkXpvQBS1d49v4Ue8lbrzCLh1PxcUqkXCw7LnYzM6jiFaTf7h+dN+g u4Etht/nBJOxY8I8SDHF9yDyKCFTNoFweMCcW9G51MYrVR19rE3rgJiuw8ddc6X+rzi1 PraP+DXIH8kUCeWacHN5F6TKHLf9JBR8oqKqM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=XdowT1lhPD9YEeOx0ANVY+DEVM2AC6GEg80Cc6zCDAs/zbCCMKzHmX2LZDRE9XGrFD Ip83T9+APN9IJ4t3mzGgtlKfJRVw/OTYI6yghBmuR5RDutwDsMjb8DhI/r9XaKqZMBmJ oDGuVTKiAeDVtaUJzo/wd54DfHqy8ICCB0Ho4= MIME-Version: 1.0 Received: by 10.236.85.66 with SMTP id t42mr608576yhe.50.1299369407074; Sat, 05 Mar 2011 15:56:47 -0800 (PST) Received: by 10.236.108.44 with HTTP; Sat, 5 Mar 2011 15:56:47 -0800 (PST) Date: Sat, 5 Mar 2011 23:56:47 +0000 Message-ID: From: "b. f." To: Heino Tiedemann Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@FreeBSD.org 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: Sat, 05 Mar 2011 23:56:48 -0000 >> 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. 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.