From owner-freebsd-questions Mon Aug 12 12:33:49 2002 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 97E1437B400 for ; Mon, 12 Aug 2002 12:33:41 -0700 (PDT) Received: from c007.snv.cp.net (h015.c007.snv.cp.net [209.228.33.243]) by mx1.FreeBSD.org (Postfix) with SMTP id 36EEE43E4A for ; Mon, 12 Aug 2002 12:33:41 -0700 (PDT) (envelope-from backdoc@crotchett.com) Received: (cpmta 14463 invoked from network); 12 Aug 2002 12:33:40 -0700 Received: from 65.187.59.153 (HELO winbox1) by smtp.directvinternet.com (209.228.33.243) with SMTP; 12 Aug 2002 12:33:40 -0700 X-Sent: 12 Aug 2002 19:33:40 GMT Message-ID: <0d0601c24236$c9698c40$6401a8c0@crotchett.com> From: "FreeBSD" To: "Scott Gerhardt" , "FreeBSD" References: Subject: Re: Portupgrade and Optparse Date: Mon, 12 Aug 2002 14:30:58 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'll take a stab at this. Somebody please correct me if I'm wrong. pkg_delete portupgrade pkg_add portupgrade install cvsup (pkg_add cvsup) edit your port-supfile (look at the example) all you really need to change is the default host update ports-file (cvsup -g -L 2 /path/to/ports-supfile) update ports index (portsdb -Uu) update pkgdb (pkgdb -F) see what's outdated (portversion |grep -v "=") portupgrade -ra BTW, ruby-optparse is outdated. Darren ----- Original Message ----- From: "Scott Gerhardt" To: "FreeBSD" Sent: Monday, August 12, 2002 2:03 PM Subject: Portupgrade and Optparse > Quandry: > > My portupgrade et.al. Does not work with the following error: > > /usr/local/sbin/portupgrade:34:in `require': No such file to load -- > optparse (LoadError) > from /usr/local/sbin/portupgrade:34 > > > > The "pkgdb -F" indicated that ruby-optparse was obsoleted or no longer > required so I removed it. Apparently that was a mistake since portupgrade > requires "optparse" and does not work now. > > I though reinstalling ruby-optparse would fix the problem but ruby-optparse > does not seem to be in the ports tree anymore, what happened to it? > > Suggestions? > > > Thanks, > > > > > -- > Scott Gerhardt, P.Geo. > Gerhardt Information Technologies [G-IT] > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message