From owner-freebsd-gnome Sun Jan 12 2:13:49 2003 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 178BE37B401 for ; Sun, 12 Jan 2003 02:13:46 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id B75AD43E4A for ; Sun, 12 Jan 2003 02:13:44 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id AFA3D76697; Sun, 12 Jan 2003 11:13:36 +0100 (CET) Subject: Re: join the test From: Franz Klammer To: James Pole Cc: Joe Marcus Clarke , gnome@freebsd.org In-Reply-To: <1042363779.61238.2.camel@localhost> References: <200301120204.h0C24DAF002308@ws180110.56kdialup.siu.edu> <1042359651.98032.9.camel@shumai.marcuscom.com> <1042363779.61238.2.camel@localhost> Content-Type: multipart/mixed; boundary="=-iSRZWDQKosy/93sgN0C7" Organization: Message-Id: <1042366417.528.23.camel@ncc-1701> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 12 Jan 2003 11:13:38 +0100 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-iSRZWDQKosy/93sgN0C7 Content-Type: text/plain Content-Transfer-Encoding: 7bit Am So, 2003-01-12 um 10.29 schrieb James Pole: > On Sun, 2003-01-12 at 21:20, Joe Marcus Clarke wrote: > > Go to http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi, and follow the > > instructions to checkout the ports module. Once that's checked out, you > > will have a directory that looks like /usr/ports. It only contains the > > updated GNOME 2.1 ports. You should be able to use portupgrade to > > upgrade your install ports from there, or you can just install them by > > hand. > > Is there a way to merge your incomplete ports tree with my /usr/ports > tree apart from manually deleting the old dirs and copying in the new > port dirs? Or am I missing something? > hello! attached are my (very quick and very dirty ;-)) scripts that merges joe's ports into /usr/ports dirs. please set $SRCDIR in cvscp first. > - James franz. -- WEBONAUT.com http://webonaut.com mailto:klammer@webonaut.com --=-iSRZWDQKosy/93sgN0C7 Content-Disposition: attachment; filename=cvscp Content-Type: text/x-sh; name=cvscp; charset=ISO8859-1 Content-Transfer-Encoding: 7bit #!/bin/sh SRCDIR="/home/klammer/ports/$1/$2/" DESTDIR="/usr/ports/$1/$2/"; echo $SRCDIR --\> $DESTDIR if [ ! -d $DESTDIR ]; then echo "Zielverzeichnis exisitiert nicht!!!!" mkdir $DESTDIR sleep 4 fi if [ ! -d $SRCDIR ]; then echo "Quellverzeichnis exisitiert nicht!!!!" sleep 4 fi if [ -d $DESTDIR ]; then if [ -d $SRCDIR ]; then cd $DESTDIR rm -R * cd $SRCDIR cp -R * $DESTDIR cd $DESTDIR rm -R CVS fi fi --=-iSRZWDQKosy/93sgN0C7 Content-Disposition: attachment; filename=gnome21.sh Content-Type: text/x-sh; name=gnome21.sh; charset=ISO8859-1 Content-Transfer-Encoding: 7bit ./cvscp devel ORBit2 ./cvscp x11-toolkits at-spi ./cvscp devel atk ./cvscp devel bonobo-activation ./cvscp devel bugbuddy2 ./cvscp x11-toolkits eel2 ./cvscp graphics eog2 ./cvscp archivers fileroller ./cvscp x11-toolkits gail ./cvscp sysutils gconf-editor ./cvscp devel gconf2 ./cvscp x11 gdm2 ./cvscp multimedia acme ./cvscp editors gedit2 ./cvscp misc gnome-icon-theme ./cvscp x11-toolkits gnome-themes ./cvscp x11 gnome2 ./cvscp x11 gnomeapplets2 ./cvscp sysutils gnomecontrolcenter2 ./cvscp x11 gnomedesktop ./cvscp games gnomegames2 ./cvscp audio gnomemedia2 ./cvscp x11 gnomepanel ./cvscp x11 gnomesession ./cvscp sysutils gnomesystemmonitor ./cvscp x11 gnometerminal ./cvscp misc gnomeutils2 ./cvscp devel gnomevfs2 ./cvscp x11-toolkits gtk-engines2 ./cvscp x11-toolkits gtk20 ./cvscp devel libbonobo ./cvscp x11-toolkits libbonoboui ./cvscp x11-toolkits libgail-gnome ./cvscp devel libglade2 ./cvscp x11 libgnome ./cvscp graphics libgnomecanvas ./cvscp print libgnomeprint ./cvscp x11-toolkits libgnomeprintui ./cvscp x11-toolkits libgnomeui ./cvscp www libgtkhtml ./cvscp graphics librsvg2 ./cvscp x11-toolkits libwnck ./cvscp x11-toolkits libzvt ./cvscp net linc ./cvscp x11-wm metacity ./cvscp x11-wm metacity-setup ./cvscp x11-fm nautilus2 ./cvscp x11-toolkits pango ./cvscp x11-toolkits vte ./cvscp x11 yelp ./cvscp multimedia gstreamer ./cvscp multimedia gstreamer-plugins ./cvscp multimedia nautilus-media ./cvscp devel glib20 ./cvscp devel libIDL ./cvscp devel libgtop2 ./cvscp devel pkgconfig ./cvscp devel soup ./cvscp x11 startup-notification ./cvscp palm gnomepilot --=-iSRZWDQKosy/93sgN0C7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message