* Since the env variable '$HOME' is being set to
'/nonexistent' this will cause build errors for
non-privileged users. Work-around this by setting
the necessary work environment (which includes $HOME).
This was reported by pkg-fallout. [1]
* Minor semantic changes in a few places.
* Bumped PORTREVISION.
PR: 246872
Submitted by: maintainer
Changes since 2.2.0:
* Fixed blurry book covers on HiDPI
* Fixed OPDS links to Standard Ebooks and Project Gutenberg
* Fixed wrong view icon on startup
Add manual page, bump PORTREVISION
While here add TIMESTAMP to distinfo and reorder Makefile variables a bit
PR: 245488
Submitted by: Aleksandr Ignatyev <alex@i.org.ua>
Approved by: maintainer timeout (jadawin, 2 months)
MFH: 2020Q2
Parsing VuXML ...Application exception:
bad CVE name for vid 669f3fe8-a07a-11ea-b83e-f0def1f5c5a2: GHSL-2020-100 @ho:215
*** Error code 1
Sponsored by: Netzkommune GmbH
This update incorporates many features and improvements since 2.0.0-rc4,
as well as a large mass of security fixes.
Full changelog available:
https://github.com/FreeRDP/FreeRDP/blob/2.1.0/ChangeLog
PR: 245517
Approved by: koobs (mentor)
MFH: 2020Q2
Security: 669f3fe8-a07a-11ea-b83e-f0def1f5c5a2
Meson probes FreeBSD suffixes[1] for llvm-config but ends up selecting
the last match instead of the unsuffixed version. Given BINARY_ALIAS
is not respected this breaks dependency tracking. So, help Meson find
the correct tool by translating into its own aliasing facility.
[1] https://github.com/mesonbuild/meson/blob/0.54.2/mesonbuild/environment.py#L185-L198
WARNING: Gettext not found, all translation targets will be ignored.
python3.7 src/util/xmlpool/gen_xmlpool.py --template src/util/xmlpool/t_options.h --output src/util/xmlpool/options.h --localedir _build/src/util/xmlpool --languages ca es de nl sv fr
Warning: language 'ca' not found.
Warning: language 'es' not found.
Warning: language 'de' not found.
Warning: language 'nl' not found.
Warning: language 'sv' not found.
Warning: language 'fr' not found.
https://bugs.archlinux.org/task/66310https://gitlab.freedesktop.org/mesa/mesa/commit/7834926a4f5c
Meson seems to not care that a llvm-config binary exists and will prefer
to use llvm-config-devel for some reason.
Using a native-file fixes that and meson will correctly use the llvm specified
in it.
PR: 247026
Approved by: zeising (x11@ implicit)
From ChangeLog: https://github.com/getsentry/sentry-cli/releases/1.54.0
* feat: Add --no-environ parameter to bash-hook (#745)
* feat: Allow for disabling install progress-bar without silencing npm using SENTRY_NO_PROGRESS_BAR env var (#754)
* fix: Use correct required option to newDeploy JS api (#755)
PR: 247014
Submitted by: vulcan@wired.sh (maintainer)
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
PORTREVISION is bumped for all of the above, because we will almost
certainly build these differently when the replacements actually start
working.
These were all detected by the below-referenced exp-run [1]. The patch
included forbids many ordinary characters from being escaped, since we'll
later imbue those with special meanings. This has had the nice side effect
of picking up various things that we didn't handle properly, e.g. \t and \r
for tab and carriage return.
PR: 229925 [1]
Approved by: koobs (mentor)
Approved by: portmgr (blanket: trivial build fixes)
MFH: no (invasive risk)
Differential Revision: https://reviews.freebsd.org/D25185
This release fixes numerous bugs, and makes a lot of improvements to the
standard library, using inline assembly to enhance performance and reduce
size.
PR: 246961
Submitted by: Charles Childers