From owner-freebsd-questions@FreeBSD.ORG Fri Apr 18 16:04:27 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 982302B4 for ; Fri, 18 Apr 2014 16:04:27 +0000 (UTC) Received: from mailrelay001.isp.belgacom.be (mailrelay001.isp.belgacom.be [195.238.6.51]) by mx1.freebsd.org (Postfix) with ESMTP id 3504110EF for ; Fri, 18 Apr 2014 16:04:26 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmoGAE1MUVNbsJL2/2dsb2JhbABagwbCBYMVgRwXdIIlAQEFOhwjEAsYCSUPKh4GiFgBzRkXjmIHhDgBA5UBBYNnklCDMzs Received: from 246.146-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.146.246]) by relay.skynet.be with ESMTP; 18 Apr 2014 18:04:23 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.8/8.14.8) with ESMTP id s3IG4L5Y002450; Fri, 18 Apr 2014 18:04:22 +0200 (CEST) (envelope-from tijl@coosemans.org) Date: Fri, 18 Apr 2014 18:04:20 +0200 From: Tijl Coosemans To: "David P. Caldwell" Subject: Re: KDE4 package for 10.0-RELEASE Message-ID: <20140418180420.411ffb9f@kalimero.tijl.coosemans.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: kde-freebsd@kde.org, freebsd-questions@freebsd.org 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: Fri, 18 Apr 2014 16:04:27 -0000 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?