From owner-freebsd-questions@FreeBSD.ORG Wed Nov 15 17:29:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 020DC16A4D1 for ; Wed, 15 Nov 2006 17:29:54 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C03B43F21 for ; Wed, 15 Nov 2006 17:24:23 +0000 (GMT) (envelope-from cptsalek@gmail.com) Received: by nf-out-0910.google.com with SMTP id i2so749418nfe for ; Wed, 15 Nov 2006 09:24:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lhIuD+orrgW8myUYvmc8k4fthiihJneXbeEv0/dhFdB2Lbh2qKz1EWO607IjKpjiyrrXWMt0r7WJ0leeDrA7rhPdD2wuy+Zd9jnOOXSDhKmQ2hi8rdUKv67cAA2q72Sb5LP8X+oCXbZkx0zwYOFRitbwUUAkF8jGhL5AFWJnxw8= Received: by 10.82.109.19 with SMTP id h19mr332616buc.1163611441551; Wed, 15 Nov 2006 09:24:01 -0800 (PST) Received: by 10.82.159.9 with HTTP; Wed, 15 Nov 2006 09:24:01 -0800 (PST) Message-ID: <14989d6e0611150924h52e41c14h73760d07d68d4859@mail.gmail.com> Date: Wed, 15 Nov 2006 18:24:01 +0100 From: "Christian Walther" To: "John Nielsen" In-Reply-To: <200611151207.04312.lists@jnielsen.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061115164201.GA35633@pubbox.net> <14989d6e0611150847i49e6d28bs23b6bf57e9d02139@mail.gmail.com> <200611151207.04312.lists@jnielsen.net> Cc: freebsd-questions@freebsd.org Subject: Re: xfce4 repair, how to recompile everything? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2006 17:29:54 -0000 On 15/11/06, John Nielsen wrote: [...] > > cd /usr/ports/x11-wm/xfce4 > > make reinstall && make clean > > > > should work. > > That would re-install the meta-port, but not actually change anything on the > system. Thanks for pointing this out. Time to get a more closer look on the portupgrade documentation... :)