After these ports are updated to 5.003 `make configure` requires user interaction as following unless 'BATCH=yes' is defined. yasu@rolling-vm-freebsd2[1049]% pwd /usr/ports/converters/p5-Sereal yasu@rolling-vm-freebsd2[1050]% make configure ===> License ART10 GPLv1+ accepted by the user ===> p5-Sereal-5.003 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Sereal-5.003 for building ===> Extracting for p5-Sereal-5.003 => SHA256 Checksum OK for Sereal-5.003.tar.gz. ===> Patching for p5-Sereal-5.003 ===> p5-Sereal-5.003 depends on package: p5-Sereal-Decoder>=5.003 - not found ===> License ART10 GPLv1+ accepted by the user ===> p5-Sereal-Decoder-5.003 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Sereal-Decoder-5.003 for building ===> Extracting for p5-Sereal-Decoder-5.003 => SHA256 Checksum OK for Sereal-Decoder-5.003.tar.gz. ===> Patching for p5-Sereal-Decoder-5.003 ===> p5-Sereal-Decoder-5.003 depends on package: perl5>=5.36<5.37 - found ===> p5-Sereal-Decoder-5.003 depends on shared library: libzstd.so - found (/usr/local/lib/libzstd.so) ===> Configuring for p5-Sereal-Decoder-5.003 USE_UNALIGNED not set in env. Use unaligned loads and stores? yes/no [no] ^C*** Signal 2 *** Signal 2 yasu@rolling-vm-freebsd2[1051]% If I revert them to 5.001, then `make configure` finishes without user interaction.
Assign to sunpoet, who updated these ports to 5.003.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8103390588660d3336d2b0726251dfbdda3ead3 commit f8103390588660d3336d2b0726251dfbdda3ead3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 13:35:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 13:37:35 +0000 converters/p5-Sereal-{Decoder,Encoder}: Allow build without BATCH=yes PR: 270573 Reported by: yasu converters/p5-Sereal-Decoder/Makefile | 1 + converters/p5-Sereal-Encoder/Makefile | 1 + 2 files changed, 2 insertions(+)
Committed. Thanks!