===> Applying distribution patches for qtcurve-1.9.0
patch: **** can't cd to /wrkdirs/usr/ports/x11-themes/qtcurve/work/qtcurve-1.9: No such file or directory
===> FAILED Applying distribution patch ee2228ea2f18ac5da9b434ee6089381df815aa94.patch with -p1
*** Error code 1
Reported by: pkg-fallout
MFH: 2020Q3 (build fix blanket)
Else the cmake setup will not install the extract_wb_from_images.sh
script, leading to inconsistent installs or packaging failures.
Reported by: poudriere
Approved by: portmgr@ (blanket approval to add missing requisites)
There's no release notes for kimageannotator, but looking at the log
https://github.com/ksnip/kImageAnnotator/commits/v0.3.2
it's just translation fixes and patches relevant for platforms
that are not-FreeBSD.
Reported by: portscout
- This (still) builds with CMake 3.17
- Circular dependency between harfbuzz and freetype causes
build (configure) failures with CMake 3.18, although I don't
see why CMake 3.17 doesn't fall over (it might be due to
recent CMake module additions)
- Reported upstream with alternate fix at
https://github.com/EasyRPG/Player/pull/2274
PR: 248003
Use C11 compiler:
/usr/local/include/unicode/localpointer.h:224: error: expected ';' before 'noexcept'
Also required is bumping GCC for misc/biblesync because of libstdc++ ABI error.
MFH: 2020Q3 (fix build blanket)
- Release notes: https://github.com/be5invis/Iosevka/releases/tag/v3.4.1
- Add more spacing variants (fixed & term). They are available as options
- Refactor Makefile to make it easier for the port maintainer to manage
variants
Add option to support jinja2 templates.
From ChangeLog: https://github.com/TheLocehiliosan/yadm/releases/tag/2.5.0
* Support for transcrypt
* Support ESH templates
* Preserve file mode of template
* Fish shell completions
* Fix alt processing when worktree is `/`
* Assert config directory if missing
* Documentation improvements
PR: 245593
Submitted by: vendion@gmail.com (maintainer)
Pythonic bindings for the notmuch mail database using CFFI. This module makes
the functionality of the notmuch library (https://notmuchmail.org) available to
python using CFFI
WWW: https://notmuchmail.org/
GCC doesn't include sys/endian.h by default:
/wrkdirs/usr/ports/audio/opustags/work/opustags-1.3.0/src/opus.cc: In function 'ot::status ot::parse_tags(const ogg_packet&, ot::opus_tags&)':
/wrkdirs/usr/ports/audio/opustags/work/opustags-1.3.0/src/opus.cc:58:25: error: 'le32toh' was not declared in this scope
58 | size_t vendor_length = le32toh(*((uint32_t*) (data + pos)));
| ^~~~~~~
/wrkdirs/usr/ports/audio/opustags/work/opustags-1.3.0/src/opus.cc: In function 'ot::dynamic_ogg_packet ot::render_tags(const ot::opus_tags&)':
/wrkdirs/usr/ports/audio/opustags/work/opustags-1.3.0/src/opus.cc:107:6: error: 'htole32' was not declared in this scope
107 | n = htole32(tags.vendor.size());
| ^~~~~~~
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.
Port changes:
- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
deskutils/howm, which now build
Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D23966
As of this release, the package now updates files which were previously
updated by the app. In keeping with not having modified files within
WWWDIR, the following files are now supplied by the package and are
created at the same time the vendor tarball is manually created.
The files in question are located in
* bootstrap/cache
* html/js/lang
These files should now be static and not modified by the application,
which would create them if not found. These files will get updated
with each new release.
This fixes ugly black bars that show up with cdialog 1.3-20180621
PR: 242613
Submitted by: takefu@airport.fm
Reported by: Serge Volkov <sv@ulstu.ru>
Approved by: tcberner (ports)
Approved by: Josmar <jcpierri@gmail.com> (maintainer)