diff options
author | nia <nia@pkgsrc.org> | 2019-08-30 17:01:32 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-08-30 17:01:32 +0000 |
commit | c2ebe51d04e4c11740cd7a8e1972a678cd84130f (patch) | |
tree | 8c60e6a12d4d573c985988021a6273bd9438511b /graphics/qore-glut-module | |
parent | 9735b40e8e365a5e031e141a5bc913a0b9b5fdab (diff) | |
download | pkgsrc-c2ebe51d04e4c11740cd7a8e1972a678cd84130f.tar.gz |
Switch packages using GLUT to FreeGLUT.
Start building FreeGLUT with GLUT compatibility on.
- GLUT's maintainance state is much worse than FreeGLUT's, with no
substanital commits since 2011.
- GLUT can no longer be consider a core component of Mesa or X11.
- Nobody except us seems to be using it...
Other vendors still shipping GLUT:
- GoboLinux, T2 SDE, PLD Linux
Revbump packages using GLUT or freeglut by default.
Diffstat (limited to 'graphics/qore-glut-module')
-rw-r--r-- | graphics/qore-glut-module/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/qore-glut-module/Makefile b/graphics/qore-glut-module/Makefile index 9b5ca772197..a956ae5c3e3 100644 --- a/graphics/qore-glut-module/Makefile +++ b/graphics/qore-glut-module/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2018/06/08 20:49:41 nros Exp $ +# $NetBSD: Makefile,v 1.9 2019/08/30 17:01:34 nia Exp $ DISTNAME= qore-glut-module-0.0.3 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/} @@ -19,7 +19,7 @@ CONFIGURE_ARGS+=--with-glut=${BUILDLINK_PREFIX.glut} .include "options.mk" -.include "../../graphics/glut/buildlink3.mk" +.include "../../graphics/freeglut/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../lang/qore/module.mk" .include "../../graphics/qore-opengl-module/buildlink3.mk" |