pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/Mesa Mesa: it doesn't make sense for anything...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5e911ca33f0
branches:  trunk
changeset: 400572:d5e911ca33f0
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Aug 30 17:30:11 2019 +0000

description:
Mesa: it doesn't make sense for anything to be using this any more

everything should be including the individual packages instead.

mark it deprecated.

diffstat:

 graphics/Mesa/DESCR    |  3 +++
 graphics/Mesa/Makefile |  4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 14209aa62c53 -r d5e911ca33f0 graphics/Mesa/DESCR
--- a/graphics/Mesa/DESCR       Fri Aug 30 17:27:29 2019 +0000
+++ b/graphics/Mesa/DESCR       Fri Aug 30 17:30:11 2019 +0000
@@ -1,2 +1,5 @@
 Metapackage that pulls in all the libraries necessary for an OpenGL
 environment.
+
+Don't include this when making packages, use MesaLib, glu, and freeglut
+individually instead.
diff -r 14209aa62c53 -r d5e911ca33f0 graphics/Mesa/Makefile
--- a/graphics/Mesa/Makefile    Fri Aug 30 17:27:29 2019 +0000
+++ b/graphics/Mesa/Makefile    Fri Aug 30 17:30:11 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2019/08/30 17:01:33 nia Exp $
+# $NetBSD: Makefile,v 1.74 2019/08/30 17:30:11 nia Exp $
 
 PKGNAME=       Mesa-7.11.2
 MASTER_SITES=  # empty
@@ -6,7 +6,7 @@
 CATEGORIES=    graphics
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-COMMENT=       Graphics library meta package
+COMMENT=       Graphics library meta package (deprecated)
 
 META_PACKAGE=  # empty
 



Home | Main Index | Thread Index | Old Index