From owner-freebsd-questions@freebsd.org Sun Apr 16 13:18:41 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F597D3FDE0 for ; Sun, 16 Apr 2017 13:18:41 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cdptpa-oedge", Issuer "cdptpa-oedge" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id ED747909 for ; Sun, 16 Apr 2017 13:18:40 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [65.186.81.207] ([65.186.81.207:59420] helo=raspberrypi.bildanet.com) by cdptpa-omsmta02 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 24/9F-16480-92F63F85; Sun, 16 Apr 2017 13:18:33 +0000 Received: from [192.168.1.139] (helo=desktop.example.com) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1czk4W-0004h8-OC for freebsd-questions@freebsd.org; Sun, 16 Apr 2017 09:18:32 -0400 To: FreeBSD Questions From: Baho Utot Subject: pkg db Message-ID: <55ca4d14-fbc9-7ce5-8f26-2bc172c2e534@columbus.rr.com> Date: Sun, 16 Apr 2017 05:19:02 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.7:25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2017 13:18:41 -0000 I rebuilt world using 11.0-p8 source and issued make package to build packages. I put them into a repository and installed them. Now I would like to remove them from the pkg database so I can rebuild world using the old method as in the manual. How can I remove the entries in the pkg database and not remove the installed packages? I don't want to remove the installed packages and have a non-bootable system. Thanks