Hi,
On Sun, 05 Mar 2023 03:43:49 +0000, Renato Aguiar wrote:
> "Laurent Cheylus" <foxy@free.fr> writes:
>
>> Some comments :
>> - use MAKE_ENV += CFG_RELEASE=${GH_TAGNAME} (+= instead of a simple =)
>> - add WANTLIB += ${MODCARGO_WANTLIB} in Makefile
>
> Done.
>
>> Compared to your port, I have also packaged the user docs for rust-
>> analyzer :
>> - patch to concatenate docs/user/manual.adoc and docs/user/
>> generated_config.adoc files
>> - convert AsciiDoc manual.adoc file to HTML
>> - install manual.html in ${PREFIX}/share/doc/rust-analyzer
>>
>> Could you please merge your port and my work ?
>
> I updated the port to generate and install the manual.html, but I'm
> using a slightly different approach.
With the last version of your port, build and tests OK on current/amd64 with rustc 1.67.1.
I needed to install rust-rustfmt package to have successful tests with your port. Please add it in BUILD_DEPENDS :
BUILD_DEPENDS = textproc/asciidoctor textproc/ruby-rouge lang/rust,,-rustfmt
Laurent
No comments:
Post a Comment