CVSROOT: /cvs Module name: ports Changes by: bcal...@cvs.openbsd.org 2021/10/16 19:43:18
Modified files: lang : Makefile devel/dtools : Makefile 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