pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/qore-opengl-module



Module Name:    pkgsrc
Committed By:   nros
Date:           Thu Jan 27 18:15:28 UTC 2022

Modified Files:
        pkgsrc/graphics/qore-opengl-module: Makefile

Log Message:
mark qore-opengl-module broken since it is incompatible with the new qore apis


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/qore-opengl-module/Makefile

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

Modified files:

Index: pkgsrc/graphics/qore-opengl-module/Makefile
diff -u pkgsrc/graphics/qore-opengl-module/Makefile:1.10 pkgsrc/graphics/qore-opengl-module/Makefile:1.11
--- pkgsrc/graphics/qore-opengl-module/Makefile:1.10    Sat Jan 18 21:48:14 2020
+++ pkgsrc/graphics/qore-opengl-module/Makefile Thu Jan 27 18:15:27 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 21:48:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2022/01/27 18:15:27 nros Exp $
 
 DISTNAME=      qore-opengl-module-0.0.3
 PKGREVISION=   11
@@ -22,6 +22,8 @@ pre-configure:
 
 CONFIGURE_ARGS+=       --with-opengl=${BUILDLINK_PREFIX.MesaLib}
 
+BROKEN=                "This package has not been updated to use the new Qore apis and breaks because of that."
+
 INSTALLATION_DIRS+=     share/doc/${PKGBASE}
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/docs/opengl-module-doc.html \



Home | Main Index | Thread Index | Old Index