From owner-freebsd-ports@FreeBSD.ORG Wed Jun 4 00:34:43 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9FE4CCA for ; Wed, 4 Jun 2014 00:34:43 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (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 73D512BF8 for ; Wed, 4 Jun 2014 00:34:43 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id n15so7410614wiw.9 for ; Tue, 03 Jun 2014 17:34:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=RkCjJZCB8oTHftoMTIgP3sJSVO5Ngb6NzVCbTDSouF0=; b=DtK1XTdLAb/UzLqDJmv+L6SeUI+Y7LRhcJ3qLCQS423mujybWsLk9lW76auFdttUSa vC3eCdlMRcgWCZCp95FGDuot3RV5+uz6k/OFHvDRte1wzxgT7QVZNi4bQsnfxrCBTc5g 25CsvchoAUIRTl4xNsxpUgNT4+qGNfRTQh7MYThGKLkLcuPSTmMk3DGh7O2W13TWELxv 4ZVuGVMBNBCy8K6jy7rakwPKW9V1ARYFO6gN2gBPIdw+54+uwzc3amdYDaFGvM5LHjD1 tGF86BQ4uCHug8gH8IfWGq4C0yDVTo9VQvA2myvJfpvqnLkRPnk3SM369Qtc8+9rkd5o cIjw== X-Received: by 10.194.63.46 with SMTP id d14mr65558355wjs.24.1401842080976; Tue, 03 Jun 2014 17:34:40 -0700 (PDT) Received: from gumby.homeunix.com ([94.195.197.38]) by mx.google.com with ESMTPSA id z14sm6631548wiu.6.2014.06.03.17.34.39 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 03 Jun 2014 17:34:40 -0700 (PDT) Date: Wed, 4 Jun 2014 01:34:37 +0100 From: RW To: ports@freebsd.org Subject: Re: A simple ports question Message-ID: <20140604013437.395f1b22@gumby.homeunix.com> In-Reply-To: <20140603191515.GC30972@ivaldir.etoilebsd.net> References: <58098.1401822550@server1.tristatelogic.com> <20140603191515.GC30972@ivaldir.etoilebsd.net> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Wed, 04 Jun 2014 00:34:43 -0000 On Tue, 3 Jun 2014 21:15:15 +0200 Baptiste Daroussin wrote: > On Tue, Jun 03, 2014 at 12:09:10PM -0700, Ronald F. Guilmette wrote: > > > > > > Functionally, what is the difference between: > > > > pkg_delete Y > > > > and: > > > > cd /usr/ports/X/Y; make deinstall > > > > ? > > > none There is one important difference, make deinstall passes -f to pkg_delete to force the deletion.