Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Oct 2023 17:52:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 274355] devel/wasmer: Update to 4.2.2
Message-ID:  <bug-274355-7788-bRTt4gvZwi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274355-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274355-7788@https.bugs.freebsd.org/bugzilla/>

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

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Assignee|ports-bugs@FreeBSD.org      |fuz@FreeBSD.org
                 CC|                            |fuz@FreeBSD.org

--- Comment #2 from Robert Clausecker <fuz@FreeBSD.org> ---
Thank you for your submission.

I see that your patch hardcodes /usr/local as a search path in a patch.  Th=
is
is incorrect.  The user can install the package into any prefix he/she like=
s.=20
You must obey LOCALBASE here.

I recommend as follows: in the patch, use %%LOCALBASE%% for the directory.=
=20
Then, add a pre-configure target like

    pre-configure:
            ${REINPLACE_CMD} -e s,%%LOCALBASE%%,${LOCALBASE},
${WRKSRC}/Makefile

to patch in the true LOCALBASE prefix.

Please check this issue and resubmit as appropriate.

--=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-274355-7788-bRTt4gvZwi>