openbsd-ports/lang/Makefile
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

128 lines
2.8 KiB
Makefile

# $OpenBSD: Makefile,v 1.255 2021/10/17 01:43:18 bcallah Exp $
SUBDIR =
SUBDIR += STk
SUBDIR += a60
SUBDIR += abcl
SUBDIR += algol68g
SUBDIR += apl
SUBDIR += bacon
SUBDIR += bootgcc
SUBDIR += brainfuck
SUBDIR += brandy
SUBDIR += chibi-scheme
SUBDIR += chicken
SUBDIR += cim
SUBDIR += clisp
SUBDIR += clazy
SUBDIR += clojure
SUBDIR += compcert
SUBDIR += cparser
SUBDIR += crystal
SUBDIR += cython
SUBDIR += cython,python3
SUBDIR += datalog
SUBDIR += dmd
SUBDIR += duktape
SUBDIR += eagle
SUBDIR += ecl
SUBDIR += elixir
SUBDIR += eltclsh
SUBDIR += erlang
SUBDIR += expect
SUBDIR += flang
SUBDIR += fpc
SUBDIR += freebasic
SUBDIR += freehdl
SUBDIR += fsharp
SUBDIR += gambit
SUBDIR += gawk
SUBDIR += gcc
# SUBDIR += gdmd
SUBDIR += gerbil
SUBDIR += gforth
SUBDIR += ghc
SUBDIR += gnucobol
SUBDIR += go
SUBDIR += go-bootstrap
SUBDIR += gpc
SUBDIR += gprolog
SUBDIR += gravity
SUBDIR += guile
SUBDIR += guile2
SUBDIR += hashlink
SUBDIR += haxe
SUBDIR += icon
SUBDIR += intel2gas
SUBDIR += iverilog
SUBDIR += janet
SUBDIR += jikes
SUBDIR += jimtcl
SUBDIR += jruby
SUBDIR += kawa
SUBDIR += kona
SUBDIR += librep
SUBDIR += libv8
SUBDIR += lua
SUBDIR += luajit
SUBDIR += lucee
SUBDIR += mawk
SUBDIR += microscheme
SUBDIR += moarvm
SUBDIR += mono
SUBDIR += mruby
SUBDIR += myhdl
SUBDIR += myrddin
SUBDIR += nbfc
SUBDIR += nekovm
SUBDIR += newlisp
SUBDIR += nim
SUBDIR += node
SUBDIR += nqp
SUBDIR += ocaml
SUBDIR += ocaml-camlp4
SUBDIR += ocaml-camlp5
SUBDIR += otcl
SUBDIR += p5-Language-Ook
SUBDIR += parrot
SUBDIR += pcbasic
SUBDIR += pcc
SUBDIR += pfe
SUBDIR += php
SUBDIR += ponyc
SUBDIR += processing
SUBDIR += pypy
SUBDIR += python
SUBDIR += quickjs
SUBDIR += racket-minimal
SUBDIR += racket-minimal,no_jit
SUBDIR += rakudo
SUBDIR += regina
SUBDIR += ruby
SUBDIR += rust
SUBDIR += sbcl
SUBDIR += sbcl,threads
SUBDIR += scala
SUBDIR += scheme-report
SUBDIR += scheme48
SUBDIR += scm
SUBDIR += scm,no_x11
SUBDIR += secularize
SUBDIR += seed7
SUBDIR += snobol4
SUBDIR += spin
SUBDIR += squeak
SUBDIR += swi-prolog
SUBDIR += tcc
SUBDIR += tcl
SUBDIR += tcltutor
SUBDIR += tinyscheme
SUBDIR += ucblogo
SUBDIR += unicon
SUBDIR += vala,
SUBDIR += verilator
SUBDIR += wabt
SUBDIR += zig
.include <bsd.port.subdir.mk>