- 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.