From owner-freebsd-questions@FreeBSD.ORG Fri Mar 13 08:51:59 2015 Return-Path: Delivered-To: freebsd-questions@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 104B967F for ; Fri, 13 Mar 2015 08:51:59 +0000 (UTC) Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com [IPv6:2607:f8b0:4001:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D494168B for ; Fri, 13 Mar 2015 08:51:58 +0000 (UTC) Received: by iecsl2 with SMTP id sl2so92478924iec.1 for ; Fri, 13 Mar 2015 01:51:58 -0700 (PDT) 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=JdrX1J+LAu047dRVYNlrbvy/eMA9btfwNWlW96GsHds=; b=UyUq7uTxa1ex21mfTPEFbkWDJBkfMmweCM3VtSezjxFk2QiZLXlHqTFLD38XQ49n/K nxL6qlKgxO8fYUvUFEoQaIR0fuXxyyO+MeX3+DXa09MTNgqilI/dkx1Ei1jB4/LCJPEL 2QNIZH4OTtbQTRim14EjPTBJh4BMjF58r9/H/t9ohIH7aPIaQopiZWOnhwC8dgh+spsi v22kZnQr1N9+bAMnX5F2swTqdV8+x8IUzL8IzS92JKhooVWuAbkw1s4C/1p1iLueMHqR jMkqqkoOKE3mPZRp8qhNnK6J0NWUE9SetdG0Je73GfeNA27RU7Z5/+U9eBiKoLVwQU6G X5fw== MIME-Version: 1.0 X-Received: by 10.50.129.9 with SMTP id ns9mr80683110igb.24.1426236718131; Fri, 13 Mar 2015 01:51:58 -0700 (PDT) Sender: olivier2553@gmail.com Received: by 10.107.9.224 with HTTP; Fri, 13 Mar 2015 01:51:58 -0700 (PDT) In-Reply-To: <20150313084213.GA39602@vps.markoturk.info> References: <20150313084213.GA39602@vps.markoturk.info> Date: Fri, 13 Mar 2015 15:51:58 +0700 X-Google-Sender-Auth: XN1I11yz0k-pRbCWLCa7TLEYUeg Message-ID: Subject: Re: pkg delete --no-recursive From: Olivier Nicole To: Marko Turk Content-Type: text/plain; charset=UTF-8 Cc: Olivier Nicole , "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2015 08:51:59 -0000 Marco, On Fri, Mar 13, 2015 at 3:42 PM, Marko Turk wrote: > On Fri, Mar 13, 2015 at 03:27:10PM +0700, Olivier Nicole wrote: >> Hi, >> >> How to tell pkg delete to remove only *this* package and not all the >> ones that depends on it. >> >> There is a --recursive option, but it is applied by default and I don't >> see how to disable it. >> >> My goal is to remove perl5.14 in order to install perl5.20. All other >> packages that depend on perl5.14 will be rebuild afterward, so the >> dependecy will be updated accordingly. >> >> But in no case I want to delete all packages depending on perl, I *do* >> need them. >> > > Hi, > > -f, --force > Forces packages to be removed despite leaving unresolved > dependencies. thank you, that is really a *bad* choice of name for the option: it does what I need, but it certainly not mean what it does! Best regards, olivier