Commit Graph

5 Commits

Author SHA1 Message Date
bcallah
150d551346 Update to dtools-2.100.0
Changelog: https://github.com/dlang/tools/compare/v2.099.0...v2.100.0
additional testing from Ryan Boggs
2022-06-28 04:26:33 +00:00
bcallah
8e084c78d2 Update to dtools-2.099.0, keeping in sync with dmd
Reminded by sdk@, who had the same diff I did
2022-03-20 19:44:27 +00:00
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
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