Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2025 14:10:19 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: db71bc05c6a1 - main - www/sitecopy: Mark BROKEN
Message-ID:  <202506211410.55LEAJju094002@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

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