mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/nanodbc: Broken on 15; Update WWW
Reported by: fallout
This commit is contained in:
parent
0bacac449e
commit
e041d92e4c
1 changed files with 4 additions and 1 deletions
|
@ -5,11 +5,14 @@ CATEGORIES= databases devel
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= Small C++ wrapper for the native C ODBC API
|
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= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
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
|
LIB_DEPENDS= libodbc.so:databases/unixODBC
|
||||||
|
|
||||||
USES= cmake:testing compiler:c++14-lang localbase:ldflags # pkgconfig python:build
|
USES= cmake:testing compiler:c++14-lang localbase:ldflags # pkgconfig python:build
|
||||||
|
|
Loading…
Add table
Reference in a new issue