pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   nros
Date:           Thu Oct 20 11:01:18 UTC 2022

Modified Files:
        pkgsrc/graphics: Makefile
Removed Files:
        pkgsrc/graphics/qore-glut-module: DESCR Makefile PLIST buildlink3.mk
            distinfo options.mk
        pkgsrc/graphics/qore-glut-module/patches: patch-configure
            patch-src_glut.cc
        pkgsrc/graphics/qore-opengl-module: DESCR Makefile PLIST buildlink3.mk
            distinfo options.mk
        pkgsrc/graphics/qore-opengl-module/patches: patch-configure.ac
            patch-src_Makefile.am patch-src_opengl.cc

Log Message:
Remove graphics/qore-opengl-module and graphics/qore-glut-module

These packages hasn't been building since they haven't been
updated to use the latest qore apis, this requires a lot of
work and upstream does not seem interested in updateing them.
Because of this they are being removed.
If they are updated they might be readded.


To generate a diff of this commit:
cvs rdiff -u -r1.986 -r1.987 pkgsrc/graphics/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/qore-glut-module/DESCR \
    pkgsrc/graphics/qore-glut-module/PLIST
cvs rdiff -u -r1.16 -r0 pkgsrc/graphics/qore-glut-module/Makefile
cvs rdiff -u -r1.7 -r0 pkgsrc/graphics/qore-glut-module/buildlink3.mk
cvs rdiff -u -r1.5 -r0 pkgsrc/graphics/qore-glut-module/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/graphics/qore-glut-module/options.mk
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/graphics/qore-glut-module/patches/patch-configure
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/graphics/qore-glut-module/patches/patch-src_glut.cc
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/qore-opengl-module/DESCR \
    pkgsrc/graphics/qore-opengl-module/PLIST
cvs rdiff -u -r1.11 -r0 pkgsrc/graphics/qore-opengl-module/Makefile
cvs rdiff -u -r1.6 -r0 pkgsrc/graphics/qore-opengl-module/buildlink3.mk
cvs rdiff -u -r1.4 -r0 pkgsrc/graphics/qore-opengl-module/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/graphics/qore-opengl-module/options.mk
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/graphics/qore-opengl-module/patches/patch-configure.ac \
    pkgsrc/graphics/qore-opengl-module/patches/patch-src_Makefile.am \
    pkgsrc/graphics/qore-opengl-module/patches/patch-src_opengl.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.986 pkgsrc/graphics/Makefile:1.987
--- pkgsrc/graphics/Makefile:1.986      Sat Oct 15 07:14:26 2022
+++ pkgsrc/graphics/Makefile    Thu Oct 20 11:01:17 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.986 2022/10/15 07:14:26 pin Exp $
+# $NetBSD: Makefile,v 1.987 2022/10/20 11:01:17 nros Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -538,8 +538,6 @@ SUBDIR+=    py-wand
 SUBDIR+=       py-wcag-contrast-ratio
 SUBDIR+=       qimageblitz
 SUBDIR+=       qiv
-SUBDIR+=       qore-glut-module
-SUBDIR+=       qore-opengl-module
 SUBDIR+=       qr-code-generator
 SUBDIR+=       qr-code-generator16
 SUBDIR+=       qrrs



Home | Main Index | Thread Index | Old Index