Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2024 21:55:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 283292] www/osrm-backend: Attempt to unbundle old version of sol2
Message-ID:  <bug-283292-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283292

            Bug ID: 283292
           Summary: www/osrm-backend: Attempt to unbundle old version of
                    sol2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: freebsd@mosedal.net

Created attachment 255820
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D255820&action=
=3Dedit
Patch removing dependency on clang18 and attempts to unbundle old sol2 libr=
ary

Hi,
I am the maintainer of this port.

I finally found some time to attempt to unbundle the old version of sol2 us=
ed
by default, because it caused some build issues with modern Clang on
FreeBSD-Current.
Attached is a patch that:
* Removes the DEBUG option - it did nothing.
* Tries to unbundle the included sol2 library.
* Removes the dependency on Clang 18 for FreeBSD-Current.
* Bumps PORTREVISION

I couldn't figure out how to replace the bundled sol2 library's include path
using REINPLACE_CMD - that's why that modification is its own separate file=
 and
not part of the Makefile. If anyone can find a better way of doing so, you =
have
my permission to modify the command. I should also note that the path to so=
l2
is hardcoded to /usr/local/include/sol because of the previous issue - if it
can be fixed to be more generic, that's fine by me.

All the best,

Peter.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283292-7788>