ld: error: undefined symbol: __multi3
>>> referenced by mymoneyforecast.cpp
>>> kmymoney/mymoney/CMakeFiles/kmm_mymoney.dir/mymoneyforecast.cpp.o:(MyMoneyForecastPrivate::calculateAccountTrendList())
>>> did you mean: __muldi3
>>> defined in: /usr/lib/libgcc_s.so
In file included from /wrkdirs/usr/ports/devel/pecl-eio/work-php74/eio-2.0.4/php7/php_eio.c:70:
In file included from ./libeio/eio.c:45:
./libeio/ecb.h:460:44: warning: function declared 'noreturn' should not return [-Winvalid-noreturn]
ecb_inline void ecb_unreachable (void) { }
^
./libeio/ecb.h:481:3: error: use of undeclared identifier 'retrurn'
retrurn 0x11;
Use newer LLVM with sanitizer libraries:
ld: error: cannot open /usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-powerpc64le.a: No such file or directory
net.c:162:21: error: format specifies type 'long' but the argument has type 'unsigned int' [-Werror,-Wformat]
path, strlen(path), maxlen);
^~~~~~~~~~~~
net.c:162:35: error: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
path, strlen(path), maxlen);
^~~~~~
Mk/Uses/cargo.mk looks for Makefile.crates in MASTERDIR, so move the
list of CARGO_CRATES there to have a smaller and cleaner Makefile
and to make updates easier with
make cargo-crates > Makefile.crates.
Reported by: eduardo
Approved by: jfree (maintainer)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D36662
This allows the DA9063 RTC driver to probe and attach (and exposes other
MFD children too, but we don't have drivers for them). It also includes
a couple of miscellaneous improvements synced from the Linux DTS,
fixing the compatible string for the on-board QSPI flash and adding the
card detect GPIO for the QSPI SD card.
Reviewed by: manu
Approved by: manu (uboot, ports)
Differential Revision: https://reviews.freebsd.org/D36556
Modify the workaround committed in 4ae8ff941b by only adding
-Wl,--allow-multiple-definition to the two link command lines that
require it, instead of adding it to hints/freebsd.sh
Otherwise, that linker flag is emitted into perl's global configuration
(/usr/local/lib/perl5/5.xx/mach/Config_heavy.pl), and might be used by
other ports which link in libperl, such as www/mod_perl2, which cannot
correctly handle any unexpected linker flags, leading to errors.
PR: 265516
Reported by: lev
Approved by: maintainer timeout (1 month)
Fixes: 4ae8ff941b
MFH: 2022Q3
PORTREVISON was set directly with 1. Before that the line did not exist. This leads to a "Ports with version numbers going backwards" warning.
PORTREVISION now set one higher than the master port NGINX.
Discussed with: tcberner
Sponsored by: Netzkommune GmbH