aboutsummaryrefslogtreecommitdiff
path: root/lang/ldc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.3.0Jose Alonso Cardenas Marquez2017-07-161-3/+14
| | | | Notes: svn path=/head/; revision=445988
* - Update to 1.2.0Jose Alonso Cardenas Marquez2017-07-071-1/+1
| | | | Notes: svn path=/head/; revision=445203
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-201-0/+1
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Reported by: swills Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441320
* Mark some ports failing on aarch64, and, in a few cases, other tier-2Mark Linimon2017-05-021-0/+3
| | | | | | | | | | | archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439991
* - Fix build on FreeBSD 11Jose Alonso Cardenas Marquez2017-03-051-8/+4
| | | | Notes: svn path=/head/; revision=435443
* New ports: lang/ldcJose Alonso Cardenas Marquez2017-02-281-0/+37
The LDC project aims to provide a portable D programming language compiler with modern optimization and code generation capabilities. The compiler uses the official DMD frontends to support the latest version of D2, and relies on the LLVM Core libraries for code generation. LDC is fully Open Source; the parts of the code not taken/adapted from other projects are BSD-licensed (see the LICENSE file for details). WWW: http://wiki.dlang.org/LDC Notes: svn path=/head/; revision=435057