From owner-freebsd-ports@FreeBSD.ORG Fri Sep 19 20:06:45 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABF54106566B for ; Fri, 19 Sep 2008 20:06:45 +0000 (UTC) (envelope-from dorian.buettner@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id EF3B88FC13 for ; Fri, 19 Sep 2008 20:06:44 +0000 (UTC) (envelope-from dorian.buettner@gmx.de) Received: (qmail invoked by alias); 19 Sep 2008 19:40:01 -0000 Received: from port-92-192-53-212.dynamic.qsc.de (EHLO [192.168.168.2]) [92.192.53.212] by mail.gmx.net (mp065) with SMTP; 19 Sep 2008 21:40:01 +0200 X-Authenticated: #1682771 X-Provags-ID: V01U2FsdGVkX19Bcf4G5K9BXSZc0yV/fnsoFaYvUzlAccHkUUd0Yo yyaDatUkss7uL8 Message-ID: <48D3E3F3.4020301@gmx.de> Date: Fri, 19 Sep 2008 19:40:03 +0200 From: =?ISO-8859-1?Q?Dorian_B=FCttner?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Martin Wilke References: <20080919084812.GC86244@bsdcrew.de> In-Reply-To: <20080919084812.GC86244@bsdcrew.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.65 Cc: kde-freebsd@kde.org, freebsd-ports@FreeBSD.org Subject: Re: [kde-freebsd] CALL FOR TEST Qt 4.4.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 20:06:45 -0000 Martin Wilke schrieb: > Note on area51: > You now need subversion to checkout area51, > > svn co https://kf.athame.co.uk/kde-freebsd/trunk/area51 > > Anything else remains the same? 3. Choose a partition for the area51 repository checkout. I personally > use /var, but you can use what you want. > > 4. If you use /var (or use your path here) then > > # cd /var > > 5. This creates a folder area51 into /var with checked out repository. > > # cvs -d:ext:anoncvs@orm.arved.priv.at:/home/kde-freebsd co area51 > > 6. If you use /var (or use your path here) then > > # mount -t unionfs /var/area51 /usr/ports > > You have now area51 repository on top of your existing ports tree. Use your > ports tree now as usual. > > 7. Install / update QT 4 first. > > 8. Install KDE 4 ports you want. You can start with /usr/ports/x11/kdebase4 > > That is all. When you want to use your unmodified original ports tree just > > # umount /usr/ports > > and everything is like before. Of course do not downgrade / uninstall the new > installed ports and run KDE 4 only with your test user accoun Thanks, Dorian