From owner-freebsd-questions@freebsd.org Sat Apr 15 23:38:54 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 431F0D3F19D for ; Sat, 15 Apr 2017 23:38:54 +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.232]) (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 0E1BD8D7 for ; Sat, 15 Apr 2017 23:38:53 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [65.186.81.207] ([65.186.81.207:59031] helo=raspberrypi.bildanet.com) by cdptpa-omsmta03 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 0E/2D-21189-3CEA2F85; Sat, 15 Apr 2017 23:37:39 +0000 Received: from [192.168.1.139] by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1czXG6-0004Qp-Rb for freebsd-questions@freebsd.org; Sat, 15 Apr 2017 19:37:38 -0400 To: freebsd-questions@freebsd.org From: Baho Utot Subject: pkg Message-ID: Date: Sat, 15 Apr 2017 19:37:33 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.88: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: Sat, 15 Apr 2017 23:38:54 -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