This should not be needed because we depend on:
py-distutils-extra -> intltool -> gettext-tools
where this is really used.
But the check for gettext-tools in ports/infrastructure/mk/bsd.port.mk:2650
only checks for direct dependency of the port :-(
Devel::OverloadInfo returns information about overloaded operators for a given
class (or object), including where in the inheritance hierarchy the overloads
are declared and where the code implementing it is.
From Wen Heping who takes maintainer
Tweak and OK afresh1@
There were various undefined references errors at linking time on these archs,
define the missing symbols also on all 32-bit archs (with hints from sthen@,
thanks!).
While here, move HOMEPAGE to https.
The most prominent change for us is probably the new portable dumper,
emacs no longer modifies the layout of its ELF executable as part of its
dumping mechanism. No more sbrk-based allocator at build time, no more
nopie or ld -Z workarounds, etc.
From the release announce email:
--8<--
Emacs 27.1 has a wide variety of new features, including:
- Built-in support for arbitrary-size integers
- Text shaping with HarfBuzz
- Native support for JSON parsing
- Better support for Cairo drawing
- Portable dumping used instead of unexec
- Support for XDG conventions for init files
- Additional early-init initialization file
- Lexical-binding is used by default
- Built-in support for tab bar and tab-line
- Support for resizing and rotating of images without ImageMagick
-->8--
Feedback for 27.0.91 pretest from bcallah@, matthieu@, krw@
Feedback for 27.1 from Nam Nguyen, ok krw@
I wouldn't normally reccommend updating a port to a release candidate, but
Syncthing has been broken ever since the golang 1.15beta1 update, and this
version unbreaks it for us.
Details here:
https://forum.syncthing.net/t/syncthing-broken-by-go-1-15-quic/15467/13
OK abieber@, thanks!