Re: git: 1ff22df3296b - main - devel/eclipse-titan: Add new port

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 21 Jun 2025 00:04:52 UTC
On 2025-06-14 17:33, Hiroki Sato wrote:
> Gerald Pfeifer<gerald@pfeifer.com> wrote
>    in<db4929a3-b962-efae-ed44-48f653110871@pfeifer.com>:
>
> ge> On Thu, 12 Jun 2025, Hiroki Sato wrote:
> ge> >     devel/eclipse-titan: Add new port
> ge> >
> ge> >     Eclipse Titan is an open-source implementation of TTCN-3 compilation and
> ge> >     execution environment.  TTCN-3 is a modular language specifically designed
> ge> >     for testing, standardized by ETSI, and endorsed by ITU.
> ge>
> ge> > +USE_GCC=	yes
> ge>
> ge> Our of curiosity, why does this require GCC? (This might be worth a
> ge> comment in Makefile?)
>
> Sure, I will add some comments to the Makefile.  It has both
> build-time and runtime dependency.  Regarding the build-time, it does
> not build using clang++ while I am working on a patch to fix it.  For
> runtime, Titan is a compiler that translates a program written in the
> TTCN-3 language to C++, generates makefiles, and then compiles
> it using g++.  Currently clang++ is not fully supported in the
> generated code.
>
> -- Hiroki

Fails to build on multiple releases and archs

https://portsfallout.com/port/38567/

Best regards,

Daniel