pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics Remove graphics/qore-opengl-module and graphi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f2aea695fd89
branches: trunk
changeset: 387034:f2aea695fd89
user: nros <nros%pkgsrc.org@localhost>
date: Thu Oct 20 11:01:17 2022 +0000
description:
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.
diffstat:
graphics/Makefile | 4 +-
graphics/qore-glut-module/DESCR | 2 -
graphics/qore-glut-module/Makefile | 28 -
graphics/qore-glut-module/PLIST | 2 -
graphics/qore-glut-module/buildlink3.mk | 16 -
graphics/qore-glut-module/distinfo | 7 -
graphics/qore-glut-module/options.mk | 12 -
graphics/qore-glut-module/patches/patch-configure | 13 -
graphics/qore-glut-module/patches/patch-src_glut.cc | 267 --------------
graphics/qore-opengl-module/DESCR | 2 -
graphics/qore-opengl-module/Makefile | 38 -
graphics/qore-opengl-module/PLIST | 3 -
graphics/qore-opengl-module/buildlink3.mk | 16 -
graphics/qore-opengl-module/distinfo | 8 -
graphics/qore-opengl-module/options.mk | 12 -
graphics/qore-opengl-module/patches/patch-configure.ac | 24 -
graphics/qore-opengl-module/patches/patch-src_Makefile.am | 11 -
graphics/qore-opengl-module/patches/patch-src_opengl.cc | 16 -
18 files changed, 1 insertions(+), 480 deletions(-)
diffs (truncated from 563 to 300 lines):
diff -r 55c9cf9d4744 -r f2aea695fd89 graphics/Makefile
--- a/graphics/Makefile Thu Oct 20 10:14:01 2022 +0000
+++ b/graphics/Makefile Thu Oct 20 11:01:17 2022 +0000
@@ -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-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
diff -r 55c9cf9d4744 -r f2aea695fd89 graphics/qore-glut-module/DESCR
--- a/graphics/qore-glut-module/DESCR Thu Oct 20 10:14:01 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-GLUT Qore module. This module provides GLUT bindings for the Qore
-language.
diff -r 55c9cf9d4744 -r f2aea695fd89 graphics/qore-glut-module/Makefile
--- a/graphics/qore-glut-module/Makefile Thu Oct 20 10:14:01 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2022/08/11 05:08:46 gutteridge Exp $
-
-DISTNAME= qore-glut-module-0.0.3
-PKGREVISION= 14
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/}
-
-MAINTAINER= nros%NetBSD.org@localhost
-HOMEPAGE= http://www.qore.org/
-COMMENT= GLUT Qore bindings
-LICENSE= gnu-lgpl-v2.1
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_LANGUAGES= c c++11
-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"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../lang/qore/module.mk"
-.include "../../graphics/qore-opengl-module/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 55c9cf9d4744 -r f2aea695fd89 graphics/qore-glut-module/PLIST
--- a/graphics/qore-glut-module/PLIST Thu Oct 20 10:14:01 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/12/30 15:58:20 wiz Exp $
-${QORE_MODULE_DIR}/glut-api-${QORE_MODULE_API}.qmod
diff -r 55c9cf9d4744 -r f2aea695fd89 graphics/qore-glut-module/buildlink3.mk
--- a/graphics/qore-glut-module/buildlink3.mk Thu Oct 20 10:14:01 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.7 2020/01/18 21:48:14 jperkin Exp $
-#
-
-BUILDLINK_TREE+= qore-glut-module
-
-.if !defined(QORE_GLUT_MODULE_BUILDLINK3_MK)
-QORE_GLUT_MODULE_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.qore-glut-module+= qore-glut-module>=0.0.3
-BUILDLINK_ABI_DEPENDS.qore-glut-module?= qore-glut-module>=0.0.3nb11
-BUILDLINK_PKGSRCDIR.qore-glut-module?= ../../graphics/qore-glut-module
-
-.include "../../graphics/qore-opengl-module/buildlink3.mk"
-.endif # QORE_GLUT_MODULE_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -qore-glut-module
diff -r 55c9cf9d4744 -r f2aea695fd89 graphics/qore-glut-module/distinfo
--- a/graphics/qore-glut-module/distinfo Thu Oct 20 10:14:01 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:46:49 nia Exp $
-
-BLAKE2s (qore-glut-module-0.0.3.tar.gz) = 0c1ef5e4b7044c5bd5d8a2cb53de99dd76f8e90f697173b98a86583edbff1da4
-SHA512 (qore-glut-module-0.0.3.tar.gz) = 86cb6cdec5afc94cf27039e1f9839bc9dcc35c25f80f84424419b5edb4805ce1057e68003306f052853618aa21c22ffcfbedfe207e26bb692ccbe5b7698565d5
-Size (qore-glut-module-0.0.3.tar.gz) = 383235 bytes
-SHA1 (patch-configure) = 5258dda7b25c3a19542553baf96f9952c24db413
-SHA1 (patch-src_glut.cc) = 31162925c458a01f165f101d6b8433733111a106
diff -r 55c9cf9d4744 -r f2aea695fd89 graphics/qore-glut-module/options.mk
--- a/graphics/qore-glut-module/options.mk Thu Oct 20 10:14:01 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2019/11/02 22:38:03 rillig Exp $
-#
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.qore-glut-module
-PKG_SUPPORTED_OPTIONS= debug
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mdebug)
-CONFIGURE_ARGS+= --enable-debug
-.else
-CONFIGURE_ARGS+= --disable-debug
-.endif
diff -r 55c9cf9d4744 -r f2aea695fd89 graphics/qore-glut-module/patches/patch-configure
--- a/graphics/qore-glut-module/patches/patch-configure Thu Oct 20 10:14:01 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2014/12/30 15:58:21 wiz Exp $
-pkgsrc doesn't have lib64 so don't set it (fixes build on linux).
-http://sf.net/p/qore/code/6817/
---- configure.orig 2014-11-01 14:04:18.108550253 +0000
-+++ configure
-@@ -15426,7 +15426,6 @@ if test "$enable_64bit" = "yes"; then
- *linux*) if test "$GXX" = "yes"; then
- CXXFLAGS="$CXXFLAGS -m64"
- fi
-- LIBSUFFIX=64
-
- ;;
- *hpux*) if test "$host_cpu" = "ia64"; then
diff -r 55c9cf9d4744 -r f2aea695fd89 graphics/qore-glut-module/patches/patch-src_glut.cc
--- a/graphics/qore-glut-module/patches/patch-src_glut.cc Thu Oct 20 10:14:01 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,267 +0,0 @@
-$NetBSD: patch-src_glut.cc,v 1.2 2016/07/22 13:16:39 nros Exp $
-Adapt for the QoreValue api.
-Remove duplicate function additions.
---- src/glut.cc.orig 2009-01-23 15:34:09.000000000 +0000
-+++ src/glut.cc
-@@ -127,7 +127,7 @@ static void qore_glut_menu_callback(int
- ExceptionSink xsink;
- ReferenceHolder<QoreListNode> args(new QoreListNode(), &xsink);
- args->push(new QoreBigIntNode(value));
-- discard(i->second->exec(*args, &xsink), &xsink);
-+ i->second->execValue(*args, &xsink).discard(&xsink);
- }
-
- static void qore_glut_reshape_func(int width, int height)
-@@ -139,7 +139,7 @@ static void qore_glut_reshape_func(int w
- ReferenceHolder<QoreListNode> args(new QoreListNode(), &xsink);
- args->push(new QoreBigIntNode(width));
- args->push(new QoreBigIntNode(height));
-- discard(reshape_ref->exec(*args, &xsink), &xsink);
-+ reshape_ref->execValue(*args, &xsink).discard(&xsink);
- }
- }
-
-@@ -149,7 +149,7 @@ static void qore_glut_display_func()
- AutoLocker al(&display_lock);
- if (display_ref) {
- ExceptionSink xsink;
-- discard(display_ref->exec(0, &xsink), &xsink);
-+ display_ref->execValue(0, &xsink).discard(&xsink);
- }
- }
-
-@@ -163,7 +163,7 @@ static void qore_glut_keyboard_func(unsi
- args->push(new QoreBigIntNode(key));
- args->push(new QoreBigIntNode(x));
- args->push(new QoreBigIntNode(y));
-- discard(keyboard_ref->exec(*args, &xsink), &xsink);
-+ keyboard_ref->execValue(*args, &xsink).discard(&xsink);
- }
- }
-
-@@ -175,7 +175,7 @@ static void qore_glut_visibility_func(in
- ExceptionSink xsink;
- ReferenceHolder<QoreListNode> args(new QoreListNode(), &xsink);
- args->push(new QoreBigIntNode(state));
-- discard(visibility_ref->exec(*args, &xsink), &xsink);
-+ visibility_ref->execValue(*args, &xsink).discard(&xsink);
- }
- }
-
-@@ -185,7 +185,7 @@ static void qore_glut_idle_func()
- AutoLocker al(&idle_lock);
- if (idle_ref) {
- ExceptionSink xsink;
-- discard(idle_ref->exec(0, &xsink), &xsink);
-+ idle_ref->execValue(0, &xsink).discard(&xsink);
- }
- }
-
-@@ -199,7 +199,7 @@ static void qore_glut_special_func(int k
- args->push(new QoreBigIntNode(key));
- args->push(new QoreBigIntNode(x));
- args->push(new QoreBigIntNode(y));
-- discard(special_ref->exec(*args, &xsink), &xsink);
-+ special_ref->execValue(*args, &xsink).discard(&xsink);
- }
- }
-
-@@ -209,7 +209,7 @@ static void qore_glut_wmclose_func()
- AutoLocker al(&wmclose_lock);
- if (wmclose_ref) {
- ExceptionSink xsink;
-- discard(wmclose_ref->exec(0, &xsink), &xsink);
-+ wmclose_ref->execValue(0, &xsink).discard(&xsink);
- }
- }
- #endif
-@@ -224,7 +224,7 @@ static void qore_glut_mouse_func(int but
- args->push(new QoreBigIntNode(state));
- args->push(new QoreBigIntNode(x));
- args->push(new QoreBigIntNode(y));
-- discard(mouse_ref->exec(*args, &xsink), &xsink);
-+ mouse_ref->execValue(*args, &xsink).discard(&xsink);
- }
- }
-
-@@ -236,7 +236,7 @@ static void qore_glut_motion_func(int x,
- ReferenceHolder<QoreListNode> args(new QoreListNode(), &xsink);
- args->push(new QoreBigIntNode(x));
- args->push(new QoreBigIntNode(y));
-- discard(motion_ref->exec(*args, &xsink), &xsink);
-+ motion_ref->execValue(*args, &xsink).discard(&xsink);
- }
- }
-
-@@ -248,7 +248,7 @@ static void qore_glut_passivemotion_func
- ReferenceHolder<QoreListNode> args(new QoreListNode(), &xsink);
- args->push(new QoreBigIntNode(x));
- args->push(new QoreBigIntNode(y));
-- discard(passivemotion_ref->exec(*args, &xsink), &xsink);
-+ passivemotion_ref->execValue(*args, &xsink).discard(&xsink);
- }
- }
-
-@@ -259,7 +259,7 @@ static void qore_glut_entry_func(int sta
- ExceptionSink xsink;
- ReferenceHolder<QoreListNode> args(new QoreListNode(), &xsink);
- args->push(new QoreBigIntNode(state));
-- discard(entry_ref->exec(*args, &xsink), &xsink);
-+ entry_ref->execValue(*args, &xsink).discard(&xsink);
- }
- }
-
-@@ -270,7 +270,7 @@ static void qore_glut_timer_func(int val
- ExceptionSink xsink;
- ReferenceHolder<QoreListNode> args(new QoreListNode(), &xsink);
- args->push(new QoreBigIntNode(value));
-- discard(timer_ref->exec(*args, &xsink), &xsink);
-+ timer_ref->execValue(*args, &xsink).discard(&xsink);
- }
- }
-
-@@ -281,7 +281,7 @@ static void qore_glut_menustate_func(int
- ExceptionSink xsink;
- ReferenceHolder<QoreListNode> args(new QoreListNode(), &xsink);
- args->push(new QoreBigIntNode(state));
-- discard(menustate_ref->exec(*args, &xsink), &xsink);
-+ menustate_ref->execValue(*args, &xsink).discard(&xsink);
- }
- }
-
-@@ -294,7 +294,7 @@ static void qore_glut_spaceballmotion_fu
- args->push(new QoreBigIntNode(x));
- args->push(new QoreBigIntNode(y));
- args->push(new QoreBigIntNode(z));
-- discard(spaceballmotion_ref->exec(*args, &xsink), &xsink);
-+ spaceballmotion_ref->execValue(*args, &xsink).discard(&xsink);
- }
- }
-
-@@ -307,7 +307,7 @@ static void qore_glut_spaceballrotate_fu
- args->push(new QoreBigIntNode(x));
- args->push(new QoreBigIntNode(y));
- args->push(new QoreBigIntNode(z));
-- discard(spaceballrotate_ref->exec(*args, &xsink), &xsink);
-+ spaceballrotate_ref->execValue(*args, &xsink).discard(&xsink);
- }
- }
-
-@@ -319,7 +319,7 @@ static void qore_glut_spaceballbutton_fu
- ReferenceHolder<QoreListNode> args(new QoreListNode(), &xsink);
- args->push(new QoreBigIntNode(button));
- args->push(new QoreBigIntNode(state));
-- discard(spaceballbutton_ref->exec(*args, &xsink), &xsink);
-+ spaceballbutton_ref->execValue(*args, &xsink).discard(&xsink);
- }
- }
-
-@@ -331,7 +331,7 @@ static void qore_glut_buttonbox_func(int
- ReferenceHolder<QoreListNode> args(new QoreListNode(), &xsink);
- args->push(new QoreBigIntNode(button));
- args->push(new QoreBigIntNode(state));
-- discard(buttonbox_ref->exec(*args, &xsink), &xsink);
-+ buttonbox_ref->execValue(*args, &xsink).discard(&xsink);
- }
- }
-
-@@ -343,7 +343,7 @@ static void qore_glut_dials_func(int dia
- ReferenceHolder<QoreListNode> args(new QoreListNode(), &xsink);
- args->push(new QoreBigIntNode(dial));
Home |
Main Index |
Thread Index |
Old Index