Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2024 08:28:25 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e041d92e4c7c - main - databases/nanodbc: Broken on 15; Update WWW
Message-ID:  <202410310828.49V8SPpU016989@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e041d92e4c7c6eaaf90495ad05545b9d943b74dd

commit e041d92e4c7c6eaaf90495ad05545b9d943b74dd
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-31 05:27:32 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-31 08:28:17 +0000

    databases/nanodbc: Broken on 15; Update WWW
    
    Reported by:    fallout
---
 databases/nanodbc/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/databases/nanodbc/Makefile b/databases/nanodbc/Makefile
index b3f360cfa54b..32d6852aa23f 100644
--- a/databases/nanodbc/Makefile
+++ b/databases/nanodbc/Makefile
@@ -5,11 +5,14 @@ CATEGORIES=	databases devel
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Small C++ wrapper for the native C ODBC API
-WWW=		https://nanodbc.github.io/nanodbc/
+WWW=		https://nanodbc.github.io/nanodbc/ \
+		https://github.com/nanodbc/nanodbc
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15=	compilation fails with clang-19, see https://github.com/nanodbc/nanodbc/issues/421
+
 LIB_DEPENDS=	libodbc.so:databases/unixODBC
 
 USES=		cmake:testing compiler:c++14-lang localbase:ldflags # pkgconfig python:build



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