pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   nros
Date:           Thu Jan 27 18:16:55 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/qore-glut-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-glut-module/Makefile
diff -u pkgsrc/graphics/qore-glut-module/Makefile:1.14 pkgsrc/graphics/qore-glut-module/Makefile:1.15
--- pkgsrc/graphics/qore-glut-module/Makefile:1.14      Wed Dec  8 16:05:04 2021
+++ pkgsrc/graphics/qore-glut-module/Makefile   Thu Jan 27 18:16:55 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/12/08 16:05:04 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/27 18:16:55 nros Exp $
 
 DISTNAME=      qore-glut-module-0.0.3
 PKGREVISION=   13
@@ -17,6 +17,8 @@ PTHREAD_OPTS+=        native
 
 CONFIGURE_ARGS+=       --with-glut=${BUILDLINK_PREFIX.freeglut}
 
+BROKEN=                "This package has not been updated to use the new Qore apis and breaks because of that."
+
 .include "options.mk"
 
 .include "../../graphics/freeglut/buildlink3.mk"



Home | Main Index | Thread Index | Old Index