Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C9377A57FE for ; Sun, 27 Sep 2015 21:58:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EFE0514A379; Sun, 27 Sep 2015 21:58:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3C77014A318 for ; Sun, 27 Sep 2015 21:58:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fQnB_by2Nbed for ; Sun, 27 Sep 2015 21:58:03 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id AF47014A317 for ; Sun, 27 Sep 2015 21:58:03 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A35EA98; Sun, 27 Sep 2015 21:58:03 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 27 Sep 2015 21:58:03 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/graphics/MesaLib To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20150927215803.A35EA98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tnn Date: Sun Sep 27 21:58:03 UTC 2015 Modified Files: pkgsrc/graphics/MesaLib: Makefile PLIST buildlink3.mk distinfo dri.mk options.mk Added Files: pkgsrc/graphics/MesaLib/files: patch-manual_fdo90311 pkgsrc/graphics/MesaLib/patches: patch-src_glx_apple_apple__glapi.c Log Message: Experimentally support building with X11_TYPE=modular on OS X. This targets the Apple DRI platform instead of libpciaccess & libdrm. It is a step towards packaging XQuartz and towards a future goal of migrating the platform away from the so called "native" X11 which is no longer native by the usual definition. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 pkgsrc/graphics/MesaLib/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/MesaLib/PLIST cvs rdiff -u -r1.53 -r1.54 pkgsrc/graphics/MesaLib/buildlink3.mk cvs rdiff -u -r1.102 -r1.103 pkgsrc/graphics/MesaLib/distinfo cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/MesaLib/dri.mk cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/MesaLib/options.mk cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/MesaLib/files/patch-manual_fdo90311 cvs rdiff -u -r0 -r1.1 \ pkgsrc/graphics/MesaLib/patches/patch-src_glx_apple_apple__glapi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.