I couldn't make image and pdf previews work because the corresponding processes fail due to incorrect command lines.
The upstream is notified.
Reported by: Lars Engels <lars.engels@0x20.net>
* Switch to GO modules-aware build mode as the port uses various modules.
Changelog:
Added:
* Support for Mattermost.
* Support for Slack App URL.
* Support for pollPID for BSD and Windows.
Removed:
* Installation by go get, can revisit in Go 1.14.
Fixed:
* Incorrect deprecation mapping.
https://github.com/variadico/noti/releases/tag/3.2.0
PR: 238842
Submitted by: Hiroki Tagato <tagattie@yandex.com> (maintainer)
Reviewed by: danfe
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".
These 4 cases are outliers because they set compiler:nestedfct which
currently hardwires gcc. So the real test for including -fnested-functions
into CFLAGS is "are we on the ancient base gcc".
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
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.
It's no longer needed to set SSL_(CFLAGS|LIBS) in addition to
OPENSSL_(CFLAGS|LIBS), as it was fixed upstream [1], so don't
set these unused variables.
1: https://github.com/freedesktop/spice-gtk/commit/8bf59bc
PR: 238786
Approved by: maintainer
Release 0.78.0:
core:
* Fix line annotation arrows for usage in dimensioning
* Handle Ink annots without an InkList but with an AP
* Fix typos preventing parsing of Movie start and duration
* Fix crash on malformed files
glib:
* Add poppler_document_create_dests_tree()
* Don't use the deprecated g_type_class_add_private()
* Document the differences between render() and render_for_printing()
* Fix introspection for poppler_document_new_from_data
* Don't create PopplerInputStream with length 0. Issue #414
* Document G_IO_ERROR as a possible error condition
* docs: Add index for API new in 0.78
build system:
* Fixes cross compilation of gir in Void Linux
* Add -Wshadow to the default warning flags
* install pkg-config pc files if pkg-config is found
PR: 238857
Exp-run by: antoine
Approved by: gnome (kwm, implicit)
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746
Tuesday, 25 June 2019. Today KDE releases a Bugfix update to KDE Plasma 5,
versioned 5.16.2. Plasma 5.16 was released in June with many feature
refinements and new modules to complete the desktop experience.
This release adds a week's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:
* Klipper Always restore the last clipbboard item. Commit.
* Discover: Improved notification identification for Snap applications.
* Notifications: Don't keep non-configurable notifications in history.
Announcement:
https://kde.org/announcements/plasma-5.16.2.php
The changelog can be found here:
https://kde.org/announcements/plasma-5.16.1-5.16.2-changelog.php
Since the default version of Python has been switched to 3.6 in r498529 the
script "conkyEmail.py" that is invoked by the shell script "conkyEmail"
fails at runtime due incompatible code.
This occurs only if the Python meta port is also installed otherwise it
won't start at all due a hardcoded reference (= /usr/bin/env python) in the
shell script, thus:
* Update and simplify the patch for "conkyEmail" by using placeholders for
the Python interpreter and ${DATADIR} that will be replaced by the
post-patch target. [1]
Also while I'm here:
* Silence all commands of the post-patch target to reduce cluttering of
logfiles
* Add license information
* Pet portlint
PR: 238487
Submitted by: Katsuyuki Miyoshi <katsubsd@gmail.com> (initial patch)
MFH: 2019Q2 (blanket, runtime fix and framework compliance)
* Submitter adopts port
While I'm here:
* Place USE_ variables to the intended USES block
Changelog:
* All Python scripts now use Python 3 by default. They are still supposedly
compatible with Python 2. (The port stays with Python 2.7 for a while as
not all dependencies are ready for Python 3, yet).
https://www.lesbonscomptes.com/recoll/release-1.25.html
PR: 238147
Submitted by: jjuanino@gmail.com