On Sat, Jun 06, 2020 at 07:51:56AM +0000, niamkik wrote:
> Hi everyone,
> 
> Please find in attachment the port for mercury-lang[1] stable version. Here 
> the package description:
> 
>   Mercury is a pure logic programming language intended for the creation
>   of large, fast, reliable programs. The syntax of Mercury is based on
>   the syntax of Prolog, but semantically the two languages are very
>   different due to Mercury's purity, its type, mode, determinism and
>   module systems.
> 
> This package was tested on OpenBSD-6.6, OpenBSD-6.7 and OpenBSD-current. This 
> package was initially sent to openbsd-wip on github[2].
> 
> Regards,
> Mathieu
> 
> [1] mercurylang.org/
> [2] https://github.com/jasperla/openbsd-wip/pull/133

Hi Mathieu,

A couple issues right off the bat. You don't need a REVISION marker
since this would be the initial import. It also looks like 20.01.2 was
release on May 3rd.

pkg/PLIST seems to be empty, so not sure how this port/pkg would even
install anything. You also have CONFIGURE_ENV set CC=egcc but don't
depend on ports gcc anywhere. You might want to look into the COMPILER
option if you really need to depend on ports gcc.

Reply via email to