2 Commits

Author SHA1 Message Date
bcallah
72f744ccd6 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
2021-10-17 01:43:18 +00:00
bcallah
056fe7c215 Import devel/dtools, the ancillary tools for the D programming language
compiler.
powerpc testing, tweaks, and ok gkoehler@. Additional testing Ryan Boggs.

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
2021-10-15 13:44:26 +00:00