diff --git a/security/fwknop/Makefile b/security/fwknop/Makefile index 04abfd2..26ba1fe 100644 --- a/security/fwknop/Makefile +++ b/security/fwknop/Makefile @@ -1,9 +1,9 @@ # Created by: Sean Greven -# $FreeBSD: head/security/fwknop/Makefile 565898 2021-02-18 05:46:53Z linimon $ +# $FreeBSD$ PORTNAME= fwknop PORTVERSION= 2.6.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.cipherdyne.org/fwknop/download/ @@ -12,9 +12,6 @@ COMMENT= SPA implementation for Linux and FreeBSD LICENSE= GPLv2 -BROKEN_FreeBSD_13= ld: error: duplicate symbol: log_level_t -BROKEN_FreeBSD_14= ld: error: duplicate symbol: log_level_t - BUILD_DEPENDS= wget:ftp/wget RUN_DEPENDS= wget:ftp/wget LIB_DEPENDS+= libassuan.so:security/libassuan diff --git a/security/fwknop/files/patch-client_log__msg.h b/security/fwknop/files/patch-client_log__msg.h new file mode 100644 index 0000000..8e9c499 --- /dev/null +++ b/security/fwknop/files/patch-client_log__msg.h @@ -0,0 +1,12 @@ +@@ -0,0 +1,11 @@ ++--- client/log_msg.h.orig 2021-03-26 08:55:00 UTC +++++ client/log_msg.h ++@@ -38,7 +38,7 @@ enum ++ LOG_VERBOSITY_INFO, /*!< Constant to define a INFO message */ ++ LOG_VERBOSITY_DEBUG, /*!< Constant to define a DEBUG message */ ++ LOG_LAST_VERBOSITY ++-} log_level_t; +++}; ++ ++ #define LOG_DEFAULT_VERBOSITY LOG_VERBOSITY_NORMAL /*!< Default verbosity to use */ ++