From owner-freebsd-ports@FreeBSD.ORG Fri Mar 11 23:23:28 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68258106566B; Fri, 11 Mar 2011 23:23:28 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id EF5F58FC13; Fri, 11 Mar 2011 23:23:27 +0000 (UTC) Received: by gwb15 with SMTP id 15so1292388gwb.13 for ; Fri, 11 Mar 2011 15:23:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=wMKpWmCPmvr2Hvg2lt55M6p/mSJQzMgjehGGYbDTo14=; b=MeMCDQR8/BZca/TVbb/CAN2qj7DXGYbjKPFk6nyqrvYmcWDjydvrWsDncBQ45IcsEF 6fAx2UKRHCxHfiAwg0Ld52HJLnhz9mMoePEs3xFzDQYpHwTKZ4FbpZtH6yjqqxe7zyQk EncE8yko+fajKZNK/UQOJM+PH2d0P0S9NG/Zo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=vVtc3f6fcqs2vDBzvOI8Gh5Azdwkk4D93Vtsffn5va6H+Vr25JYD9ZMq/G9EXKwdN8 DdV7GREOF001JnAaB5SoudlbRa9dL6i8noKdeEDLNZwFOJO2FQSQMV203JwKQZB9gcT7 IhLQ8bs+UGVNLz2zEVHcgJlPWsZZ4h2nyEDyY= MIME-Version: 1.0 Received: by 10.101.108.17 with SMTP id k17mr1558318anm.128.1299885807104; Fri, 11 Mar 2011 15:23:27 -0800 (PST) Received: by 10.100.106.15 with HTTP; Fri, 11 Mar 2011 15:23:27 -0800 (PST) In-Reply-To: <1299844349.1472.93.camel@xenon> References: <1299844349.1472.93.camel@xenon> Date: Sat, 12 Mar 2011 01:23:27 +0200 Message-ID: From: George Liaskos To: Michal Varga Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Ports , x11@freebsd.org, miwi@freebsd.org Subject: Re: [ECFT] drm/dri/mesa/xorg-server update [Part 1] 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, 11 Mar 2011 23:23:28 -0000 On Fri, Mar 11, 2011 at 1:52 PM, Michal Varga wrote: > On Fri, 2011-03-11 at 19:37 +0800, Martin Wilke wrote: > >> After merging, run one of the following command, depending on which >> tool you use to manage your installed packages. >> >> portupgrade -af \* > > Is this step really necessary? This will rebuild every single installed > port, which for me is, currently, like close to 1000. This probably > wasn't intended. > > Also, -a stands for "*", so one of them is superfluous in any case. > > m. > > > > -- > Michal Varga, > Stonehenge (Gmail account) > > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > Ok, i finished compiling and some quick testing with radeon and wow everything works! My xorg log: http://pastebin.com/Pv15YA8m Two issues with the compiling, textproc/py-libxml2 is missing as a dependency and we need to apply graphics/dri/files/patch-configure to remove -pedantic from the CXXFLAGS. I compiled mesa-demos without issue too but the port needs to be updated, mesa-demos now live in a different directory [ftp://ftp.freedesktop.org/pub/mesa/demos/8.0.1/] and does not have the same version as mesa. It also depends on glew. Off to test intel...