git: aadae45a9f12 - main - net-im/fractal: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Dec 2025 20:33:05 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aadae45a9f12277adc06a62b7fa24250bb436b53
commit aadae45a9f12277adc06a62b7fa24250bb436b53
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-12-28 19:31:58 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-12-28 20:32:42 +0000
net-im/fractal: Mark BROKEN
Fails to build with following error:
error: failed to select a version for the requirement `syn = "^2"`
candidate versions found which didn't match: 1.0.107
location searched: directory source `/wrkdirs/usr/ports/net-im/fractal/work/fractal-4.4.2/cargo-crates` (which is replacing registry `crates-io`)
required by package `openssl-macros v0.1.1`
... which satisfies dependency `openssl-macros = "^0.1.1"` of package `openssl v0.10.74`
... which satisfies dependency `openssl = "^0.10.29"` of package `native-tls v0.2.11`
... which satisfies dependency `native-tls-crate = "^0.2"` of package `reqwest v0.10.10`
... which satisfies dependency `reqwest = "^0.10.3"` of package `fractal-matrix-api v4.4.2 (/wrkdirs/usr/ports/net-im/fractal/work/fractal-4.4.2/fractal-matrix-api)`
... which satisfies path dependency `fractal_api` of package `fractal-gtk v4.4.2 (/wrkdirs/usr/ports/net-im/fractal/work/fractal-4.4.2/fractal-gtk)`
perhaps a crate was updated and forgotten to be re-vendored?
*** Error code 101
Reported by: pkg-fallout
---
net-im/fractal/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-im/fractal/Makefile b/net-im/fractal/Makefile
index fa9c5265fb95..a4cade5eb45c 100644
--- a/net-im/fractal/Makefile
+++ b/net-im/fractal/Makefile
@@ -13,6 +13,8 @@ WWW= https://gitlab.gnome.org/GNOME/fractal
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN= Fails to build, error: failed to select a version for the requirement `syn = "^2"`
+
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libgmp.so:math/gmp \
libgspell-1.so:textproc/gspell \