From owner-freebsd-questions@FreeBSD.ORG Mon Jan 27 14:17:52 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A75AE12A for ; Mon, 27 Jan 2014 14:17:52 +0000 (UTC) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.31.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F9511D8E for ; Mon, 27 Jan 2014 14:17:51 +0000 (UTC) Received: from [92.204.90.83] (helo=elfsechsundzwanzig.de) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1W7n0R-0000k0-2X; Mon, 27 Jan 2014 15:17:43 +0100 Date: Mon, 27 Jan 2014 15:17:42 +0100 From: _1126 To: Erich Dollansky Subject: Re: [freebsd-questions] Re: [freebsd-questions] weird error messages with various ports Message-ID: <20140127141742.GB9272@elfsechsundzwanzig.de> References: <20140127120519.Horde.zk6gGzrJZ8n-kUHavzPiTw1@webmail.df.eu> <20140127191858.78a3fa5d@X220.alogt.com> <20140127114919.GA66024@elfsechsundzwanzig.de> <20140127200326.026e6c35@X220.alogt.com> <20140127121011.GA68344@elfsechsundzwanzig.de> <20140127203002.37fbb036@X220.alogt.com> <20140127133508.GA9272@elfsechsundzwanzig.de> <20140127214440.4075ae45@X220.alogt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140127214440.4075ae45@X220.alogt.com> User-Agent: Mutt/1.5.22 (2013-10-16) X-Df-Sender: bGlzdHNAZWxmc2VjaHN1bmR6d2FuemlnLmRl Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 14:17:52 -0000 On Mon, Jan 27, 2014 at 09:44:40PM +0800, Erich Dollansky wrote: > > That leads me to another question: Is there a way to do this while > > preserving the configurations I made to the ports? > > > if you have a normal installation, just move /use/ports > to /usr/ports.whatever and create an empty /usr/ports. > > You can then checkout the ports tree with svn. I did just that. But it seems to me that I have now lost (aka 'it is in a different copy of the ports tree) all the configuration changes I did to various ports, like enabling patches in mail/mutt or which video drivers x11/xorg should install... Is there a way to copy those from one copy of a ports tree to another? Or am I just overlooking something here? ;)