View | Details | Raw Unified | Return to bug 254570 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/fwknop/Makefile (-5 / +2 lines)
Lines 1-9 Link Here
1
# Created by: Sean Greven <sean.greven@gmail.com>
1
# Created by: Sean Greven <sean.greven@gmail.com>
2
# $FreeBSD: head/security/fwknop/Makefile 565898 2021-02-18 05:46:53Z linimon $
2
# $FreeBSD$
3
3
4
PORTNAME=	fwknop
4
PORTNAME=	fwknop
5
PORTVERSION=	2.6.10
5
PORTVERSION=	2.6.10
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	security
7
CATEGORIES=	security
8
MASTER_SITES=	http://www.cipherdyne.org/fwknop/download/
8
MASTER_SITES=	http://www.cipherdyne.org/fwknop/download/
9
9
Lines 12-20 COMMENT= SPA implementation for Linux and FreeBSD Link Here
12
12
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
14
15
BROKEN_FreeBSD_13=	ld: error: duplicate symbol: log_level_t
16
BROKEN_FreeBSD_14=	ld: error: duplicate symbol: log_level_t
17
18
BUILD_DEPENDS= wget:ftp/wget
15
BUILD_DEPENDS= wget:ftp/wget
19
RUN_DEPENDS=   wget:ftp/wget
16
RUN_DEPENDS=   wget:ftp/wget
20
LIB_DEPENDS+=  libassuan.so:security/libassuan
17
LIB_DEPENDS+=  libassuan.so:security/libassuan
(-)b/security/fwknop/files/patch-client_log__msg.h (+12 lines)
Added Link Here
1
@@ -0,0 +1,11 @@
2
+--- client/log_msg.h.orig      2021-03-26 08:55:00 UTC
3
++++ client/log_msg.h
4
+@@ -38,7 +38,7 @@ enum
5
+     LOG_VERBOSITY_INFO,         /*!< Constant to define a INFO message */
6
+     LOG_VERBOSITY_DEBUG,        /*!< Constant to define a DEBUG message */
7
+     LOG_LAST_VERBOSITY
8
+-} log_level_t;
9
++};
10
+
11
+ #define LOG_DEFAULT_VERBOSITY   LOG_VERBOSITY_NORMAL    /*!< Default verbosity to use */
12
+

Return to bug 254570