There is no opt_USE_PERL5 helper.
While here convert pkg-message to UCL. Remove the hint about
upgrading from abcde-2.1.4 or older. 2.1.5 is from 2003 so that
hint is probably no longer relevant.
fix problems using the FreeBSD.org-built packages on some systems.
While here, more properly constrain sse functionality.
Approved by: portmgr (tier-2 blanket)
July 11, 2019.
Today KDE released the third stability update for KDE Applications 19.04. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.
Over sixty recorded bugfixes include improvements to Kontact, Ark, Cantor, JuK,
K3b, Kdenlive, KTouch, Okular, Umbrello, among others.
Improvements include:
* Konqueror and Kontact no longer crash on exit with QtWebEngine 5.13
* Cutting groups with compositions no longer crashes the Kdenlive video editor
* The Python importer in Umbrello UML designer now handles parameters with default arguments
Changelog:
https://kde.org/announcements/fulllog_applications-aether.php?version=19.04.3
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
Tuesday, 9 July 2019. Today KDE releases a Bugfix update to KDE Plasma 5,
versioned 5.16.3. Plasma 5.16 was released in June with many feature
refinements and new modules to complete the desktop experience.
This release adds a fortnight's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:
* DrKonqi will now automatically log into bugs.kde.org when possible.
Fixes bug #202495.
* libinput.
* Keep Klipper notifications out of notification history.
Fixes bug #408989.
Announcement:
https://kde.org/announcements/plasma-5.16.3.php
Changelog:
https://kde.org/announcements/plasma-5.16.2-5.16.3-changelog.php
install: /wrkdirs/usr/ports/audio/calf-lv2/work/stage/usr/local/lib/lv2/calf.lv2: realpath: No such file or directory
Reported by: pkg-fallout
MFH: 2019Q3
The previous version, 3.9.3, built fine on all FreeBSD releases but the port
itself was less of use in its state because SuperCollider's own interpreter
("sclang") always crashed when indexing various help files. So users were
able to start the graphical IDE ("scide") but were then on their own to get
any use out of it.
The update to 3.10.2 fixes that problem but it comes with some drawbacks:
SuperCollider has shipped Boost libraries of the 1.66 release and those
don't compile with Clang 8. Using the Boost libraries from the ports tree
instead won't work either, as the 3.10.2 release of SuperCollider isn't
compatible with that version, yet.
Switching to GCC also won't work - it builds fine on all releases but
produces broken binaries that segfaults upon invocation. Thus exclude the
build for FreeBSD releases that comes with Clang 8 for a while and revise
the situation when a new release of SuperCollider is available.
Also pass the maintainership to the submitter because the previous
maintainer seems missing in action and there were already more than three
consecutive maintainer timeouts.
PR: 238186
Submitted by: Neal Nelson <ports@nicandneal.net>
Reviewed by: tcberner
Approved by: maintainer timeout (1+ month)
MFH: 2019Q3
Differential Revision: https://reviews.freebsd.org/D20854
${WRKSRC}/Makefile.mk and ${WRKSRC}/dpf/dgl/Makefile.mk disappeared in the last release.
PR: 238720
Approved by: mat (mentor), yuri (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D20861
There have been repeated maintainer timeout over the last 3 years.
Some ports have already been reset to ports@ due to consecutive
timeouts. Let's complete that work.
1) When read() or write() fails due to EAGAIN because no buffer is available or
buffer is full, return 0 instead of failure. Else clients may simply close
the device and re-open it instantly chopping the audio.
2) Implement OSS delay function to fix an issue with negative delays.
3) Use at least 16ms of HW buffer by default to avoid jitter.
Approved by: pi, jbeich
lv2 1.16.0, committed in poyrts r505568 included a Python 3.7 build fix:
Upgrade build system and fix building with Python 3.7.
Remove Python version restriction accordingly
PR: 235103
Approved by: Michael Beer <beerml sigma6audio de> (maintainer)