deduce he had lang/gcc48 installed and reproduce the build error
in a poudriere jail:
/usr/local/lib/gcc48/libstdc++.so.6: version CXXABI_1.3.9 required by /usr/local/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc not found
He also reported that the binaries from the FreeBSD built package
produced this error.
The fix is explicitly set LD_RUN_PATH to the gcc lib directory.
Reported by: danny@cs.huji.ac.il
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D16477
lang/ruby23 is already fixed same way, port it to newer releases
By the way, this unbreak ninja builds with any port relied on libruby.so
PR: 229898
Submitted by: fluffy
Reviewed by: ruby (miwi)
Approved by: ruby (miwi)
Exp-run by: antoine
MFH: 2018Q3
Differential Revision: D16341
This is a major version update that switches from using PyQt4 and Python 2.7
to PyQt5 and Python 3.5+
Update audio/picard-plugins to 20180707 snapshot from the 2.0 branch
Side-by-side comparison of the old and new distfiles shows that
upstream have apparently rerolled the distfile, with changes to the
content. However these changes are innocuous and consist of updating
some autoconf related files changing an embedded version string from
7.5devel to 7.5.0
Affected files:
% diff -qr pg_citus.{orig,newest}
Files pg_citus.orig/citus-7.5.0/configure and pg_citus.newest/citus-7.5.0/configure differ
Files pg_citus.orig/citus-7.5.0/configure.in and pg_citus.newest/citus-7.5.0/configure.in differ
Files pg_citus.orig/citus-7.5.0/src/test/regress/expected/multi_extension.out and pg_citus.newest/citus-7.5.0/src/test/regress/expected/multi_extension.out differ
Reported by: olgeni, pkg-fallout
- add patch to make it compile with a recent clang (from -current)
- add missing fcgiwrap config option to the FreeBSD readme
- sync pkg-descr and highlight difference between the ports in pkg-descr and COMMENT
Approved by: maintainer
It is derived from the Python docs theme, since PyPA maintains portions of the
default Python developer experience (specifically, the software installation and
distribution tools bootstrapped by the ensurepip module).
WWW: https://github.com/pypa/pypa-docs-theme
PR: 229820
Submitted by: freebsd_ports@k-worx.org
Sponsored by: iXsystems Inc.
Note that when adopting this theme, you're also borrowing an element of the
trust and credibility established by the CPython core developers over the years.
That's fine, and you're welcome to do so for other Python community projects if
you so choose, but please keep in mind that in doing so you're also choosing to
accept some of the responsibility for maintaining that collective trust.
WWW: https://pypi.org/project/python-docs-theme/
PR: 229821
Submitted by: freebsd_ports@k-worx.org
Sponsored by: iXsystems Inc.
make a PNG image containing a QR code from text
This module converts input text to a PNG image of a QR code containing the
text. The PNG image can either be stored to a file or it can be a scalar.
Image::PNG::Libpng requires "libpng" to be installed. "libpng" should
already be installed on most Linux and Windows systems.
- Add missing entries for gcov-dump and the gcov-tool manpage to the
various xtoolchain gcc ports.
- Add gcov-dump to the post-install loops that handle optional renaming
of tools and manpages.
Reviewed by: kan
Differential Revision: https://reviews.freebsd.org/D16465
- Added code generation for GoLang. GoCode is generated, compiles and
basically works Still some cleanup stuff required
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Introduced a new option, enabled on default, to use libiconv, that
provide wchar_t support and allow to use UTF-8 charset in gdb
PR: 230036
Reported by: Gleb Popov <arrowd@FreeBSD.org>