diff --git a/recipes/wip/oranda/recipe.toml b/recipes/wip/oranda/recipe.toml index 2dea24003389546cbcecf5ae11a5d77fd62ddb64..ec095ebf49022971bafa6d89ec73962781fe42ed 100644 --- a/recipes/wip/oranda/recipe.toml +++ b/recipes/wip/oranda/recipe.toml @@ -1,4 +1,4 @@ -#TODO camino crate error (after a patch on the ring crate) +#TODO camino crate error [source] git = "https://github.com/axodotdev/oranda" [build] diff --git a/recipes/wip/osirion/recipe.toml b/recipes/wip/osirion/recipe.toml index ac2c95c5898355ecfc3d77cbe33ee5fc69e480ae..5f982c2ddcb85a4f1e12c52229b072d5fe4a0c3e 100644 --- a/recipes/wip/osirion/recipe.toml +++ b/recipes/wip/osirion/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make dependencies work # data files - http://osirion.org/files/osirion-0.2.8-data.zip [source] tar = "http://osirion.org/files/osirion-0.2.8-src.tar.bz2" diff --git a/recipes/wip/ouch/recipe.toml b/recipes/wip/ouch/recipe.toml index 6a39de5640210ba579bef9df2ed24a9f36f5d40b..84ca3749e4bb05df4b5a4ee3dc1e3cfeea8ed884 100644 --- a/recipes/wip/ouch/recipe.toml +++ b/recipes/wip/ouch/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compilation error [source] git = "https://github.com/ouch-org/ouch" rev = "796a03a41d1412dbd0f1cf973ca88c59a4614cc8" diff --git a/recipes/wip/oxc/recipe.toml b/recipes/wip/oxc/recipe.toml index d5b2d96692e36c3344ccc09c113bef5e007a58f3..7d57d15cd4dc03417c6984e27c1d8622e6b2571b 100644 --- a/recipes/wip/oxc/recipe.toml +++ b/recipes/wip/oxc/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO can't fetch the submodules because they need login [source] git = "https://github.com/oxc-project/oxc" [build] diff --git a/recipes/wip/oxipng/recipe.toml b/recipes/wip/oxipng/recipe.toml index 46de536319c055bd2d2bc12fe078b524882651ac..cbf17605cf0357a8ff5f0c9c80802034777ef043 100644 --- a/recipes/wip/oxipng/recipe.toml +++ b/recipes/wip/oxipng/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/shssoichiro/oxipng" rev = "e1db84fd9745f3320c08b883e4942cd5b30b98a6" diff --git a/recipes/wip/oxycards/recipe.toml b/recipes/wip/oxycards/recipe.toml index 596fa61f22a8faf2670ccaebd85a1b7a48ed8df4..391aa8343802f5cbc635b1b70f1de30f642b327a 100644 --- a/recipes/wip/oxycards/recipe.toml +++ b/recipes/wip/oxycards/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/BrookJeynes/oxycards" [build] diff --git a/recipes/wip/pcmg/recipe.toml b/recipes/wip/pcmg/recipe.toml index c29d54d8a130bb539ba0c35d0b25d4686f6d0966..c5186fcd58958bbefa46c5a20d110ee613e09d36 100644 --- a/recipes/wip/pcmg/recipe.toml +++ b/recipes/wip/pcmg/recipe.toml @@ -1,4 +1,4 @@ -#TODO probably wrong template +#TODO x11rb crate error #TODO require WebAssembly [source] git = "https://github.com/JohnDowson/pcmg" diff --git a/recipes/wip/pdbview/recipe.toml b/recipes/wip/pdbview/recipe.toml index 087edd408a51a7965090e281d0617afd4bc5114f..9c7be7521dad160174af115d086105108b611ea2 100644 --- a/recipes/wip/pdbview/recipe.toml +++ b/recipes/wip/pdbview/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/landaire/pdbview" [build] diff --git a/recipes/wip/php/recipe.toml b/recipes/wip/php/recipe.toml index 7499fe522bbe8921e0a5ed1f0eba96fbbb7250b2..fab69602904697c8617cf7ba011063d7f5039092 100644 --- a/recipes/wip/php/recipe.toml +++ b/recipes/wip/php/recipe.toml @@ -4,3 +4,6 @@ tar = "https://www.php.net/distributions/php-8.3.0.tar.xz" [build] template = "configure" +dependencies = [ + "libxml2", +]