From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 13 21:20:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 383071065676 for ; Fri, 13 Feb 2009 21:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0FCB78FC15 for ; Fri, 13 Feb 2009 21:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1DLK1CO045945 for ; Fri, 13 Feb 2009 21:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1DLK1V2045937; Fri, 13 Feb 2009 21:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 13 Feb 2009 21:20:01 GMT Resent-Message-Id: <200902132120.n1DLK1V2045937@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 645B61065670 for ; Fri, 13 Feb 2009 21:16:01 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-bw0-f170.google.com (mail-bw0-f170.google.com [209.85.218.170]) by mx1.freebsd.org (Postfix) with ESMTP id AE6438FC13 for ; Fri, 13 Feb 2009 21:16:00 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: by bwz18 with SMTP id 18so2518170bwz.19 for ; Fri, 13 Feb 2009 13:15:59 -0800 (PST) Received: by 10.86.95.8 with SMTP id s8mr531458fgb.28.1234559759444; Fri, 13 Feb 2009 13:15:59 -0800 (PST) Received: from localhost (78-106-42-228.broadband.corbina.ru [78.106.42.228]) by mx.google.com with ESMTPS id 12sm3340964fgg.43.2009.02.13.13.15.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 13 Feb 2009 13:15:58 -0800 (PST) Message-Id: <863aei2g38.fsf@gmail.com> Date: Sat, 14 Feb 2009 00:15:55 +0300 From: Anonymous To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/131663: [new port] graphics/libdrm-devel, snapshot with libdrm_nouveau.so X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2009 21:20:03 -0000 >Number: 131663 >Category: ports >Synopsis: [new port] graphics/libdrm-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 13 21:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD luffy 8.0-CURRENT FreeBSD 8.0-CURRENT #0 r188399M: Mon Feb 9 18:56:25 UTC 2009 root@luffy:/usr/obj/usr/src/sys/PHOENIX amd64 >Description: New snapshots of nouveau DDX[1] will require libdrm_nouveau.so which probably will not be included in the next release of libdrm. So I propose to provide new port which will contain git snapshot of libdrm just for this specific case. [1] ports/131276 >How-To-Repeat: >Fix: --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=libdrm.diff Content-Description: patch for graphics/libdrm Index: Makefile =================================================================== RCS file: /home/csup/ports/graphics/libdrm/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile 24 Jan 2009 17:23:47 -0000 1.12 +++ Makefile 10 Feb 2009 17:25:41 -0000 @@ -16,6 +16,8 @@ COMMENT= Userspace interface to kernel D BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs +CONFLICTS= libdrm-devel-[0-9]* + USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=libdrm-devel.diff Content-Description: patch for graphics/libdrm-devel, new port Index: Makefile =================================================================== RCS file: /home/csup/ports/graphics/libdrm/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile 24 Jan 2009 17:23:47 -0000 1.12 +++ Makefile 13 Feb 2009 10:37:30 -0000 @@ -5,10 +5,10 @@ # $FreeBSD: ports/graphics/libdrm/Makefile,v 1.12 2009/01/24 17:23:47 rnoland Exp $ # -PORTNAME= libdrm -PORTVERSION= 2.4.4 +PORTNAME= libdrm-devel +PORTVERSION= 2.4.4.git.eb78c5 CATEGORIES= graphics x11 -MASTER_SITES= http://dri.freedesktop.org/libdrm/ +MASTER_SITES= ftp://ftp.lissyara.su/users/Guest/distfiles/ MAINTAINER= x11@FreeBSD.org COMMENT= Userspace interface to kernel Direct Rendering Module services @@ -16,6 +16,8 @@ COMMENT= Userspace interface to kernel D BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs +CONFLICTS= libdrm-[0-9]* + USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: distinfo =================================================================== RCS file: /home/csup/ports/graphics/libdrm/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo 24 Jan 2009 17:23:47 -0000 1.8 +++ distinfo 13 Feb 2009 10:37:30 -0000 @@ -1,3 +1,3 @@ -MD5 (libdrm-2.4.4.tar.bz2) = c183ee614b25f61ea325d57882a2fab2 -SHA256 (libdrm-2.4.4.tar.bz2) = 7e248f46b9bee4dfb7e313462c320bbe87da409e9c73ad9231056492ac900240 -SIZE (libdrm-2.4.4.tar.bz2) = 340726 +MD5 (libdrm-devel-2.4.4.git.eb78c5.tar.bz2) = 791011da071ca6651cb67a3068744801 +SHA256 (libdrm-devel-2.4.4.git.eb78c5.tar.bz2) = e38b2060df10dc9b3e40ec1fb17a27f6a3ede174c9c61940c9cebc98eeaea371 +SIZE (libdrm-devel-2.4.4.git.eb78c5.tar.bz2) = 691270 Index: pkg-plist =================================================================== RCS file: /home/csup/ports/graphics/libdrm/pkg-plist,v retrieving revision 1.6 diff -u -p -r1.6 pkg-plist --- pkg-plist 23 Jan 2009 16:27:37 -0000 1.6 +++ pkg-plist 8 Feb 2009 00:01:20 -0000 @@ -5,6 +5,7 @@ include/drm/i915_drm.h include/drm/mach64_drm.h include/drm/mga_drm.h include/drm/nouveau_drm.h +include/drm/nouveau_drmif.h include/drm/r128_drm.h include/drm/r300_reg.h include/drm/radeon_drm.h @@ -14,6 +15,14 @@ include/drm/via_3d_reg.h include/drm/via_drm.h include/drm/xgi_drm.h include/intel_bufmgr.h +include/nouveau/nouveau_device.h +include/nouveau/nouveau_channel.h +include/nouveau/nouveau_grobj.h +include/nouveau/nouveau_notifier.h +include/nouveau/nouveau_pushbuf.h +include/nouveau/nouveau_bo.h +include/nouveau/nouveau_resource.h +include/nouveau/nouveau_class.h include/xf86drm.h include/xf86drmMode.h lib/libdrm.la @@ -22,5 +31,10 @@ lib/libdrm.so.2 lib/libdrm_intel.la lib/libdrm_intel.so lib/libdrm_intel.so.1 +lib/libdrm_nouveau.la +lib/libdrm_nouveau.so +lib/libdrm_nouveau.so.1 libdata/pkgconfig/libdrm.pc +libdata/pkgconfig/libdrm_nouveau.pc +@dirrm include/nouveau @dirrm include/drm --=-=-=-- >Release-Note: >Audit-Trail: >Unformatted: --=-=-=