diff options
Diffstat (limited to 'devel/avro-cpp/Makefile')
-rw-r--r-- | devel/avro-cpp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/avro-cpp/Makefile b/devel/avro-cpp/Makefile index 84f0f36a00b2..de44b58cf3ba 100644 --- a/devel/avro-cpp/Makefile +++ b/devel/avro-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= avro PORTVERSION= 1.12.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= APACHE/avro/avro-${PORTVERSION}/cpp PKGNAMESUFFIX= -cpp @@ -11,10 +11,11 @@ COMMENT= C++ library for Apache Avro WWW= https://avro.apache.org/ \ https://github.com/apache/avro +BROKEN= Lots of cmake warnings, does not find snappy, does not link libfmt dynamically + LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= libfmt>=10.2.1<10.2.1_99:devel/libfmt LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libfmt.so:devel/libfmt \ libsnappy.so:archivers/snappy |