From owner-freebsd-questions@FreeBSD.ORG Sat Apr 19 14:19:44 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 67C5E38B for ; Sat, 19 Apr 2014 14:19:44 +0000 (UTC) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E070916C0 for ; Sat, 19 Apr 2014 14:19:43 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id pv20so2115027lab.10 for ; Sat, 19 Apr 2014 07:19:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=1R/C6T6jjmHQeCvtY56nmzJbfkgytdkv6xff9bTafZ4=; b=gfk1ZNZH9jFo9mC4oTKubQL1wXrnFaGU7UjSIdJPuBeqKY/Z0HDvct1j6z/se1FJ2E pYz5KYyCVg9BpB4xe//DoGu1YuskmAyd3YF+1oidOr+XxhUIxhdn7Frv+wtROklYMLYk IYCtGQdpTdVgPz92u6JxGP5M0nrJyoAJTHJLfr8TtEIHaFFRJRIEE572GPBryjBrmXip f/i2rZa5Qk+xuBuhyWzr4stTpxc9Uk3Ti1wOc/0egL2QyH/n6JXAogTgo1ZKDx3utLlV iIG1kZtKzExpNwZImGlABtXQIxVSvBb6jXfSnmS+E/xJePLS/v8PpGOoej20ugflhBmt 4vAA== X-Received: by 10.112.139.166 with SMTP id qz6mr15082048lbb.13.1397917181696; Sat, 19 Apr 2014 07:19:41 -0700 (PDT) Received: from orwell.Elisa.gmail.com (a91-154-115-217.elisa-laajakaista.fi. [91.154.115.217]) by mx.google.com with ESMTPSA id jm3sm30907437lbc.29.2014.04.19.07.19.39 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 19 Apr 2014 07:19:40 -0700 (PDT) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Tijl Coosemans Subject: Re: [kde-freebsd] KDE4 package for 10.0-RELEASE References: <20140418180420.411ffb9f@kalimero.tijl.coosemans.org> Date: Sat, 19 Apr 2014 17:19:38 +0300 In-Reply-To: <20140418180420.411ffb9f@kalimero.tijl.coosemans.org> (Tijl Coosemans's message of "Fri, 18 Apr 2014 18:04:20 +0200") Message-ID: <86r44t8kqt.fsf@orwell.Elisa> User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: kde-freebsd@kde.org, freebsd-questions@freebsd.org, "David P. Caldwell" 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: Sat, 19 Apr 2014 14:19:44 -0000 Tijl Coosemans writes: > On Fri, 18 Apr 2014 10:25:01 -0400 David P. Caldwell wrote: >> (Cross-posting to freebsd-questions and kde-freebsd; not sure whether >> one is incorrect) >> >> When installing KDE under FreeBSD 9, I used: >> >> pkg_add -r kde4 >> >> .. and that was basically everything. >> >> Is there any equivalent for 10.0-RELEASE that is this simple? I see a >> ton of packages but no top-level meta-package or whatever we'd call >> it. > > This is caused by the GLES option in x11/kde4-workspace being on by > default. It requires a newer Xorg. Can it be turned off for the time > being? Actually, it's kwin that requires a Mesa version more recent than the one shipped by default when WITH_NEW_XORG is not enabled. Since the pkg cluster did not have this option on for FreeBSD 9 and 10, the final metapackage was not being built. I think this will go away with 9-STABLE and 10-STABLE after r351411 ("NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE").