pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib Needs libpciaccess now when pulling i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09546cd24d99
branches:  trunk
changeset: 603601:09546cd24d99
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 08 20:33:14 2012 +0000

description:
Needs libpciaccess now when pulling in libdrm. Bump PKGREVISION.

diffstat:

 graphics/MesaLib/Makefile |  4 ++--
 graphics/MesaLib/dri.mk   |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r ac19bb8c6fb4 -r 09546cd24d99 graphics/MesaLib/Makefile
--- a/graphics/MesaLib/Makefile Tue May 08 20:32:57 2012 +0000
+++ b/graphics/MesaLib/Makefile Tue May 08 20:33:14 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2012/03/13 13:24:36 fhajny Exp $
+# $NetBSD: Makefile,v 1.88 2012/05/08 20:33:14 wiz Exp $
 
 PKGNAME=       MesaLib-${MESA_PKGVERSION}
-PKGREVISION=   4
+PKGREVISION=   5
 COMMENT=       Graphics library similar to SGI's OpenGL
 
 CONFLICTS+=    xf86driproto<2.0.4
diff -r ac19bb8c6fb4 -r 09546cd24d99 graphics/MesaLib/dri.mk
--- a/graphics/MesaLib/dri.mk   Tue May 08 20:32:57 2012 +0000
+++ b/graphics/MesaLib/dri.mk   Tue May 08 20:33:14 2012 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: dri.mk,v 1.4 2009/08/08 15:03:18 drochner Exp $
+# $NetBSD: dri.mk,v 1.5 2012/05/08 20:33:14 wiz Exp $
 #
 # Currently, this is for convenience only.
 #
 .if !defined(DRI_MK)
 DRI_MK=                # defined
 
+.  include "../../sysutils/libpciaccess/buildlink3.mk"
 .  include "../../textproc/expat/buildlink3.mk"
 .  include "../../x11/dri2proto/buildlink3.mk"
 .  include "../../x11/glproto/buildlink3.mk"



Home | Main Index | Thread Index | Old Index