Needed to compile devel/ldc Assigning it to current maintainer of devel/ldc Compile and runtime tested on FreeBSD 13.1-STABLE (amd64) Poudriere testport OK 12.3-RELEASE (amd64) Poudriere testport OK 13.1-RELEASE (i386)
Created attachment 237083 [details] Patch for gdmd Patch for gdmd
Friendly ping
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=427c0ca99bb879365377dbf229d23fa965debfcd commit 427c0ca99bb879365377dbf229d23fa965debfcd Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-10-31 23:08:23 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2022-10-31 23:09:59 +0000 devel/gdmd: New port: Wrapper providing DMD-like CLI interface to GDC An interface to the GNU D compiler (GDC), which recognizes flags normally used with the DMD D compiler and translates them to flags GDC can understand. This makes `gdmd` a drop-in replacement to the `dmd` compiler invocation. PR: 266826 devel/Makefile | 1 + devel/gdmd/Makefile (new) | 31 +++++++++++++++++++++++++++++++ devel/gdmd/distinfo (new) | 3 +++ devel/gdmd/pkg-descr (new) | 3 +++ 4 files changed, 38 insertions(+)
Committed thanks!