git: fdf5455bde7a - main - dns/powerdns-recursor: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jan 2024 22:09:43 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fdf5455bde7a2ea3d2b6f6d33531a12381ac53d4
commit fdf5455bde7a2ea3d2b6f6d33531a12381ac53d4
Author: Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2024-01-25 21:51:26 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-01-25 21:51:26 +0000
dns/powerdns-recursor: Fix build
Add forgotten Makefile.crates
PR: 276520
Reported by: otis@
Fixes: 95d69f42ba0d6e8afd7da5c84a3ccc20338847e8
---
dns/powerdns-recursor/Makefile.crates | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
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