pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/dri2proto Import dri2proto-1.1. These headers wil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5f95ea30f00
branches:  trunk
changeset: 546572:e5f95ea30f00
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Fri Sep 05 03:32:53 2008 +0000

description:
Import dri2proto-1.1.  These headers will be necessary for building
Mesa-7.1 and xorg-server-1.5.0.

diffstat:

 x11/dri2proto/DESCR         |   6 ++++++
 x11/dri2proto/Makefile      |  21 +++++++++++++++++++++
 x11/dri2proto/PLIST         |   5 +++++
 x11/dri2proto/buildlink3.mk |  20 ++++++++++++++++++++
 x11/dri2proto/distinfo      |   5 +++++
 5 files changed, 57 insertions(+), 0 deletions(-)

diffs (77 lines):

diff -r 5f625c6444fa -r e5f95ea30f00 x11/dri2proto/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/dri2proto/DESCR       Fri Sep 05 03:32:53 2008 +0000
@@ -0,0 +1,6 @@
+This provides the DRI2 extension headers from modular X.org X11
+project.
+
+The headers contain the types and functions that define the interface
+between a DRI2 (direct rendering infrastructure) driver and driver
+loader.
diff -r 5f625c6444fa -r e5f95ea30f00 x11/dri2proto/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/dri2proto/Makefile    Fri Sep 05 03:32:53 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/05 03:32:53 bjs Exp $
+#
+
+DISTNAME=      dri2proto-1.1
+CATEGORIES=    x11
+MASTER_SITES=  ${MASTER_SITE_XORG:=proto/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    joerg%NetBSD.org@localhost
+HOMEPAGE=      http://xorg.freedesktop.org/
+COMMENT=       Modular X.org DRI2 headers
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= # none
+
+PKGCONFIG_OVERRIDE+=   dri2proto.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff -r 5f625c6444fa -r e5f95ea30f00 x11/dri2proto/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/dri2proto/PLIST       Fri Sep 05 03:32:53 2008 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/05 03:32:53 bjs Exp $
+include/X11/extensions/dri2proto.h
+lib/pkgconfig/dri2proto.pc
+@comment @dirrm include/X11/extensions
+@comment @dirrm include/X11
diff -r 5f625c6444fa -r e5f95ea30f00 x11/dri2proto/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/dri2proto/buildlink3.mk       Fri Sep 05 03:32:53 2008 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/09/05 03:32:53 bjs Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+DRI2PROTO_BUILDLINK3_MK:=      ${DRI2PROTO_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    dri2proto
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Ndri2proto}
+BUILDLINK_PACKAGES+=   dri2proto
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}dri2proto
+
+.if ${DRI2PROTO_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.dri2proto+=      dri2proto>=1.1
+BUILDLINK_PKGSRCDIR.dri2proto?=        ../../x11/dri2proto
+BUILDLINK_DEPMETHOD.dri2proto?=        build
+.endif # DRI2PROTO_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}
diff -r 5f625c6444fa -r e5f95ea30f00 x11/dri2proto/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/dri2proto/distinfo    Fri Sep 05 03:32:53 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/05 03:32:53 bjs Exp $
+
+SHA1 (dri2proto-1.1.tar.bz2) = 6429338a703561c02c0aa7516d1d981e7a2bf005
+RMD160 (dri2proto-1.1.tar.bz2) = ce31ed2c99ecc4ff7264bd4f67b1b8712820e6f0
+Size (dri2proto-1.1.tar.bz2) = 40610 bytes



Home | Main Index | Thread Index | Old Index