git: e041d92e4c7c - main - databases/nanodbc: Broken on 15; Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 08:28:25 UTC
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