diff options
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/lang/Makefile b/lang/Makefile index 1ea8c93fb2a9..4c947e7bdaa6 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -83,7 +83,6 @@ SUBDIR += fpc-devel-source SUBDIR += fpc-docs SUBDIR += fpc-source - SUBDIR += frawk SUBDIR += fsharp SUBDIR += fth SUBDIR += gambit-c @@ -103,9 +102,9 @@ SUBDIR += gcc6-aux SUBDIR += gforth SUBDIR += ghc - SUBDIR += ghc810 SUBDIR += ghc92 SUBDIR += ghc94 + SUBDIR += ghc96 SUBDIR += gir-to-d SUBDIR += gjs SUBDIR += gleam @@ -128,6 +127,7 @@ SUBDIR += go122 SUBDIR += go123 SUBDIR += go124 + SUBDIR += go125 SUBDIR += gomacro SUBDIR += gprolog SUBDIR += gptscript @@ -165,7 +165,6 @@ SUBDIR += kawa SUBDIR += kf5-kross SUBDIR += kotlin - SUBDIR += kross-interpreters SUBDIR += kturtle SUBDIR += lafontaine SUBDIR += lci @@ -177,12 +176,6 @@ SUBDIR += librep SUBDIR += libstdc++_stldoc_4.2.2 SUBDIR += linux-c7-tcl85 - SUBDIR += linux-dotnet-cli - SUBDIR += linux-dotnet-runtime - SUBDIR += linux-dotnet-sdk - SUBDIR += linux-dotnet10-runtime - SUBDIR += linux-dotnet11-runtime - SUBDIR += linux-dotnet11-sdk SUBDIR += linux-j SUBDIR += linux-rl9-python3 SUBDIR += linux-rl9-tcl86 @@ -191,7 +184,6 @@ SUBDIR += lua53 SUBDIR += lua54 SUBDIR += luajit - SUBDIR += luajit-devel SUBDIR += luajit-openresty SUBDIR += malbolge SUBDIR += maude @@ -271,9 +263,9 @@ SUBDIR += pbasic SUBDIR += pcc SUBDIR += perl5-devel - SUBDIR += perl5.36 SUBDIR += perl5.38 SUBDIR += perl5.40 + SUBDIR += perl5.42 SUBDIR += petite-chez SUBDIR += pfe SUBDIR += pharo @@ -286,6 +278,8 @@ SUBDIR += php83-extensions SUBDIR += php84 SUBDIR += php84-extensions + SUBDIR += php85 + SUBDIR += php85-extensions SUBDIR += picoc SUBDIR += picolisp SUBDIR += pkl @@ -340,6 +334,7 @@ SUBDIR += rust SUBDIR += rust-bootstrap SUBDIR += rust-nightly + SUBDIR += rust188 SUBDIR += rustpython SUBDIR += s7 SUBDIR += s7-nrepl @@ -371,10 +366,10 @@ SUBDIR += spidermonkey128 SUBDIR += spidermonkey78 SUBDIR += spidermonkey91 - SUBDIR += spl SUBDIR += squeak SUBDIR += squirrel SUBDIR += starlark-rust + SUBDIR += swift510 SUBDIR += swipl SUBDIR += tauthon SUBDIR += tcbasic @@ -403,6 +398,5 @@ SUBDIR += ypsilon SUBDIR += zephir SUBDIR += zig - SUBDIR += zig010 .include <bsd.port.subdir.mk> |