Re: git: 439dc751509a - main - net/asio: Update to 1.34.2

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Fri, 18 Jul 2025 04:21:26 UTC
On Tue, Jul 15, 2025 at 08:59:08PM +0000, Jose Alonso Cardenas Marquez wrote:
> commit 439dc751509a9a79f691ee288b532c27a87c35c2
> 
>   net/asio: Update to 1.34.2

Hello Jose,

I've started to get emails from pkg-fallout@ that `net/arataga' port is now
failing which appears to be caused by this commit.  Could it be that you
forgot to test consumers? :-)

> --- a/net/asio/files/patch-configure
> +++ b/net/asio/files/patch-configure
> @@ -1,11 +1,11 @@
>  Since we aren't compiling anything for the port, don't look for boost:
> ---- configure.orig	2020-04-06 07:06:03 UTC
> +--- configure.orig	2025-04-10 21:52:03 UTC
>  +++ configure
> -@@ -4900,7 +4900,6 @@ else
> +@@ -5628,7 +5628,6 @@ else case e in #(
>       echo "Can't find boost headers. Please check the location of the boost"
>       echo "distribution and rerun configure using the --with-boost=DIR option."
>       echo "Alternatively, run with --without-boost to enable standalone build."
>  -    exit 1
> - 
> +    ;;
> + esac

Is this patch still needed?  The port builds fine for me without it (yes, in
the absense of Boost that is).  If it's still required in some weird corner
case, then why --without-boost isn't being used instead as suggested by the
above error message?

./danfe