| Summary: | devel/dub: fix build with LLVM 13.0 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Hiroo Ono <hiroo.ono+freebsd> | ||||||
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | ronald-lists | ||||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(acm) |
||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| URL: | https://reviews.llvm.org/D96914 | ||||||||
| Attachments: |
|
||||||||
To trigger maintainer timeout the flag "maintainer-approval" on the Attachment Details page should be set to "?". That is a different flag than "maintainter-feedback" on the bug itself. Created attachment 231648 [details]
updated patch
LLVM 13.0 was also introduced to stable/13 and stable/12, so I had to check it also on stable/13 and stable/12.
I could not find "%%LDFLAGS%%" in build.sh. So I removed its replacement snippet.
Checked build on stable/13.
devel/dub was updated to 1.29. Tell me if it is failing on those version of FreeBSD It should be fixed at latest version of ldc/dub |
Created attachment 229785 [details] patch for devel/dub Due to change in ld.lld on llvm13, build of devel/dub is broken on 14-current. Fix it.