Wed Aug 21 16:15:57 2019 UTC ()
Mesa: update DESCR and COMMENT


(nia)
diff -r1.1 -r1.2 pkgsrc/graphics/Mesa/DESCR
diff -r1.71 -r1.72 pkgsrc/graphics/Mesa/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/graphics/Mesa/Attic/DESCR (expand / switch to unified diff)

--- pkgsrc/graphics/Mesa/Attic/DESCR 2001/10/31 23:50:09 1.1
+++ pkgsrc/graphics/Mesa/Attic/DESCR 2019/08/21 16:15:57 1.2
@@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
1Meta-Package that pulls in all the libraries necessary for an OpenGL 1Metapackage that pulls in all the libraries necessary for an OpenGL
2environment that aren't already part of the X Window System/XFree. 2environment.

cvs diff -r1.71 -r1.72 pkgsrc/graphics/Mesa/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/Mesa/Attic/Makefile 2015/04/03 02:29:40 1.71
+++ pkgsrc/graphics/Mesa/Attic/Makefile 2019/08/21 16:15:57 1.72
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.71 2015/04/03 02:29:40 tnn Exp $ 1# $NetBSD: Makefile,v 1.72 2019/08/21 16:15:57 nia Exp $
2 2
3PKGNAME= Mesa-7.11.2 3PKGNAME= Mesa-7.11.2
4MASTER_SITES= # empty 4MASTER_SITES= # empty
5DISTFILES= # empty 5DISTFILES= # empty
6CATEGORIES= graphics 6CATEGORIES= graphics
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9COMMENT= Graphics library meta package, similar to SGI's OpenGL 9COMMENT= Graphics library meta package
10 10
11META_PACKAGE= # empty 11META_PACKAGE= # empty
12 12
13CONFLICTS= Mesa-glx-[0-9]* 13CONFLICTS= Mesa-glx-[0-9]*
14 14
15# The ordering is important here as glut/buildlink3.mk sets the version 15# The ordering is important here as glut/buildlink3.mk sets the version
16# of Mesa required. 16# of Mesa required.
17.include "../../graphics/glut/buildlink3.mk" 17.include "../../graphics/glut/buildlink3.mk"
18.include "../../graphics/glu/buildlink3.mk" 18.include "../../graphics/glu/buildlink3.mk"
19.include "../../graphics/MesaLib/buildlink3.mk" 19.include "../../graphics/MesaLib/buildlink3.mk"
20 20
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"