Small bug-fix release for compatibility with the latest Fiona and PySAL
releases:
- Compatibility with Fiona 1.8: fix deprecation warning (#854 and #916).
- Compatibility with PySAL 2.0: switched to mapclassify instead of PySAL as
dependency for choropleth mapping with the scheme keyword (#872).
- Fix for new overlay implementation in case the intersection is empty (#800).
PR: 236533
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Sponsored by: Miles AS
Add burp-devel as a child port of sysutils/burp. Submitter is maintainer for
this new port.
PR: 233784
Submitted by: phascolarctos@protonmail.ch
Sponsored by: Miles AS
Kiwi is an efficient C++ implementation of the Cassowary constraint solving
algorithm. Kiwi is an implementation of the algorithm based on the seminal
Cassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi
has been designed from the ground up to be lightweight and fast. Kiwi ranges
from 10x to 500x faster than the original Cassowary solver with typical use
cases gaining a 40x improvement. Memory savings are consistently > 5x.
In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings.
WWW: https://github.com/nucleic/kiwi
- While I'm here:
- Remove leading indefinite article from COMMENT
- Update WWW
PR: 236456
Submitted by: lbartoletti <lbartoletti@tuxfamily.org>
- Update to port version 2.10.6
- Clean up mirror sites
- switch to OPTION_USES framework
- Fix PERL build option by replacing ${PERL_VERSION} with ${PERL_VER} in the path
that is passed to --with-perl
- Minor changes to satisfy portlint
PR: 236709
Submitted by: caf@bitchx.org
When setting DEFAULT_VERSIONS+=ssl=anything, p4 needs to use OPENSSLINC.
PR: 236548
Reported by: Tassilo Philipp <tphilipp@potion-studios.com>
MFH: 2019Q1
Qt version 5 (this breaks unetbootin::lstFtpDirFiles() due to
https://bugreports.qt.io/browse/QTBUG-26294)
- Comment out all sources that require FTP LIST command
- Don't wait until file is fully downloaded before dumping it on disk
- Fix some QNetworkReply/QFile resource freeing bugs
- Delete unetbootin::dlprogressupdate64() because it's never used
- Fix some slot warnings while here
Patches by: Valeriy Malov <jazzvoid@gmail.com>
Obtained from: https://bugs.gentoo.org/show_bug.cgi?id=644360
Update graphics/drm-current-kmod to the latest snapshot. This breaks out
the ttm layer to its own module to have things initialized in the correct
order.
Fixes FreeBSDDesktop drm-kms issue #137
Submitted by: johalun
Approved by: jmd (maintainer, implicit)
MFH: 2019Q1 (implicit approval, drm driver blanket)
Why not create options on net-mgmt/cnagios for Nagios 3 or 4?
Because one can use both Nagios 3 and Nagios 4 and therefore
you need different packages in your repo.
PR: 236245
On Linux Alacritty looks up /proc/$shell_pid/cwd to open new instances
in the same working directory as the old instance which does not
work with FreeBSD's procfs(5). As a workaround we can for now
fallback to linprocfs(5), often mounted on /compat/linux/proc, until
there is support for KERN_PROC_CWD and struct kinfo_file in the
Rust ecosystem (libc or elsewhere).
PR: 236382
Submitted by: tobik
Approved by: zeising (maintainer timeout, 2 weeks)
with GPLv3 boilerplate file and README.md says "GPLv3 or later";
- Milton comes with custom TTF font, without it GUI looks pretty bad,
so install it under ${DATADIR} and set the font path in the program;
- Similar to WIN32 code, set window icon in the platform_setup_cursor()
function using the IMG_Load() from SDL2 ``image'' package. While it
can load Windows ICO files directly, for files with multiple images,
the first one found with the highest color count is chosen, which in
our case is 16x16x32 (the smallest). Tentatively extract all icons
as PNG files, install them all, and use 256x256 icon by default.