Version: 2.100.0, Package name: dtools-2.100.0 |
Maintained by: Brian Callahan |
Master sites: |
Description This package contains various tools redistributed with DMD or used internally during various build tasks. Programs include: catdocd Concatenates Ddoc files. changed Change log generator. checkwhitespace Check for trailing whitespace. contributors Query contributors between two D releases. ddemangle D symbol demangler. detab Replaces tabs with spaces. dget D source code downloader. dustmite Test case minimization tool. rdmd D build tool. tolf Line endings converter. updatecopyright Update the copyright notices in DMD |
Filesize: 126.685 KB |
Version History (View Complete History) |
|
2021-10-16 19:43:18 by Brian Callahan | Files touched by this commit (1) |
Log message: Enabling gdmd was a little too premature: it causes gcc-11 to hang out on the build machines, which breaks many more important ports. Switch dtools to build with dmd. This allows us to continue to offer the package on at least amd64. Comment out the gdmd line in lang/Makefile to make it clear this is intentional. We will revisit gdmd once the ports world moves to gcc-11. Found the hard way by tb@ -- apologies for the breakage ok sthen@, who also mentioned the commenting out of gdmd in lang/Makefile |