From maintainer Aisha Tammy with input and oks from kmos@ and sthen@
pkg/DESCR:
Python bindings for controlling and probing the Knot DNS server.
These bindings provide an interface similar to knotc(8) and replies
via JSON for easy parsing.
`telegram-desktop` fails to restart since tdesktop fails to obtain
the executable path; apply upsteam patch to pass a hardcoded path
from the port to use in the restart code.
This makes restarts work as intended, e.g. after changing UI zoom
or language, when started via PATH lookup (the .desktop file does
that).
operations on lists of IPv4 addresses including merging/optimization,
finding commonalities in lists, and finding the differences between
lists of IPv4 addresses.
input and ok sthen@
DESCR:
u-msgpack-python is a lightweight MessagePack serializer and
deserializer module written in pure Python. u-msgpack-python is fully
compliant with the latest MessagePack specification. In particular, it
supports the new binary, UTF-8 string, and application-defined ext
types.
OK sthen@
cc -std=gnu99 -Iobj -I. -O2 -pipe -I/usr/local/include -pthread -fno-strict-aliasing -fno-strict-overflow -MMD -MP -o obj/lib/blake2s.o -c lib/blake2s.c
lib/blake2s.c:45: error: expected declaration specifiers or '...' before 'sizeof'
lib/blake2s.c:45: error: expected declaration specifiers or '...' before string constant
lib/blake2s.c:45: warning: data definition has no type or storage class
lib/blake2s.c:45: warning: type defaults to 'int' in declaration of '_Static_assert'
gmake: *** [Makefile:112: obj/lib/blake2s.o] Error 1
Switch to ports-gcc on base-gcc arches
Fixes the build on sparc64