From owner-freebsd-ports@FreeBSD.ORG Fri Mar 27 16:29:39 2015 Return-Path: Delivered-To: freebsd-ports@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 C90728D3 for ; Fri, 27 Mar 2015 16:29:39 +0000 (UTC) Received: from new2-smtp.messagingengine.com (new2-smtp.messagingengine.com [66.111.4.224]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95B58DF0 for ; Fri, 27 Mar 2015 16:29:39 +0000 (UTC) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailnew.nyi.internal (Postfix) with ESMTP id 17531F12 for ; Fri, 27 Mar 2015 12:29:34 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Fri, 27 Mar 2015 12:29:36 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=ZZmHmMAns3DcM5V Y3iG9um+NF/g=; b=FSoKi0cX3psUMpGGF4LGX+L/r12uFD6NxG0ImyIyCAc+PsW tDk0Pd8HviKbMiL9f4ZuMJ+180FUDWHX2AL+z4zw2TXc3g3AsZaNkjlhDiH8vrNg BcRbZ8ni6g0nPzR+B1htgKldLrWdnh1S6US9hOFNRxoXWURx8wMZ/cfaJ+z0= Received: by web3.nyi.internal (Postfix, from userid 99) id BA10C109830; Fri, 27 Mar 2015 12:29:36 -0400 (EDT) Message-Id: <1427473776.2764517.246103097.2559DEDE@webmail.messagingengine.com> X-Sasl-Enc: Qg4usSV4ChDRbwgjvempv2DtQXup+VPXd4f6NqpR1R71 1427473776 From: Mark Felder To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-f437beda Subject: Re: I want to tell pkg to just forget about an installed port Date: Fri, 27 Mar 2015 11:29:36 -0500 In-Reply-To: <55155E01.6040600@wintek.com> References: <55155E01.6040600@wintek.com> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 16:29:39 -0000 On Fri, Mar 27, 2015, at 08:41, Richard Kuhns wrote: > Hello, > > How can I tell pkg to completely forget about an installed port, without > deleting it? > > Specifically, I installed net-mgmt/observium a couple of months ago. I > really like it and have paid for a subscription so what is currently on > disk is mostly *not* what was installed by the port, so I'd like to tell > pkg to forget about it. > Why not just move /usr/local/www/observium out of the way, pkg delete observium, and then move it back?