Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2024 22:09:43 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fdf5455bde7a - main - dns/powerdns-recursor: Fix build
Message-ID:  <202401252209.40PM9h3a067316@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401252209.40PM9h3a067316>