9 Commits

Author SHA1 Message Date
bcallah
f47e6ba069 Update to dmd-2.100.1
Changelog: https://dlang.org/changelog/2.100.1.html
Note: dtools not updated as they didn't change from 2.100.0 to 2.100.1
2022-08-14 17:28:49 +00:00
bcallah
06c3e8d57d Update to dmd-2.100.0
Changelog: https://dlang.org/changelog/2.100.0.html
additional testing from Ryan Boggs
2022-06-28 04:25:13 +00:00
bcallah
2eb0c6fb63 Update to dmd-2.099.1
Changelog: https://dlang.org/changelog/2.099.1.html
Build and run testing from Ryan Boggs
ok fcambus@
2022-04-23 23:51:25 +00:00
bcallah
58718cdcd4 Update to dmd-2.099.0
Changelog: https://dlang.org/changelog/2.099.0.html
Additional testing by Ryan Boggs, sdk@
ok bket@
2022-03-20 19:33:46 +00:00
naddy
e93f9d0ca9 drop RCS Ids 2022-03-11 19:28:46 +00:00
bcallah
0f81582e70 Version the bootstrap so that it gets pick up by the build system.
Requested by naddy@
2021-11-29 01:23:22 +00:00
bcallah
17625d4c84 Update bootstrap and set
LD_LIBRARY_PATH="${WRKSRC}/dmd-${V}-bootstrap/openbsd/bin${MODEL}" to cope
with LLVM 13 update (and hopefully future updates as well).
No change to the resulting package.
2021-11-28 23:21:21 +00:00
bcallah
40e72663f9 Variablize all instances of 64 to ${MODEL} in preparation for the i386
bootstrap and package.
ok sthen@
2021-11-02 13:28:34 +00:00
bcallah
c7cd68b4c2 Import lang/dmd, the reference compiler for the D programming language.
ok gkoehler@

DMD is the reference compiler for the D programming language.
D is a general-purpose programming language with static typing,
systems-level access, and C-like syntax.

This package contains the following:
* dmd: the D compiler
* libphobos2.a: the D standard library (with headers)
2021-10-13 04:38:50 +00:00