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

From: <acm_at_freebsd.org>
Date: Fri, 18 Jul 2025 06:09:56 UTC
 ---- On Thu, 17 Jul 2025 21:21:26 -0700  Alexey Dokuchaev <danfe@freebsd.org> wrote --- 
 > 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,

Hello Alexey

 > 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? :-)

Well I prefer to give this responsibility to the maintainer. Almost that is the same I do when other guys are updating ports that I use in my ports

 > > --- 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?

I think it is not necessary anymore. Next time I'll remove it 

 > ./danfe
 > 

Greetings