From owner-freebsd-questions@FreeBSD.ORG Sat Nov 12 20:36:01 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F59816A41F for ; Sat, 12 Nov 2005 20:36:01 +0000 (GMT) (envelope-from wsantee@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 009E543D45 for ; Sat, 12 Nov 2005 20:36:00 +0000 (GMT) (envelope-from wsantee@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so417729nzo for ; Sat, 12 Nov 2005 12:36:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=sQfHcX0g6cqZ5YELMyiBHxnjzcOSDnOq08Ae85xwMHa41J1oZ23kBJq6KR82cekCsSQKxhUeqf+rmFyVy2LxN1ZSmsrDajogvs3jQQnFhU7HKHk4R+4P7ZREw9MCRyYeIE+Y2I/Yw5i+8yygPwiC8/1/Bo3MaJOMPZdE+bVF7qw= Received: by 10.36.129.12 with SMTP id b12mr406078nzd; Sat, 12 Nov 2005 12:36:00 -0800 (PST) Received: from ?10.0.0.3? ( [209.180.234.148]) by mx.gmail.com with ESMTP id 39sm423770nzk.2005.11.12.12.35.57; Sat, 12 Nov 2005 12:36:00 -0800 (PST) Message-ID: <43765227.4040700@gmail.com> Date: Sat, 12 Nov 2005 12:35:51 -0800 From: Wes Santee User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Removing pre-6.0 libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2005 20:36:01 -0000 Greetings! I've done a buildworld/kernel/installworld/mergemaster update from 5.4-STABLE to 6.0-RELEASE. Everything went without a hitch. I'm in the process of completely rebuilding all my installed ports (portmanager -u -f). After that, I'll be removing 'options COMPAT_FREEBSD5' from my kernel. Once that is done, is there a command or some other way to remove all the 5.x compatibility libraries from /usr/lib and other places? Is there anything else I'll need to do to make sure I'm not still dependent on 5.x libraries? Cheers, -Wes