head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.8 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.6 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.4 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.2 pkgsrc-2011Q2-base:1.5 pkgsrc-2010Q1:1.4.0.16 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.14 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.12 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.10 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.8 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.6 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.4 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.2 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.3.0.14 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.12 pkgsrc-2008Q1:1.3.0.10 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.8 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.6 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.4 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.2 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.2.0.2 pkgsrc-2006Q4-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2010.04.16.13.43.36; author tnn; state dead; branches; next 1.4; 1.4 date 2008.07.16.06.41.17; author bjs; state Exp; branches; next 1.3; 1.3 date 2007.03.23.16.28.30; author drochner; state Exp; branches; next 1.2; 1.2 date 2006.11.14.18.19.43; author joerg; state dead; branches; next 1.1; 1.1 date 2006.11.14.14.22.12; author joerg; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2006.11.14.14.22.12; author joerg; state Exp; branches; next ; desc @@ 1.5 log @Update to libdrm-2.4.20. Many changes since 2.4.13, I won't pretend to understand them all. This update is a prerequisite for eventually moving forward with MesaLib and xorg-server updates. @ text @$NetBSD: patch-aa,v 1.4 2008/07/16 06:41:17 bjs Exp $ --- shared-core/drm.h.orig 2008-07-01 03:55:17.000000000 -0400 +++ shared-core/drm.h @@@@ -92,7 +92,10 @@@@ #ifdef __OpenBSD__ #define DRM_MAJOR 81 #endif -#if defined(__linux__) || defined(__NetBSD__) +#if defined(__NetBSD__) +#define DRM_MAJOR 180 +#endif +#if defined(__linux__) #define DRM_MAJOR 226 #endif #define DRM_MAX_MINOR 15 @ 1.4 log @ Update to libdrm-2.3.1. There is no up-to-date ChangeLog in the package whatsoever, so I cannot include a list here (see GIT history if you're curious). NOTE: This version of libdrm no longer includes the TTM interface. If any [xorg/mesa] packages are updated to versions explicitly requiring libdrm-2.3.1, then BUILDLINK_API_DEPENDS for this package will need to be changed. Also, the i915tex dri driver found in graphics/MesaLib will not build with this version--but nor was it supported on any platform except Linux. I have remove i915tex from the MesaLib driver build; this should be enough to avoid problems. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2007/03/23 16:28:30 drochner Exp $ @ 1.3 log @use major number 180 for drm on NetBSD, bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- shared-core/drm.h.orig 2007-03-19 22:59:31.000000000 +0100 d5 1 a5 1 @@@@ -114,7 +114,10 @@@@ @ 1.2 log @Update to libdrm-2.3.0 which fixes the type problem somewhat and adds some other functions. Switch to bzip2. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2006/11/14 14:22:12 joerg Exp $ d3 1 a3 1 --- shared-core/drm.h.orig 2006-11-06 16:05:55.000000000 +0000 d5 3 a7 7 @@@@ -139,6 +139,8 @@@@ typedef unsigned long long drm_u64_t; typedef unsigned int drm_handle_t; #else +#include +typedef uint64_t drm_u64_t; typedef unsigned long drm_handle_t; /**< To mapped regions */ d9 8 a16 1 typedef unsigned int drm_context_t; /**< GLXContext handle */ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import libdrm-2.2.0 as derived from the pkgsrc-wip pkg: This package provides a library which offers a userspace interface to kernel DRM (Direct Rendering Manager) services for access to graphics hardware. @ text @@