Index | Thread | Search

From:
Laurent Cheylus <foxy@free.fr>
Subject:
Re: Add devel/rust-analyzer
To:
ports@openbsd.org
Date:
Fri, 19 Jan 2024 18:29:47 -0000

Download raw body.

Thread
Hi,

On Fri, 19 Jan 2024 16:16:00 +0000, Edd Barrett wrote:

>> post-build:
>> 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/asciidoctor 
\
>> 		docs/user/manual.adoc
> 
> Fixed, and using -safe.

NOK using your last diff, there are errors when using asscidoctor to 
generate HTML doc from adoc:

asciidoctor: ERROR: manual.adoc: line 814: include file not found: /usr/
obj/ports/rust-analyzer-20231218/rust-analyzer-2023-12-18/docs/user/
generated_features.adoc
asciidoctor: ERROR: manual.adoc: line 822: include file not found: /usr/
obj/ports/rust-analyzer-20231218/rust-analyzer-2023-12-18/docs/user/
generated_assists.adoc
asciidoctor: ERROR: manual.adoc: line 833: include file not found: /usr/
obj/ports/rust-analyzer-20231218/rust-analyzer-2023-12-18/docs/user/
generated_diagnostic.adoc

These files are generated during tests but you remove my specific step to 
generate them.

Please, if you want to commit this port after fix/OK, update it to the 
last version 2024-01-15 and add me as maintener.

THanks, Laurent