From owner-freebsd-stable@FreeBSD.ORG Mon Dec 29 20:02:12 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 518888FD; Mon, 29 Dec 2014 20:02:12 +0000 (UTC) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (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 166F73586; Mon, 29 Dec 2014 20:02:12 +0000 (UTC) Received: by mail-ig0-f170.google.com with SMTP id r2so12820802igi.3; Mon, 29 Dec 2014 12:02:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=tw/g37s8N5mKOXuXfk/LtzpAPSafZ3OD8YbwWWgtLCM=; b=l6b5iBl8a/z93hbDY1ntJfKMpSvhkGU4N3XwqJY2cKzpWvpRWIsCGQDvYdfevANIXr 1RbfXUasPhnZa7jR5M5YxYvBDHu61GDOSFZRmSVKwY++rIe9xDCOxzCd3bJbnggDOjRD 1zQsbfPbmCTq8rTyZywRSBLymdAhJW9XWFXY7BaH1rqN4zI5smZjICqQ3D8KZtRQsR09 swH0MPZRGELZji5GPpMKvMFQPI2h6IbfXzLeIQ/SlwFIlvL1RuNfBmEd82BE3WLTeFl9 riZ3VMYC1vZKkQLMme2C+2UbQF7fGk3xZiXuSSjNEoTY/Iv8vidMypH0AbF/ZtxEIE+A KNnQ== MIME-Version: 1.0 X-Received: by 10.42.205.197 with SMTP id fr5mr43185518icb.5.1419883331497; Mon, 29 Dec 2014 12:02:11 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.107.52.19 with HTTP; Mon, 29 Dec 2014 12:02:11 -0800 (PST) In-Reply-To: <54A17A52.3040704@protected-networks.net> References: <54A13602.3070208@interia.pl> <54A17A52.3040704@protected-networks.net> Date: Mon, 29 Dec 2014 12:02:11 -0800 X-Google-Sender-Auth: K5vxEwj7PBe3BRGZRBPREfwLBGg Message-ID: Subject: Re: PKG wants to remove a lot of installed packages only to install MOZJPEG package From: Kevin Oberman To: Michael Butler Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: vermaden , FreeBSD-STABLE Mailing List , freebsd-pkg@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 20:02:12 -0000 On Mon, Dec 29, 2014 at 7:59 AM, Michael Butler wrote: > On 12/29/14 06:07, vermaden wrote: > > Hi, > > > > I wanted to add 'mozjpeg' package, but PKG wants to remove a lot of > > other packages in that process, any explanation for that? > > > # pkg install mozjpeg > > Updating FreeBSD repository catalogue... > > FreeBSD repository is up-to-date. > > All repositories are up-to-date. > > Checking integrity... done (1 conflicting) > ^^^^^^^^^^^^^^ > This tells me that mozjpeg installs files over the top of the jpeg > package and, in order to install it, needs to remove everything that > depends on it. > > pkg has no way of knowing if mozjpeg has the same API as jpeg, > > imb > I really have issues with the default behavior of deleting all dependent packages like this without an obvious way to deal with it. I suspect the official way is to is to use a set -o old-pkg:new-pkg: pkg delete -f jpeg (-f prevents all dependent packages from being deleted) pkg install graphics/mozjpeg pkg set -o graphics/jpeg graphics/mozjpeg Odly, I note that graphics/jpeg is a dependency of graphics/mozjpeg, so color me a bit confused. I also don't understand why gcc and gcj are dependencies. I guess mozjpeg requires the run-time libraries. And why has Firefox decided to switch my language to UK English??? Weird morning! -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com