From owner-freebsd-ports@FreeBSD.ORG Sat Mar 15 10:33:12 2014 Return-Path: Delivered-To: freebsd-ports@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 5AAF633D; Sat, 15 Mar 2014 10:33:12 +0000 (UTC) Received: from fep23.mx.upcmail.net (fep23.mx.upcmail.net [62.179.121.43]) by mx1.freebsd.org (Postfix) with ESMTP id 6BB0B9DE; Sat, 15 Mar 2014 10:33:11 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep23-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140315103303.PVXC3860.viefep23-int.chello.at@edge03.upcmail.net>; Sat, 15 Mar 2014 11:33:03 +0100 Received: from [127.0.0.1] ([178.84.134.112]) by edge03.upcmail.net with edge id dmZ21n00h2Rg3Ey03mZ2xC; Sat, 15 Mar 2014 11:33:03 +0100 X-SourceIP: 178.84.134.112 Message-ID: <53242C5E.1030207@rainbow-runner.nl> Date: Sat, 15 Mar 2014 11:33:02 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Craig Rodrigues , kde-freebsd@kde.org, ports Subject: Re: KDE doesn't build on 10-STABLE, needs WITH_NEW_XORG References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 140315-0, 15-03-2014), Outbound message X-Antivirus-Status: Clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 10:33:12 -0000 On 10-3-2014 19:21, Craig Rodrigues wrote: > Hi, Hi, > I have a 10-stable system, and I am trying to rely > as much on "pkg" as possible to install stuff so I don't > need to build my own packages from ports. > > After the latest upgrade to KDE 4.12 in ports, > KDE does not build out of the box. It turns out > that x11/kde-workspace needs WITH_NEW_XORG. > > In ports/Mk/bsd.port.mk, there is this: > > # Enable new xorg for FreeBSD versions after Radeon KMS was imported unless > # WITHOUT_NEW_XORG is set. > .if ${OSVERSION} >= 1100000 > . if !defined(WITHOUT_NEW_XORG) > WITH_NEW_XORG?= yes > . else > .undef WITH_NEW_XORG > . endif > .endif > > > Would it be possible to bump that check to a lower value of OSVERSION? > radeonkms was imported into HEAD r254885, and this changeset > exists in stable/10. We are working now on a patch to bump this to include 10.0-stable. The reason why this wasn't bumped earlier was because it was deemed unacceptable that there wasn't a console driver that could work with the KMS driver. The infamous black screen when you started X, which stayed black even if you quit X. Now that vt(9) was merged to 10.0-stable this problem has been resolved, even if vt(9) isn't enabled by default yet. > > I set WIT_NEW_XORG in my /etc/make.conf and rebuilt all my ports > and KDE works fine. My laptpo has a a Radeon: > > (--) PCI:*(0:1:0:0) 1002:6760:103c:161e Advanced Micro Devices, Inc. > [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] rev 0, Mem @ > 0xc0000000/268435456, 0xd4400000/131072, I/O @ 0x00004000/256, BIOS @ > 0x????????/65536 > > > > > On another note, it looks like with KDE 4.12 in ports, will there will > be no working > KDE desktop on FreeBSD-9? Well I got some good news here, the radeonKMS driver was merged into 9.2-stable. And it being investigated/worked on to get vt(9) also merged into the 9.2-stable branch. So we can switch to the new Xorg version there too. -Koop > > -- > Craig > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"