From owner-freebsd-ports@FreeBSD.ORG Sun Jun 8 15:38:39 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BBC734E for ; Sun, 8 Jun 2014 15:38:39 +0000 (UTC) Received: from mail-qg0-x22c.google.com (mail-qg0-x22c.google.com [IPv6:2607:f8b0:400d:c04::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 07BDD2FD5 for ; Sun, 8 Jun 2014 15:38:38 +0000 (UTC) Received: by mail-qg0-f44.google.com with SMTP id i50so7863881qgf.31 for ; Sun, 08 Jun 2014 08:38:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=8XPl1qwYPQTgryEIU4wrCIHk28mTIN1cMbZtvX2hwFM=; b=tQGpk8RwFG+uibpmmO7zQOsS/irr3ECHdvjuzguxonG5oNEuUTedOdMr9fpHR4nH+Y OA4t4fn3H+qUfwSv+xVa2cS1UTYNxHF1BXdUewfEFYgMxOZzGNrJSGKLTioI0RO5Qhxh A5KMu4u4b1HfBkL1akM7ekVahB/PH/zz484I45thRktnBbnaTamO4XR17j6eMbEdAeb1 Ss6oaJ7lVdG+4Rxx+Nmk1dfmVsZTbj7fs7OVJZn80EPeQ7+5/v2bMHNTfF7irc9xck8j 4Z7hWnofmQ/UbtGuwbo4nRTu/dcwfSUgQoY/1LqqbuoXImbbY6qiV7HQJi4rYHhivHAS FXcg== X-Received: by 10.140.48.161 with SMTP id o30mr24746378qga.68.1402241918169; Sun, 08 Jun 2014 08:38:38 -0700 (PDT) Received: from [192.168.1.12] (pool-173-48-98-44.bstnma.fios.verizon.net. [173.48.98.44]) by mx.google.com with ESMTPSA id l1sm15329552qat.20.2014.06.08.08.38.37 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 08 Jun 2014 08:38:37 -0700 (PDT) Message-ID: <5394837D.80901@gmail.com> Date: Sun, 08 Jun 2014 11:38:37 -0400 From: Kevin Phair User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: FreeBSD Ports Subject: Re: How are ports built now References: <20140607202241.GA59544@spectrum.skysmurf.nl> <53938114.9060303@gmx.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2014 15:38:39 -0000 On 6/8/14, 11:20 AM, Paul Schmehl wrote: > --On June 7, 2014 at 11:16:04 PM +0200 olli hauer wrote: > >> >> >> Do you see which port is looping? >> Perhaps a port was moved / renamed / removed and portmaster therfore is >> looping around >> >> Sadly I cannot help more since I used all the years tinderbox / >> poudriere >> to build packages. >> > > I've been working on this for two days now, so the parameters have > changed a bit. But here's an example of what prompted my question: > > This is the result of portmaster -ad > > ===>>> All >> (18) > > [[stuff]] > > ===>>> Proceed? y/n [y] n > > This is the result of pkg upgrade -n > > # pkg upgrade -n > Updating repository catalogue > Upgrades have been requested for the following 150 packages: > > [[different stuff]] > The upgrade will require 426 MB more space > > 373 MB to be downloaded > > Clearly portmaster and pkg upgrade disagree on what work needs to be > done. > Do you have non-default port options configured? I believe the packages are all created with the default options, so that if you've installed everything from ports, and some of those ports with non-default options, your dependencies when upgrading with portmaster could end up looking different than when upgrading with pkg.