Fix another int-conversion issue in python code and bump REVISION
In file included from /usr/local/include/python3.13/Python.h:73,
from py-rcsparse.c:18:
py-rcsparse.c: At top level:
/usr/local/include/python3.13/object.h:138:9: error: initialization
of 'long int' from 'PyTypeObject *' {aka 'struct _typeobject *'}
makes integer from pointer without a cast [-Wint-conversion]
138 | (type) \
| ^
py-rcsparse.c:773:9: note: in expansion of macro 'PyObject_HEAD_INIT'
773 | PyObject_HEAD_INIT(&PyType_Type)
| ^~~~~~~~~~~~~~~~~~
OK sthen@
Now that we have a modern ports-gcc there is no need to special case
base-clang anymore since ports-gcc has the same issues.
Force the compiler down to a c++ spec that works with the code base.
OK sthen@
moonlight-qt: fix/enable drm
This is an attempt to enable drm support in moonlight-qt and unbreak a
non-reproducible run-time error. The ioctl isn't implemented on OpenBSD.
Perhaps it won't work; only users can find that out. Since it has currently
been reported as run-time broken, let's give it a try.