From owner-freebsd-pkg@FreeBSD.ORG Fri Mar 27 13:08:54 2015 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8B7257B for ; Fri, 27 Mar 2015 13:08:54 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 71F94F24 for ; Fri, 27 Mar 2015 13:08:53 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 901F6BDC5A; Fri, 27 Mar 2015 14:08:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=wIOjuKSEPX0 c0GtsuqUkPWyoH9g=; b=CmsTUB5oC9IQIrnCAu6VUhSp8GWpGltIP7b/C1b3J5V cGh8RFVwhn5A6GakDxEkEy85Woc1cBYsu948qF6YryaxuSvbH5aW31VzBUhwBqFJ aVS1lpxdY4sYxw3ESmxRgxOhCcdVyEfkOL5sDvUhz1inQYBq7c2OjKQ/Pm6KJneg = Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 6C021BDC2E; Fri, 27 Mar 2015 14:08:49 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 475FF6173; Fri, 27 Mar 2015 14:08:48 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 83C787FD36B4; Fri, 27 Mar 2015 14:08:46 +0100 (CET) Date: Fri, 27 Mar 2015 14:08:46 +0100 From: Mathieu Arnold To: Willem Jan Withagen , freebsd-pkg@freebsd.org Subject: Re: pkg is not doing what I want..... Message-ID: <00F808B7CB89DB6100C93D53@ogg.in.absolight.net> In-Reply-To: <551545AA.7080107@digiware.nl> References: <551545AA.7080107@digiware.nl> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 13:08:54 -0000 +--On 27 mars 2015 12:57:30 +0100 Willem Jan Withagen wrote: | So how do I remove perl, and maybe the runtime dependancies like p5-* and | stuff, without pkg trashing everything?? It seems this is a very old installation, the perl package has been called perl5 for quite a long time now. Also, I'd say it wants to remove all that because you do have an old installation where mod_php5 was included in php5, and apache22 needs perl at runtime. And mod_php needs apache. So all of php needs perl. It's all documented in UPDATING, but to sum up: pkg set -n perl:perl5 should take care of at least not trying to remove everything. -- Mathieu Arnold