These headers belong to third party libraries (gdalcpp, protozero,
utfcpp), but since these are not in the ports yet, just install
bundled ones for now.
PR: 215391
Submitted by: mmd.osm+freebsd@gmail.com
As noticed in x11-toolkits/qt5-charts we never corrected the way in which qmake
sets the pkgconfig path for Qt5-modules. Instead there was a sed-call on the
generated Makefiles in bsd.qt.mk in the target qt-pre-install.
This diff modifies devel/qmake5 to set QMAKE_PKGCONFIG_DESTDIR to
../libdata/pkgconfig from the default pkgconfig.
As we split Qt-base into multiple ports, simply patching devel/qmake5 is not
enough, as the other base-ports will use the file from inside the tarball.
Therefore add it as an extrapatch for the Qt-base ports.
As this affects the same file extrapatch-libtool in devel/qt5 touched, rename
this one and add a hunk to do this change too.
Note: qt4 ports are unaffected, as they never were converted to used the
qt-preinstall target, and still contain the sed-call in their Makefiles.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8713
from releasenotes.txt:
** DavMail 4.7.3 released **
Another bugfix release, mostly from user feedback. Also improve Windows installer to let users
choose whether they want to run DavMail automatically at logon.
Enhancement:
- Improve windows installer, make auto start at logon optional
- Update release guide with opensuse build env
- update icon cache
- Update winrun4j wrappers icon to 128x128
EWS:
- EWS: workaround for invalid cookie domain on Office365
DAV:
- DAV: merge patch from #232 Outlook-created appt does not go through. OWA-created one does
IMAP:
- IMAP: additional fix for #626, workaround for from: header not searchable over EWS
- IMAP: fix for #626, workaround for to: header not searchable over EWS
SMTP:
- SMTP: Merge patch 627 by Peter Chubb, server returns incorrect code on authentication failure
PR: 214900
Submitted by: z7dr6ut7gs@snkmail.com
Approved by: john.c.prather@gmail.com (maintainer)
Recursive DNS/DNSCurve server and comandline tool to debug DNS/DNSCurve
WWW: https://mojzis.com/software/dq/
PR: 215073
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
- Lookup on known time servers
- Log management with newsyslog
- Fixed bug in configuration reload
- Fixed bug in URIs with mono 2.6
- Fixed bug in database schema
- Trim dist package
PR: 215352
Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer)
- Fixes for CegoBTreeManager::deleteBTree ( changed int type to
PageIdType for page vars )
and CegoBTreeManager::insertBTree ( propValue was not setup correctly
for root node propagation in some cases, which might lead to corrupt
btree structure )
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Upgrade njs module from 8c01042 to f8c642a.
<ChangeLog>
*) Change: now in case of a client certificate verification error the
$ssl_client_verify variable contains a string with the failure
reason, for example, "FAILED:certificate has expired".
*) Feature: the $ssl_ciphers, $ssl_curves, $ssl_client_v_start,
$ssl_client_v_end, and $ssl_client_v_remain variables.
*) Feature: the "volatile" parameter of the "map" directive.
*) Bugfix: dependencies specified for a module were ignored while
building dynamic modules.
*) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
directives client request body might be corrupted; the bug had
appeared in 1.11.0.
*) Bugfix: a segmentation fault might occur in a worker process when
using HTTP/2; the bug had appeared in 1.11.3.
*) Bugfix: in the ngx_http_mp4_module.
Thanks to Congcong Hu.
*) Bugfix: in the ngx_http_perl_module.
</ChangeLog>
- Rename to py-python-swiftclient to follow naming convention
for Python port available on pypi to match pypi name
- Update dependencies for databases/py-swift and
net/py-python-heatclient and bump PORTREVISION for these ports
PR: 215374
Approved by: trociny (maintainer)