From owner-freebsd-ports@FreeBSD.ORG Mon Oct 9 13:11:07 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 904C816A403 for ; Mon, 9 Oct 2006 13:11:07 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 373CF43D68 for ; Mon, 9 Oct 2006 13:11:00 +0000 (GMT) (envelope-from r.c.ladan@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1486950wxd for ; Mon, 09 Oct 2006 06:10:59 -0700 (PDT) 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:references; b=t7KOatzeegkGfoIerL8uQ9O7EmJAjeChYTDb5Cc1MsqU+lQO/L2DSDeqfmT8LwoionQzvhShzqNa3yJxiBtO9ofjWsBFj1F3/4Cc3FF0uyfWA6Hpvd9qEVEVGzaJVMZ1KeHFHWuaPOecIH4TSe5hdhf8Xc/P0gWWtMiGFt9peUw= Received: by 10.70.40.1 with SMTP id n1mr11206217wxn; Mon, 09 Oct 2006 06:10:55 -0700 (PDT) Received: by 10.70.124.15 with HTTP; Mon, 9 Oct 2006 06:10:54 -0700 (PDT) Message-ID: Date: Mon, 9 Oct 2006 15:10:54 +0200 From: "Rene Ladan" To: "Baptiste Daroussin" In-Reply-To: <6af513fab84759aabb333d751e99e7e3@bapt.homeunix.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_164411_28016749.1160399454962" References: <6af513fab84759aabb333d751e99e7e3@bapt.homeunix.org> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org Subject: Re: Xorg and marcusmerge like script 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: Mon, 09 Oct 2006 13:11:07 -0000 ------=_Part_164411_28016749.1160399454962 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 2006/10/9, Baptiste Daroussin : > Hi, > > I'd like to test the new xorg ports for Xorg 7.1, is there any scripts available like marcusmercge (for gnome) to test it ? It would easier my life to have one. > I don't know of such a script, but what I did was: 1. Check out the git repository: # cd /usr # git clone http://git.xbsd.org/projects/xorg-exp.git xorg-modular-exp 2. Find differences: do ls > m-i for each directory i in /usr/xorg-modular-exp/ do ls > d-i for each corresponding directory i in /usr/ports/ 3. Merge-copy the modular tree into the main ports tree using the attached script. 4. Uninstall the old xorg 5. Install the new xorg: # cd /usr/ports/x11/xorg-complete # make install clean To update: 1. Update the tree: # cd /usr/xorg-modular-exp # git pull Perform step 2 and 3 as above. 4. Something like portmaster -a HTH, Regards. Rene -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001 ------=_Part_164411_28016749.1160399454962--