Bug 266826 - devel/gdmd: New port, wrapper providing DMD-like CLI interface to GDC
Summary: devel/gdmd: New port, wrapper providing DMD-like CLI interface to GDC
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL: https://github.com/D-Programming-GDC/...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-04 20:39 UTC by Daniel Engberg
Modified: 2022-10-31 23:11 UTC (History)
0 users

See Also:


Attachments
Patch for gdmd (1.54 KB, patch)
2022-10-04 23:19 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2022-10-04 20:39:27 UTC
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)
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2022-10-04 23:19:28 UTC
Created attachment 237083 [details]
Patch for gdmd

Patch for gdmd
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2022-10-28 20:03:39 UTC
Friendly ping
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-10-31 23:11:01 UTC
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(+)
Comment 4 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2022-10-31 23:11:41 UTC
Committed thanks!