summaryrefslogtreecommitdiff
path: root/graphics/MesaLib/PLIST
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-03-09 19:04:52 +0000
committerjschauma <jschauma>2003-03-09 19:04:52 +0000
commit5ff0308b025d3777dcc21bedb97a33904a93d731 (patch)
treeee5c914c7d457e01b0bd94e6f702794c79bbc86e /graphics/MesaLib/PLIST
parent9d05aed2a0e0513d84824f1f35b8a327f172776b (diff)
downloadpkgsrc-5ff0308b025d3777dcc21bedb97a33904a93d731.tar.gz
Update Mesa and friends to version 5.0, using patches provided in PR pkg/19302.
At the same time, move Mesa and friends to LOCALBASE rather than X11BASE, so that they can be installed regardless of XF version. Introduce MESA_REQD variable that can be set to 5.0, thus allowing systems with XF4 to indicate that the provided version is not good enough. All packages using Mesa, MesaLib, glu or glut will get a PKGREVISION bump over the next few days.
Diffstat (limited to 'graphics/MesaLib/PLIST')
-rw-r--r--graphics/MesaLib/PLIST13
1 files changed, 9 insertions, 4 deletions
diff --git a/graphics/MesaLib/PLIST b/graphics/MesaLib/PLIST
index b1d5e8835dc..d61962bd7f8 100644
--- a/graphics/MesaLib/PLIST
+++ b/graphics/MesaLib/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2002/12/06 17:03:24 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.6 2003/03/09 19:04:53 jschauma Exp $
etc/mesa.conf
include/GL/gl.h
include/GL/gl_mangle.h
@@ -9,9 +9,14 @@ include/GL/osmesa.h
include/GL/xmesa.h
include/GL/xmesa_x.h
include/GL/xmesa_xf86.h
-lib/libGL.so
-lib/libGL.so.3
-lib/libGL.so.3.4
lib/libGL.a
lib/libGL.la
+lib/libGL.so
+lib/libGL.so.5
+lib/libGL.so.5.500
+lib/libOSMesa.a
+lib/libOSMesa.la
+lib/libOSMesa.so
+lib/libOSMesa.so.4
+lib/libOSMesa.so.4.500
@unexec ${RMDIR} %D/include/GL >/dev/null 2>&1 || ${TRUE}