aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-01-25 21:51:26 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-01-25 21:51:26 +0000
commitfdf5455bde7a2ea3d2b6f6d33531a12381ac53d4 (patch)
treef3d3192836b8a3e970e804c0b6609e29f62d8fdb
parent3893d3e9953f2b566a97b12942af1c6bce04db55 (diff)
downloadports-fdf5455bde7a2ea3d2b6f6d33531a12381ac53d4.tar.gz
ports-fdf5455bde7a2ea3d2b6f6d33531a12381ac53d4.zip
dns/powerdns-recursor: Fix build
Add forgotten Makefile.crates PR: 276520 Reported by: otis@ Fixes: 95d69f42ba0d6e8afd7da5c84a3ccc20338847e8
-rw-r--r--dns/powerdns-recursor/Makefile.crates30
1 files changed, 30 insertions, 0 deletions
diff --git a/dns/powerdns-recursor/Makefile.crates b/dns/powerdns-recursor/Makefile.crates
new file mode 100644
index 000000000000..f7f34454f8df
--- /dev/null
+++ b/dns/powerdns-recursor/Makefile.crates
@@ -0,0 +1,30 @@
+CARGO_CRATES= cc-1.0.84 \
+ codespan-reporting-0.11.1 \
+ cxx-1.0.110 \
+ cxx-build-1.0.110 \
+ cxxbridge-flags-1.0.110 \
+ cxxbridge-macro-1.0.110 \
+ equivalent-1.0.1 \
+ hashbrown-0.14.2 \
+ indexmap-2.1.0 \
+ ipnet-2.9.0 \
+ itoa-1.0.9 \
+ libc-0.2.150 \
+ link-cplusplus-1.0.9 \
+ once_cell-1.18.0 \
+ proc-macro2-1.0.69 \
+ quote-1.0.33 \
+ ryu-1.0.15 \
+ scratch-1.0.7 \
+ serde-1.0.192 \
+ serde_derive-1.0.192 \
+ serde_yaml-0.9.27 \
+ syn-2.0.39 \
+ termcolor-1.4.0 \
+ unicode-ident-1.0.12 \
+ unicode-width-0.1.11 \
+ unsafe-libyaml-0.2.9 \
+ winapi-0.3.9 \
+ winapi-i686-pc-windows-gnu-0.4.0 \
+ winapi-util-0.1.6 \
+ winapi-x86_64-pc-windows-gnu-0.4.0