From owner-freebsd-questions Fri Apr 6 13:11:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id A66BF37B422 for ; Fri, 6 Apr 2001 13:11:53 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id A30881780270; Fri, 06 Apr 2001 13:11:52 -0700 Message-ID: <3ACE2308.832594E7@urx.com> Date: Fri, 06 Apr 2001 13:11:52 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Munish Chopra Cc: freebsd-questions@freebsd.org Subject: Re: updating of ports, pkg_version -c script References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Munish Chopra wrote: > > Hi, > > The script generated by 'pkg_version -c' includes a command to delete the > old port 'pkg_delete -f portname'. Before I hose up my system doing dumb > things, how would this work? Does this require that you build a port in it's > directory, do a pkg_create, and install it that way? Or can this pkg_delete > stuff work even if I just used 'make install'? > > And lets suppose I run one of these scripts, and I am running KDE or GNOME. > Would the session just die or what? Should I go into single-user mode before > running any of this stuff, in case things like that need upgrading? Part of the problem with using it as it is genereated is the order that it is created in. You can have dependancies that are built after the port that uses them. This would produce run time links to code that are different than build dependancies used when the port was built. Kde would be built in alphabetic order and not starting with kdesupport2, kdelibs2, and etc. From personal experience, messing with the KDE port while you are running it usually produces a hung desktop. Kent > > If anyone could shed some light on this, that'd be great. > > -Munish Chopra > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message