Friday, October 07, 2022

Re: [NEW] devel/difftastic

On 10/7/22 10:02, Landry Breuil wrote:
> anyway, my port for 0.35 was much similar to yours, the only "relevant"
> differences i had were:
> SEPARATE_BUILD = Yes
> WANTLIB += c ${COMPILER_LIBCXX} m pthread
>
> (im never sure about the COMPILER_LIBCXX bit for rust ports..)

I went for c++ and c++abi mostly because I would have had to explicitly
set COMPILER to shut up portcheck, so I chose your textproc/delta port
as an orientation.

Regarding SEPARATE_BUILD: Is there anything particular about non-amd64
platforms needing that? It definitely isn't needed on amd64 here.

> and DESCR:
> -Difftastic is an experimental diff tool that compares files based
> -on their syntax.
> -It supports over 30 programming languages.
> +Difftastic is a structural diff tool that understands syntax. It
> +supports over 20 programming languages, parses the code, and then
> +compares the syntax trees.
>
> ok landry@ to import your version, maybe just improve the DESCR and
> lowercase the first letter of COMMENT.

Done, updated port attached!

cu,
Volker

No comments:

Post a Comment