Fix pthread.h detection in configure so that dns resolution via a
handrolled getaddrinfo_a compat function 'works', instead of returning
ENOSYS when using a database definition with a hostname instead of an IP.
Alternatives to consider: move to libevent2 or c-ares for dns resolution :)
ok pea@ (MAINTAINER)
and objects on screen.
hints and ok sthen@
pkg/DESCR:
Data::Printer is a tool to display Perl variables and objects on screen.
Unlike Data::Dumper, which outputs a format suitable for use with eval,
Data::Printer's format is intended for human inspection.
- Human-friendly output, with array index and custom separators
- Full object dumps including methods, inheritance and internals
- Exposes extra information such as tainted data and weak references
- Ability to easily create filters for objects and regular structures
hints and ok sthen@
pkg/DESCR:
This module provides a fast and correct UTF-8 PerlIO layer. Unlike
perl's default :utf8 layer it checks the input for correctness.
hints and ok sthen@
pkg/DESCR:
This module provides a general-purpose clone function to make deep
copies of Perl data structures. It calls itself recursively to copy
nested hash, array, scalar and reference types, including tied variables
and objects.
FreeBSD. Idea to tweak the configure script and WANTLIB changes from jca@.
Thanks to phessler@ for getting the gears moving on this.
ok jca@ jasper@ (MAINTAINER), makes sense to jsg@
stepping 03, i.e. files 06-4e-03 and 06-5e-03) for now.
Even with the older files from 20171117 we are still seeing some
problems when these are loaded.
Fix #! line for bash in astversion. Not forced in RUN_DEPENDS because in all
the time this has been present only one person noticed, so the script doesn't
seem too popular. (Script also makes some assumptions about library versions
which don't apply here but I don't think it's worth poking at this too far).
Reported by landry@
qqc2-desktop-style is new since KDE Fameworks 5.39.0
QtQuickControls 2 style that uses QWidget's QStyle for painting This makes it
possible to achieve an higher deree of consistency between QWidget-based and
QML-based apps.
CVS tag tweak from and ok landry@