Version: 2.100.1, Package name: dmd-2.100.1 |
Maintained by: Brian Callahan |
Description 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) |
Filesize: 2632.354 KB |
Version History (View Complete History) |
|
2021-11-28 18:23:22 by Brian Callahan | Files touched by this commit (2) |
Log message: Version the bootstrap so that it gets pick up by the build system. Requested by naddy@ |
2021-11-28 16:21:21 by Brian Callahan | Files touched by this commit (2) |
Log message: 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-02 07:28:34 by Brian Callahan | Files touched by this commit (1) |
Log message: Variablize all instances of 64 to ${MODEL} in preparation for the i386 bootstrap and package. ok sthen@ |