From owner-freebsd-gnome@FreeBSD.ORG Tue May 13 18:05:46 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF1EE37B401 for ; Tue, 13 May 2003 18:05:46 -0700 (PDT) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7703D43FDF for ; Tue, 13 May 2003 18:05:45 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from sysinfo.mezzweb.com ([68.103.37.247]) by lakemtao05.cox.net ESMTP <20030514010545.EMYO28938.lakemtao05.cox.net@sysinfo.mezzweb.com>; Tue, 13 May 2003 21:05:45 -0400 To: Chris Munchenberg , Martin Klaffenboeck , "Mezz bsdforums.org" References: <20030508203245.GE72477@martin.kleinerdrache.org> <006b01c319b1$6f266980$0100a8c0@server> Message-ID: Content-Type: text/plain; charset=utf-8; format=flowed From: Jeremy Messenger MIME-Version: 1.0 Date: Tue, 13 May 2003 19:52:08 -0500 In-Reply-To: <006b01c319b1$6f266980$0100a8c0@server> User-Agent: Opera7.10/Linux M2 build 395 cc: gnome@freebsd.org Subject: Re: keep ports up to date. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 01:05:47 -0000 On Wed, 14 May 2003 10:10:30 +0930, Chris Munchenberg wrote: > Thanks for your help. Its taken me a week to get back to you because > there was so much updating being done. It took me a while to get the have > of portdb & portupdate. But I now have wxPython working!! > > I just have 1 further question, and I'm asking you because its in your > script. How important is marcusmerge? What part does it play in the ports > system. marcusmerge is only for people who want to test the developement version of Gnome. It might be not stable or so, like before the first Gnome 2.3.1 was crashed on -CURRENT for few days and finally got it fixed. More information can be found at http://www.freebsd.org/gnome/newsflash.html#2003April13:0 .. Cheers, Mezz > Thanks, > > Chris. > ----- Original Message ----- From: Martin Klaffenboeck To: Mezz > bsdforums.org Cc: martin.klaffenboeck@gmx.at ; gnome@freebsd.org ; > cjm@ava.com.au Sent: Friday, May 09, 2003 6:02 AM > Subject: Re: keep ports up to date. > > > > Am 2003.05.08 21:21 schrieb(en) Mezz bsdforums.org: >>>> You should >>>> install >>>> sysutils/portupgrade, and get used to using it to keep your installed >>>> ports up-to-date. >>> >>> I'm using this script by hand daily: >>> >>> --------- ports_uptodate.sh ---------- >>> #!/bin/sh >>> if [ "$1" != "-s" ]; then >>> cd /usr/ports >>> cp INDEX.ports INDEX >>> make update >>> cp INDEX INDEX.ports >>> marcusmerge -u >>> portsdb -uU >>> fi >>> pkgdb -F >>> portversion -l "<" | awk '{ print($1); }' > /root/work/update >>> vi /root/work/update >>> portupgrade `cat /root/work/update` >>> pkgdb -F >>> ------------------------------------- >> >> You can cut the portversion to portupgrade like this: >> >> ------------------------------------- >> ... >> ... >> pkgdb -F >> portupgrade -ra >> pkgdb -F >> ------------------------------------- > > I know, but I want to make sure that I have the possibility to choose > what I want to update, and there are some ports I really want to update > by hand. (tmda for example) So I have the > > vi /root/work/update > > line for removeing some ports I want to update by hand. (Normally I do > that before I close the vi) > > Martin > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > -- bsdforums.org 's moderator, mezz.