Index: head/devel/kronosnet/Makefile =================================================================== --- head/devel/kronosnet/Makefile (revision 504415) +++ head/devel/kronosnet/Makefile (revision 504416) @@ -1,49 +1,49 @@ # Created by: David Shane Holden # $FreeBSD$ PORTNAME= kronosnet PORTVERSION= 1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= https://kronosnet.org/releases/ MAINTAINER= dpejesh@yahoo.com COMMENT= Network abstraction layer designed for high availability LICENSE= GPLv2 LIB_DEPENDS= liblzo2.so:archivers/lzo2 \ liblz4.so:archivers/liblz4 \ libnspr4.so:devel/nspr \ libnss3.so:security/nss \ libqb.so.0:devel/libqb USES= autoreconf gmake libtool localbase pkgconfig ssl USE_BINUTILS= yes USE_GCC= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes LDFLAGS+= -B${LOCALBASE}/bin INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= MANPAGES DOCS OPTIONS_DEFAULT=MANPAGES OPTIONS_SUB= yes MANPAGES_BUILD_DEPENDS= doxygen:devel/doxygen MANPAGES_CONFIGURE_ENABLE= man .include .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= error: storage size of 'ctx' isn't known BROKEN_FreeBSD_13= error: storage size of 'ctx' isn't known EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-ssl-base-configure.ac CONFIGURE_ENV= openssl_CFLAGS=-I/usr/include openssl_LIBS=-lcrypto .elif ${SSL_DEFAULT} == libressl EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-ssl-libressl-configure.ac .endif .include Index: head/devel/kronosnet/files/patch-libknet_common.c =================================================================== --- head/devel/kronosnet/files/patch-libknet_common.c (nonexistent) +++ head/devel/kronosnet/files/patch-libknet_common.c (revision 504416) @@ -0,0 +1,22 @@ +From 97924ac12d8da26b61d3bc3ab90fbd86b0b58e72 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= +Date: Thu, 24 Jan 2019 14:54:24 +0100 +Subject: [PATCH] [common] fix not reporting a true dlinfo error cause +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This was automatically caught with GCC 9 +("'%s' directive argument is null"). + +Signed-off-by: Jan Pokorný +--- libknet/common.c.orig 2018-02-25 04:32:12 UTC ++++ libknet/common.c +@@ -82,6 +82,7 @@ static void *open_lib(knet_handle_t knet_h, const char + /* + * should we dlclose and return error? + */ ++ error = dlerror(); + log_warn(knet_h, KNET_SUB_COMMON, "unable to dlinfo %s: %s", + libname, error); + } else { Property changes on: head/devel/kronosnet/files/patch-libknet_common.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property