[Bug 270573] converters/p5-Sereal converters/p5-Sereal-Decoder converters/p5-Sereal-Encoder: `make configure` requires user interaction unless 'BATCH=yes' is defined

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 31 Mar 2023 23:43:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270573

            Bug ID: 270573
           Summary: converters/p5-Sereal converters/p5-Sereal-Decoder
                    converters/p5-Sereal-Encoder: `make configure`
                    requires user interaction unless 'BATCH=yes' is
                    defined
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: perl@FreeBSD.org
          Reporter: yasu@freebsd.org
             Flags: maintainer-feedback?(perl@FreeBSD.org)
          Assignee: perl@FreeBSD.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.