From owner-freebsd-ports@FreeBSD.ORG Fri Jul 4 16:56:13 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA8ED3DC; Fri, 4 Jul 2014 16:56:13 +0000 (UTC) Received: from mail-pd0-x22c.google.com (mail-pd0-x22c.google.com [IPv6:2607:f8b0:400e:c02::22c]) (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 BC7382CDC; Fri, 4 Jul 2014 16:56:13 +0000 (UTC) Received: by mail-pd0-f172.google.com with SMTP id w10so2190667pde.31 for ; Fri, 04 Jul 2014 09:56:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=aXTxr0waxJeZVbZLYQ7W5izqbmYgWzIVvk9Q0S3wQ4o=; b=jqN8ES+dQqFG/wgLsc17e2Ycwh02QfWUukfI4sb8RwgSv07d847K5pltTBaXZWCdHY U/Q0O+IuZcpryMfP0tO088ORjkxZpKNRanoBmCtAuO6d68LntbvMvGM+ryOiF4ZDOgT5 yjQh4ghSo57zcoit3RB4X55pneJWNzmxUfVW0SDrnDzQlmbIAiJ+TijPXFSJ+oCCZAyf 9t3vqlGa/r7ccusMUN7MP0oL/oFdJ8BQ7UcbGw6Ycn0w69X2IRxA+0lgXzYPX/fkgiA+ VJYb981e0ftkRKyLitlB3igPDwUFNwDqndSE3DgrIU9ffgffMpsVhpllCsd90pb/LIg+ T8Hg== MIME-Version: 1.0 X-Received: by 10.68.95.225 with SMTP id dn1mr11893335pbb.126.1404492973371; Fri, 04 Jul 2014 09:56:13 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.66.134.4 with HTTP; Fri, 4 Jul 2014 09:56:13 -0700 (PDT) In-Reply-To: <53B6D2CE.1090604@astart.com> References: <53B6D2CE.1090604@astart.com> Date: Fri, 4 Jul 2014 09:56:13 -0700 X-Google-Sender-Auth: vNZVDYe3VlcwxYNYt4g2MC8RbGs Message-ID: Subject: Re: kde4 packages, WITHOUT_NEW_XORG fails From: Kevin Oberman To: papowell@astart.com Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "freebsd-x11@freebsd.org" , FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 16:56:14 -0000 On Fri, Jul 4, 2014 at 9:14 AM, Patrick Powell wrote: > I have run into a problem trying to recompile the KDE4 packages with > WITHOUT_NEW_XORG=YES. > > From the CHANGES file: > 20140416: > AFFECTS: users of x11/xorg graphics/dri graphics/libGL and related ports > AUTHOR: x11@FreeBSD.org > > The default xorg version has been switched on FreeBSD 10-STABLE and > FreeBSD 9-STABLE. > > To upgrade graphics/libGL, graphics/dri and related MESA ports, it is > necessary to first remove the old versions of those ports. > No special upgrade procedure is needed for xorg ports but it is > necessary to recompile all xorg drivers (xf86-*) and other ports that > depend on the xserver version, including > emulators/virtualbox-ose-additions. Portrevisions have been bumped > where needed, but users of drivers not in the ports tree will need to > recompile those. > > If it is important to stay on the old versions, it is possible to > specify WITHOUT_NEW_XORG= in /etc/make.conf to get the old xorg > distribution. > > > My make.conf file: > WITH_PKGNG=yes > WITHOUT_NEW_XORG=yes > > I did portsnap fetch update, and then did: > > #> cd /usr/ports/x11/kde4 > #> make missing >/tmp/missing_files > > I massaged the /tmp/missing_files to use pkg to try to download > a package if it was in the repository. If they were not, I then > tried to use 'make BATCH=YES install' to compile and install the port. > > Unfortunately, many ports have been updated with calls to the Mesa API that do not exist in the WITHOUT_NEW_XORG version of Mesa. As a result, you can no longer build/run recent version of those ports WITHOUT_NEW_XORG. KDE is probably the bast known of these. That leaves two options: 1. Move to the new Xorg versions (which may not support some older hardware) 2. Use an old (and possibly vulnerable) version of KDE The Xorg and KDE folks simply don't provide any other options that I am aware of. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com