From owner-freebsd-chat Thu Jun 8 0:45:51 2000 Delivered-To: freebsd-chat@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by hub.freebsd.org (Postfix) with ESMTP id 3EB3F37BAFC for ; Thu, 8 Jun 2000 00:45:43 -0700 (PDT) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (jesse@knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.3/8.9.3) with ESMTP id JAA20034 for ; Thu, 8 Jun 2000 09:45:37 +0200 (MET DST) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id JAA25965; Thu, 8 Jun 2000 09:44:46 +0200 (MET DST) X-Authentication-Warning: knecht.cs.uni-magdeburg.de: jesse set sender to jesse@cs.uni-magdeburg.de using -f To: freebsd-chat@FreeBSD.ORG Subject: Re: XFCE Window Manager References: <00060117263800.82982@chip.wiegand.org> <20000606151228.A24347@cichlids.cichlids.com> <0v4s76ga2o.fsf@cs.uni-magdeburg.de> <00060719260100.01095@chip.wiegand.org> From: Roland Jesse In-Reply-To: Chip's message of "Wed, 7 Jun 2000 19:19:28 -0700" Date: 08 Jun 2000 09:44:46 +0200 Message-ID: <0v4s74d3bl.fsf@cs.uni-magdeburg.de> Lines: 33 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chip writes: > I did download the one from www.xfce.org called > xfce-3.4.0-freebsd.i386.bin.tar.gz which I then ran d/l'ed into > /usr/ports/distfiles. I then ran tar xzvf xfce-etc.bin.tar.gz and > saw on the screen all the files being extracted into the various > directories, mostly /usr/loca/xfce/ That's not completely right: % gzip -dc xfce-3.4.0-freebsd.i386.bin.tar.gz| tar tf - | head usr/local/bin/startxfce usr/local/bin/xfbd usr/local/bin/xfce usr/local/bin/xfce_remove usr/local/bin/xfce_setup usr/local/bin/xfclock usr/local/bin/xfgnome usr/local/bin/xfhelp usr/local/bin/xflock usr/local/bin/xfmountdev You see the missing / at the beginning of the line? Your files are put in /usr/ports/distfiles/usr/local/bin/. How about the following: % cd / && (gzip -dc /usr/ports/distfiles/xfce-3.4.0-freebsd.i386.bin.tar.gz| tar xf -) > Any idea what can cause this anomaly? (Is that the right word?) Well, I would call it correct behavior. BTW: Why are you putting precompiled binaries into /usr/ports/distfiles? Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message