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
Clang 8 on x86 with -O1 converts ceil(float) to ceilf() but wants
-msse4.1 to use builtin. GCC 8 on x86 and aarch64 with -O1 and Clang 8
on aarch64 always use builtin ceil(). To avoid guessing when library
call will be made just append -lm explicitly.
ld: error: ./.libs/libSDL_ttf.so: undefined reference to ceilf
PR: 236141
Reported by: pkg-fallout (via antoine)
Obtained from: upstream
Approved by: portmgr blanket (blocks 144 consumers)
Add a patch to unbreak port when CHECK_PORTINUSE option
is activated. The issue was caussed by changes in the
structures xtcpcb and xinpcb returned by the kernel after
r315662. The fix was inspired by changes made in
usr.bin/systat/netstat.c tool.
The patch was submitted to the upstream project and
merged : https://github.com/miniupnp/miniupnp/pull/353
PR: 236173
Reported by: Igor Pavlov <igor.arabesc.pavlov@gmail.com>
Approved by: Tor Halvard Furulund <squat@squat.no> (maintainer)
Improve upon r496818. Instead of setting both MAKE_ENV and patching ilmthread's
Makefile, just make sure PTHREAD_LIBS is set a configuration time. This is what
Debian does, and it achieves the same solution with fewer lines.
While here, add an explanation for why we need this.
PR: 236734
Approved by: mandree (maintainer)
Ion is a modern system shell that features a simple, yet powerful,
syntax. It is written entirely in Rust, which greatly increases
the overall quality and security of the shell, eliminating the
possibilities of a ShellShock-like vulnerability, and making
development easier. It also offers a level of performance that
exceeds that of Dash, when taking advantage of Ion's features.
While it is developed alongside, and primarily for, RedoxOS, it is
a fully capable on other *nix platforms.
WWW: https://gitlab.redox-os.org/redox-os/ion
Fix AssertionError in recursive get() when _rename is set and server sends
a POPD at the end (_depth > 0).
PR: 236778
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer)
Relnotes: https://github.com/jbardin/scp.py/blob/v0.13.2/CHANGELOG.md
This might be needed when using alternatives to init(8), like
sysutils/runit-faster, which do not react well to signals send by
shutdown(8)/reboot(8) and where you have to use other commands,
like runit-init {0,6}. By updating the ck-system-* scripts to run
them instead, we can actually make use of things like the Xfce4
logout dialog or Kodi's shutdown dialog with runit-faster. But to
make this permanent across updates the scripts have to be installed
as sample files.
PR: 236445
Submitted by: tobik
Approved by: gnome (maintainer timeout, 14 days)
- Add a CARGO_USE_GITHUB equivalent for GitLab instances,
CARGO_USE_GITLAB
- Replace CARGO_GH_CARGOTOML with a ${FIND} and just patch
all Cargo.toml under ${WRKDIR}. It is too tedious to find all
the Cargo.toml that need patching manually due to transitive
dependencies.
If any of these are given, then instead of the normal value-setting
"chain" for attributes of given, default; the chain will be given,
environment, default.
WWW: https://metacpan.org/release/MooX-Attribute-ENV