diff --git a/recipes/wip/opengmk/recipe.toml b/recipes/wip/opengmk/recipe.toml
index fb7a2b203a708959fa5b109b63f18eeec97475bb..5c0a004d74a32b40128def371a71af53ca040691 100644
--- a/recipes/wip/opengmk/recipe.toml
+++ b/recipes/wip/opengmk/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO libsoundio-sys crate error, require ALSA (needs to be ported)
 [source]
 git = "https://github.com/OpenGMK/OpenGMK"
 [build]
diff --git a/recipes/wip/openjdk11-headless/recipe.toml b/recipes/wip/openjdk11-headless/recipe.toml
index bcf47eed53c1ea81922e5565d7aaef8a522fc87e..a7df77765dab4bf5a091064c7029d3cabc428d0a 100644
--- a/recipes/wip/openjdk11-headless/recipe.toml
+++ b/recipes/wip/openjdk11-headless/recipe.toml
@@ -1,5 +1,5 @@
+#TODO permission denied on the configure script
 #TODO build instructions - https://github.com/openjdk/jdk11u/blob/master/doc/building.md
-#TODO not compiled or tested
 [source]
 git = "https://github.com/openjdk/jdk11u"
 rev = "09b402a6bcecce976ee17ce358b0a90ea127ab69"
diff --git a/recipes/wip/openmpi/recipe.toml b/recipes/wip/openmpi/recipe.toml
index 3782a238d87d14bbece3d3b5161a14f00af791e7..3b922fb5ef7dc5ac514f5d7c8f899e710167055f 100644
--- a/recipes/wip/openmpi/recipe.toml
+++ b/recipes/wip/openmpi/recipe.toml
@@ -1,4 +1,5 @@
 #TODO missing dependencies, see https://docs.open-mpi.org/en/v5.0.x/installing-open-mpi/required-support-libraries.html
+#TODO make libevent works
 [source]
 tar = "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.0.tar.bz2"
 [build]
diff --git a/recipes/wip/oranda/recipe.toml b/recipes/wip/oranda/recipe.toml
index 5ccb101b268c5ba15d79ac89757cbd71b0e63a01..2dea24003389546cbcecf5ae11a5d77fd62ddb64 100644
--- a/recipes/wip/oranda/recipe.toml
+++ b/recipes/wip/oranda/recipe.toml
@@ -1,6 +1,5 @@
 #TODO camino crate error (after a patch on the ring crate)
 [source]
 git = "https://github.com/axodotdev/oranda"
-rev = "11790dd3fd16029b2095c5ea97efc9f6a41e68ef"
 [build]
 template = "cargo"