- Switch to options helpers
- Regenerate patches
- Adjust CONFLICTS since some conflicting ports removed from ports tree
- Pet portlint (bring USES earlier)
- Add missing USES,USE_XORG
- Bump PORTREVISION due to USES change
Sponsored by: HAW International, Inc.
dependency.
* gpg: Allow import of PGP desktop exported secret keys. Also avoid
importing secret keys if the secret keyblock is not valid. [#4392]
* gpg: Do not error out on version 5 keys in the local keyring.
* gpg: Make invalid primary key algo obvious in key listings.
* sm: Do not mark a certificate in a key listing as de-vs compliant
if its use for a signature will not be possible.
* sm: Fix certificate creation with key on card.
* sm: Create rsa3072 bit certificates by default.
* sm: Print Yubikey attestation extensions with --dump-cert.
* agent: Fix cancellation handling for scdaemon.
* agent: Support --mode=ssh option for CLEAR_PASSPHRASE. [#4340]
* scd: Fix flushing of the CA-FPR DOs in app-openpgp.
* scd: Avoid a conflict error with the "undefined" app.
* dirmngr: Add CSRF protection exception for protonmail.
* dirmngr: Fix build problems with gcc 9 in libdns.
* gpgconf: New option --show-socket for use wity --launch.
* gpgtar: Make option -C work for archive creation.
Release-info: https://dev.gnupg.org/T4412
PR: 236777
Submitted by: Yasuhiro Kimura
Apply a patch use sinf/cosf rather then __builtin_ versions as template
arguments must have external linkage. This allows building without
pinning an obsolete llvm version.
PR: 236411
Approved by: maintainer timeout
Third time's the charm for Qt-based Matrix clients; this one looks pretty
good and seems to work pretty well. It also offers registration for new
users, and understands both plain (matrix.org) and premium (modular.im)
accounts.
The port contains the following yuckiness:
- a hack to change <json.hpp> to <nlohmann/json.hpp>, since the CMake
bits in nheko don't actually go look for it.
- a (GH_TUPLE) copy of lmdb++, which is #included by the C++ code,
but CMake doesn't go looking for it.
- a (GH_TUPLE) copy of tweeny, which is used by the C++ code, but
CMake doesn't go looking for it. Since this is a source copy, the
header isn't in the tweeny/ directory (where it gets installed), so
an extra hack is called for to provide that subdirectory.
I considered making tweeny a separate port (many Linuxen do), but
this would be the only consumer, and it doesn't even consume the whole
library but only parts of one header.
Changes since 1.3.3 are:
* Always play when call ended
* [cli] Show all reachable devices
* [sftp] Also report desktop side errors via KIO
* [sftp] Get device ID from URL
* Retry the network packet if it failed to unserialize
* Fix sending keys via CLI
* [kio] Fix file browsing with non-KIO file managers
Don't try hard to make LIB_DEPENDS pick the specific version when this
is already enforced by BUILD_DEPENDS. The left field in _DEPENDS lines
isn't recorded into binary packages, anyway.
=======================<phase: lib-depends >============================
===> cquery-20180718_4 depends on shared library: libclang.so.-devel - not found
===> Installing existing package /packages/All/llvm-devel-9.0.d20190226.txz
[120i386-default-llvm90-job-03] Installing llvm-devel-9.0.d20190226...
the most recent version of llvm-devel-9.0.d20190226 is already installed
===> cquery-20180718_4 depends on shared library: libclang.so.-devel - not found
*** Error code 1
Don't try hard to make LIB_DEPENDS pick the specific version when this
is already enforced by BUILD_DEPENDS. The left field in _DEPENDS lines
isn't recorded into binary packages, anyway.
=======================<phase: lib-depends >============================
===> ccls-0.20190301_2 depends on shared library: libLLVM--devel.so - not found
===> Installing existing package /packages/All/llvm-devel-9.0.d20190226.txz
[120i386-default-llvm90-job-07] Installing llvm-devel-9.0.d20190226...
the most recent version of llvm-devel-9.0.d20190226 is already installed
===> ccls-0.20190301_2 depends on shared library: libLLVM--devel.so - not found
*** Error code 1
Know the forecast of the next hours & days. Meteo is a forecast
application developed with Vala & Gtk, using OpenWeatherMap API.
WWW: https://gitlab.com/bitseater/meteo
PR: 236350
Submitted by: Hiroki Tagato <tagattie@yandex.com>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19613
While I'm here:
* Fix license
* Set MASTER_SITES to CHEESESHOP
* Pet portlint
Changelog since 0.23-4:
* Fix increasing memory usage on display instantiation
* Fix protocol handling: correctly support explicit Unix connections and fix
support fox macOS
* Fix xfixes example
* Fix a bunch of typos in the code / documentation
* Improve Python 3 support: fix events sub-code handling and possible crashes
when unpacking text data
* Add support for error handlers to the Composite extension
NV-CONTROL extension
* Add first implementation by Roberto Leinardi
https://github.com/python-xlib/python-xlib/blob/0.25/CHANGELOG.md
PR: 236418
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19617
Changelog:
* Fix CiscoRange() should automatically prune duplicates added to the list
* Fix ciscoconfparse.ccp_util.CiscoRange() should support emtpy ranges
* Fix ciscoconfparse.models_cisco needs an explicit MAX_VLAN constant
* Fix IOSCfgLine().re_match_typed() doesn't have an 'untyped_default'
boolean
* Fix trunk_vlans_allowed returns only two lines
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19684
Repo-copy www/py-django-auth-ldap and assign it to Django 2.1 to enable LDAP
authentication with net-mgmt/netbox that has been switched to Django 2.1
recently.
Also limit the port to Python 3.5+ as Django 2.1 requires it as minimum
dependency and to save some overhead in the building infrastructure.
Reported by: Thomas Kurschel (via private email)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19576