git: db71bc05c6a1 - main - www/sitecopy: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Jun 2025 14:10:19 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=db71bc05c6a1254f58f2866f816c45f7919899d1
commit db71bc05c6a1254f58f2866f816c45f7919899d1
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-21 06:21:51 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-06-21 14:09:29 +0000
www/sitecopy: Mark BROKEN
Fails to build with neon 0.32+, configure: incompatible neon library version 0.34.0: wanted 0.24 25 26 27 28 29 30 31 32
Reported by: pkg-fallout
---
www/sitecopy/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile
index 18693972bd3e..069a0bbbc106 100644
--- a/www/sitecopy/Makefile
+++ b/www/sitecopy/Makefile
@@ -11,6 +11,8 @@ WWW= https://www.manyfish.co.uk/sitecopy/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= Fails to build with neon 0.32+, configure: incompatible neon library version 0.34.0: wanted 0.24 25 26 27 28 29 30 31 32
+
LIB_DEPENDS= libneon.so:www/neon
USES= gmake gnome localbase