Upstream "separated go module for ", how to build

2023-12-10 Thread Nuno Teixeira
Hello all, devel/go-git port uses GO_TARGET=./cli/go-git to build this target. New version, upstream moved cli/go-git to a separated go module. Can't find a way to build it: - using GO_MODULE: https://github.com/go-git/go-git/issues/952 - and using "classic" gomod-vendor fails I remember this h

problem building with cargo-c

2023-12-10 Thread AN
FreeBSD FBSD14 14.0-STABLE FreeBSD 14.0-STABLE #6 stable/14-2c5e87862: Sat Dec 9 21:14:44 EST 2023 root@FBSD14:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL amd64 1400501 Suddenly having a problem updating some ports. # git pull - --ff-only && portupgrade -va POST git-upload-pack (186 bytes)

mbstring.so: Undefined symbol "php_pcre2_compile" apache24 & php81

2023-12-10 Thread void
Hi, apache will not start (service apache24 start) and this appears in httpd-error.log: ld-elf.so.1: /usr/local/lib/php/20210902/mbstring.so: Undefined symbol "php_pcre2_compile" This error appeared after upgrade from php81-8.1.25 to php81-8.1.26_1 and all dependencies. The error persists af

Unmaintained FreeBSD ports which are out of date

2023-12-10 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Re: mbstring.so: Undefined symbol "php_pcre2_compile" apache24 & php81

2023-12-10 Thread Tatsuki Makino
Hello. void wrote on 2023/12/11 12:44: > This error appeared after upgrade from php81-8.1.25 to php81-8.1.26_1 and all > dependencies. Have you also updated mod_php81 to mod_php81-8.1.26_1 ? I couldn't find any factors that would allow the symbol table to remain intact... Regards.

Re: mbstring.so: Undefined symbol "php_pcre2_compile" apache24 & php81

2023-12-10 Thread void
On Mon, Dec 11, 2023 at 03:44:37AM +, void wrote: fixed in https://cgit.freebsd.org/ports/commit/?id=5acc30bdc24452e17fff0127122096bda42b1d18 unselecting PCRE (meaning use bundled PCRE) in lang/php81 options and rebuilt. Sorry for the noise --

Re: mbstring.so: Undefined symbol "php_pcre2_compile" apache24 & php81

2023-12-10 Thread void
Hi, On Mon, Dec 11, 2023 at 03:21:26PM +0900, Tatsuki Makino wrote: Have you also updated mod_php81 to mod_php81-8.1.26_1 ? I couldn't find any factors that would allow the symbol table to remain intact... Yes, all php was rebuilt. It's fixed now because of https://cgit.freebsd.org/ports/co