Re: git: 4e186c681084 - main - editors/microsoft-edit: New port, a console text editor written in Rust

From: MANTANI Nobutaka <nobutaka_at_freebsd.org>
Date: Tue, 27 May 2025 17:41:06 UTC
Hello Alexey and Gleb,

Thank you for your advices. I fixed Makefile to use ${RLN} instead of ${LN}.

--
MANTANI Nobutaka
nobutaka@freebsd.org, nobutaka@nobutaka.org


On Tue, 27 May 2025 15:14:51 +0900,
Gleb Popov wrote:
> 
> On Tue, May 27, 2025 at 9:04 AM Alexey Dokuchaev <danfe@freebsd.org> wrote:
> >
> > On Mon, May 26, 2025 at 05:00:53PM +0000, MANTANI Nobutaka wrote:
> > > commit 4e186c681084fc2996f98ed6927b2536bd13d495
> > >
> > >     editors/microsoft-edit: New port, a console text editor written in Rust
> > > ...
> > > +post-install:
> > > +     ${LN} -sf ${PREFIX}/bin/edit ${STAGEDIR}/${PREFIX}/bin/msedit
> >
> > There are several bugs in this line.  First, symlink target should rarely be
> > an absolute path (imagine mounting this filesystem under different path --
> > the link would get broken).
> 
> Right, and we have ${RLN} for exactly this case.
>