Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2020 12:41:19 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550176 - in head/dns/opendnssec2: . files
Message-ID:  <202009261241.08QCfJWw089530@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Sat Sep 26 12:41:18 2020
New Revision: 550176
URL: https://svnweb.freebsd.org/changeset/ports/550176

Log:
  Fix build with -fno-common
  
  While here use INSTALL_TARGET=install-strip to install stripped binaries.

Added:
  head/dns/opendnssec2/files/patch-enforcer_src_daemon_ctrl__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_daemon_enforcercommands.c   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_daemon_enforcercommands.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_daemon_help__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_daemon_queue__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_daemon_time__leap__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_daemon_verbosity__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_enforcer_enforce__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_enforcer_repositorylist__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_enforcer_update__all__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_enforcer_update__conf__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_enforcer_update__repositorylist__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_hsmkey_backup__hsmkeys__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_hsmkey_key__generate__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_key__purge__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__gone__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__retract__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__seen__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__submit__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__export__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__import__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__list__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__rollover__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_rollover__list__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__add__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__del__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__list__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__set__policy__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_zonelist__export__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_keystate_zonelist__import__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__export__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__import__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__list__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__purge__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__resalt__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-enforcer_src_signconf_signconf__cmd.h   (contents, props changed)
  head/dns/opendnssec2/files/patch-signer_src_daemon_signercommands.h   (contents, props changed)
Modified:
  head/dns/opendnssec2/Makefile

Modified: head/dns/opendnssec2/Makefile
==============================================================================
--- head/dns/opendnssec2/Makefile	Sat Sep 26 12:09:37 2020	(r550175)
+++ head/dns/opendnssec2/Makefile	Sat Sep 26 12:41:18 2020	(r550176)
@@ -3,6 +3,7 @@
 
 PORTNAME=	opendnssec
 PORTVERSION=	2.1.6
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://dist.opendnssec.org/source/
 PKGNAMESUFFIX=	2
@@ -16,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	ldns>=1.6.16:dns/ldns
 LIB_DEPENDS=	libldns.so:dns/ldns
 
-USES=		ssl gnome
+USES=		ssl gnome dos2unix
 USE_RC_SUBR=	opendnssec
 USE_GNOME=	libxml2
 
@@ -60,7 +61,9 @@ SQLITE_BUILD_DEPENDS=	sqlite3>=3.3.9:databases/sqlite3
 SOFTHSM_CONFIGURE_ON=	--with-pkcs11-softhsm=${LOCALBASE}/lib/softhsm/libsofthsm2.so
 SOFTHSM_RUN_DEPENDS=	softhsm2>=2.5.0:security/softhsm2
 
-post-patch:
+INSTALL_TARGET=		install-strip 
+
+pre-build:
 	${REINPLACE_CMD} -e "s|\(-lcrypto\)|-L${OPENSSLLIB} \1|g" \
 		${WRKSRC}/configure
 

Added: head/dns/opendnssec2/files/patch-enforcer_src_daemon_ctrl__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_daemon_ctrl__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/daemon/ctrl_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/daemon/ctrl_cmd.h
+@@ -29,6 +29,6 @@
+ #ifndef _CTRL_CMD_H_
+ #define _CTRL_CMD_H_
+ 
+-struct cmd_func_block ctrl_funcblock;
++extern struct cmd_func_block ctrl_funcblock;
+ 
+ #endif /* _CTRL_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_daemon_enforcercommands.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_daemon_enforcercommands.c	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,11 @@
+--- enforcer/src/daemon/enforcercommands.c.orig	2020-02-10 17:25:12 UTC
++++ enforcer/src/daemon/enforcercommands.c
+@@ -98,7 +98,7 @@ static struct cmd_func_block* enforcecommands[] = {
+         NULL
+ };
+ 
+-struct cmd_func_block** enforcercommands = enforcecommands;
++extern struct cmd_func_block** enforcercommands = enforcecommands;
+ 
+ engine_type*
+ getglobalcontext(cmdhandler_ctx_type* context)

Added: head/dns/opendnssec2/files/patch-enforcer_src_daemon_enforcercommands.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_daemon_enforcercommands.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,11 @@
+--- enforcer/src/daemon/enforcercommands.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/daemon/enforcercommands.h
+@@ -37,7 +37,7 @@
+ #include "engine.h"
+ #include "db/db_connection.h"
+ 
+-struct cmd_func_block** enforcercommands;
++extern struct cmd_func_block** enforcercommands;
+ 
+ engine_type* getglobalcontext(cmdhandler_ctx_type*);
+ db_connection_t* getconnectioncontext(cmdhandler_ctx_type*);

Added: head/dns/opendnssec2/files/patch-enforcer_src_daemon_help__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_daemon_help__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/daemon/help_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/daemon/help_cmd.h
+@@ -29,6 +29,6 @@
+ #ifndef _HELP_CMD_H_
+ #define _HELP_CMD_H_
+ 
+-struct cmd_func_block help_funcblock;
++extern struct cmd_func_block help_funcblock;
+ 
+ #endif /* _HELP_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_daemon_queue__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_daemon_queue__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,12 @@
+--- enforcer/src/daemon/queue_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/daemon/queue_cmd.h
+@@ -29,7 +29,7 @@
+ #ifndef _QUEUE_CMD_H_
+ #define _QUEUE_CMD_H_
+ 
+-struct cmd_func_block queue_funcblock;
+-struct cmd_func_block flush_funcblock;
++extern struct cmd_func_block queue_funcblock;
++extern struct cmd_func_block flush_funcblock;
+ 
+ #endif /* _QUEUE_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_daemon_time__leap__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_daemon_time__leap__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/daemon/time_leap_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/daemon/time_leap_cmd.h
+@@ -29,6 +29,6 @@
+ #ifndef _TIME_LEAP_CMD_H_
+ #define _TIME_LEAP_CMD_H_
+ 
+-struct cmd_func_block time_leap_funcblock;
++extern struct cmd_func_block time_leap_funcblock;
+ 
+ #endif /* _TIME_LEAP_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_daemon_verbosity__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_daemon_verbosity__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/daemon/verbosity_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/daemon/verbosity_cmd.h
+@@ -29,6 +29,6 @@
+ #ifndef _VERBOSITY_CMD_H_
+ #define _VERBOSITY_CMD_H_
+ 
+-struct cmd_func_block verbosity_funcblock;
++extern struct cmd_func_block verbosity_funcblock;
+ 
+ #endif /* _VERBOSITY_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_enforcer_enforce__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_enforcer_enforce__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/enforcer/enforce_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/enforcer/enforce_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _ENFORCER_ENFORCE_CMD_H_
+ #define _ENFORCER_ENFORCE_CMD_H_
+ 
+-struct cmd_func_block enforce_funcblock;
++extern struct cmd_func_block enforce_funcblock;
+ 
+ #endif /* _ENFORCER_ENFORCE_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_enforcer_repositorylist__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_enforcer_repositorylist__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/enforcer/repositorylist_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/enforcer/repositorylist_cmd.h
+@@ -28,6 +28,6 @@
+ #ifndef _ENFORCER_REPOSITORYLIST_CMD_H_
+ #define _ENFORCER_REPOSITORYLIST_CMD_H_
+ 
+-struct cmd_func_block repositorylist_funcblock;
++extern struct cmd_func_block repositorylist_funcblock;
+ 
+ #endif

Added: head/dns/opendnssec2/files/patch-enforcer_src_enforcer_update__all__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_enforcer_update__all__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/enforcer/update_all_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/enforcer/update_all_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef UPDATE_ALL_CMD_H_
+ #define UPDATE_ALL_CMD_H_
+ 
+-struct cmd_func_block update_all_funcblock;
++extern struct cmd_func_block update_all_funcblock;
+ 
+ #endif /* UPDATE_ALL_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_enforcer_update__conf__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_enforcer_update__conf__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/enforcer/update_conf_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/enforcer/update_conf_cmd.h
+@@ -29,6 +29,6 @@
+ #ifndef UPDATE_CONF_CMD_H_
+ #define UPDATE_CONF_CMD_H_
+ 
+-struct cmd_func_block update_conf_funcblock;
++extern struct cmd_func_block update_conf_funcblock;
+ 
+ #endif /* UPDATE_CONF_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_enforcer_update__repositorylist__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_enforcer_update__repositorylist__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/enforcer/update_repositorylist_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/enforcer/update_repositorylist_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef UPDATE_REPOSITORYLIST_CMD_H_
+ #define UPDATE_REPOSITORYLIST_CMD_H_
+ 
+-struct cmd_func_block update_repositorylist_funcblock;
++extern struct cmd_func_block update_repositorylist_funcblock;
+ 
+ #endif /* UPDATE_REPOSITORYLIST_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_hsmkey_backup__hsmkeys__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_hsmkey_backup__hsmkeys__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/hsmkey/backup_hsmkeys_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/hsmkey/backup_hsmkeys_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _HSMKEY_BACKUP_CMD_H_
+ #define _HSMKEY_BACKUP_CMD_H_
+ 
+-struct cmd_func_block backup_funcblock;
++extern struct cmd_func_block backup_funcblock;
+ 
+ #endif /* _HSMKEY_BACKUP_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_hsmkey_key__generate__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_hsmkey_key__generate__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/hsmkey/key_generate_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/hsmkey/key_generate_cmd.h
+@@ -29,6 +29,6 @@
+ #ifndef HSMKEY_KEY_GENERATE_CMD_H_
+ #define HSMKEY_KEY_GENERATE_CMD_H_
+ 
+-struct cmd_func_block key_generate_funcblock;
++extern struct cmd_func_block key_generate_funcblock;
+ 
+ #endif /* HSMKEY_KEY_GENERATE_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_key__purge__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_key__purge__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,11 @@
+--- enforcer/src/keystate/key_purge_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/keystate/key_purge_cmd.h
+@@ -1,7 +1,7 @@
+ #ifndef _KEYSTATE_KEY_PURGE_CMD_H_
+ #define _KEYSTATE_KEY_PURGE_CMD_H_
+ 
+-struct cmd_func_block key_purge_funcblock;
++extern struct cmd_func_block key_purge_funcblock;
+ 
+ #endif /* _KEYSTATE_KEY_PURGE_CMD_H_ */
+ 

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__gone__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__gone__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/keystate/keystate_ds_gone_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/keystate/keystate_ds_gone_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _KEYSTATE_DS_GONE_CMD_H_
+ #define _KEYSTATE_DS_GONE_CMD_H_
+ 
+-struct cmd_func_block key_ds_gone_funcblock;
++extern struct cmd_func_block key_ds_gone_funcblock;
+ 
+ #endif /* _KEYSTATE_DS_GONE_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__retract__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__retract__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/keystate/keystate_ds_retract_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/keystate/keystate_ds_retract_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _KEYSTATE_DS_RETRACT_CMD_H_
+ #define _KEYSTATE_DS_RETRACT_CMD_H_
+ 
+-struct cmd_func_block key_ds_retract_funcblock;
++extern struct cmd_func_block key_ds_retract_funcblock;
+ 
+ #endif /* _KEYSTATE_DS_RETRACT_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__seen__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__seen__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/keystate/keystate_ds_seen_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/keystate/keystate_ds_seen_cmd.h
+@@ -32,6 +32,6 @@
+ 
+ #include "daemon/engine.h"
+ 
+-struct cmd_func_block key_ds_seen_funcblock;
++extern struct cmd_func_block key_ds_seen_funcblock;
+ 
+ #endif /* _KEYSTATE_DS_SEEN_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__submit__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__submit__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/keystate/keystate_ds_submit_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/keystate/keystate_ds_submit_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _KEYSTATE_DS_SUBMIT_CMD_H_
+ #define _KEYSTATE_DS_SUBMIT_CMD_H_
+ 
+-struct cmd_func_block key_ds_submit_funcblock;
++extern struct cmd_func_block key_ds_submit_funcblock;
+ 
+ #endif /* _KEYSTATE_DS_SUBMIT_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__export__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__export__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/keystate/keystate_export_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/keystate/keystate_export_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _KEYSTATE_EXPORT_CMD_H_
+ #define _KEYSTATE_EXPORT_CMD_H_
+ 
+-struct cmd_func_block key_export_funcblock;
++extern struct cmd_func_block key_export_funcblock;
+ 
+ #endif /* _KEYSTATE_EXPORT_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__import__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__import__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,11 @@
+--- enforcer/src/keystate/keystate_import_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/keystate/keystate_import_cmd.h
+@@ -28,7 +28,7 @@
+ #ifndef _KEYSTATE_IMPORT_CMD_H_
+ #define _KEYSTATE_IMPORT_CMD_H_
+ 
+-struct cmd_func_block key_import_funcblock;
++extern struct cmd_func_block key_import_funcblock;
+ 
+ #endif /* _KEYSTATE_IMPORT_CMD_H_ */
+ 

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__list__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__list__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,11 @@
+--- enforcer/src/keystate/keystate_list_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/keystate/keystate_list_cmd.h
+@@ -32,7 +32,7 @@
+ 
+ #include "db/key_data.h"
+ 
+-struct cmd_func_block key_list_funcblock;
++extern struct cmd_func_block key_list_funcblock;
+ 
+ const char* map_keystate(key_data_t *key);
+ 

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__rollover__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__rollover__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/keystate/keystate_rollover_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/keystate/keystate_rollover_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _KEYSTATE_ROLLOVER_CMD_H_
+ #define _KEYSTATE_ROLLOVER_CMD_H_
+ 
+-struct cmd_func_block key_rollover_funcblock;
++extern struct cmd_func_block key_rollover_funcblock;
+ 
+ #endif /* _KEYSTATE_ROLLOVER_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_rollover__list__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_rollover__list__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/keystate/rollover_list_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/keystate/rollover_list_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _ROLLOVER_LIST_CMD_H_
+ #define _ROLLOVER_LIST_CMD_H_
+ 
+-struct cmd_func_block rollover_list_funcblock;
++extern struct cmd_func_block rollover_list_funcblock;
+ 
+ #endif /* _ROLLOVER_LIST_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__add__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__add__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/keystate/zone_add_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/keystate/zone_add_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _KEYSTATE_ZONE_ADD_CMD_H_
+ #define _KEYSTATE_ZONE_ADD_CMD_H_
+ 
+-struct cmd_func_block zone_add_funcblock;
++extern struct cmd_func_block zone_add_funcblock;
+ 
+ #endif /* _KEYSTATE_ZONE_ADD_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__del__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__del__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/keystate/zone_del_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/keystate/zone_del_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _KEYSTATE_ZONE_DEL_CMD_H_
+ #define _KEYSTATE_ZONE_DEL_CMD_H_
+ 
+-struct cmd_func_block zone_del_funcblock;
++extern struct cmd_func_block zone_del_funcblock;
+ 
+ #endif /* _KEYSTATE_ZONE_DEL_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__list__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__list__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/keystate/zone_list_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/keystate/zone_list_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _KEYSTATE_ZONE_LIST_CMD_H_
+ #define _KEYSTATE_ZONE_LIST_CMD_H_
+ 
+-struct cmd_func_block zone_list_funcblock;
++extern struct cmd_func_block zone_list_funcblock;
+ 
+ #endif /* _KEYSTATE_ZONE_LIST_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__set__policy__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__set__policy__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/keystate/zone_set_policy_cmd.h.orig	2020-02-10 17:25:12 UTC
++++ enforcer/src/keystate/zone_set_policy_cmd.h
+@@ -29,6 +29,6 @@
+ #ifndef _KEYSTATE_ZONE_SET_POLICY_CMD_H_
+ #define _KEYSTATE_ZONE_SET_POLICY_CMD_H_
+ 
+-struct cmd_func_block zone_set_policy_funcblock;
++extern struct cmd_func_block zone_set_policy_funcblock;
+ 
+ #endif /* _KEYSTATE_ZONE_SET_POLICY_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_zonelist__export__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_zonelist__export__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/keystate/zonelist_export_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/keystate/zonelist_export_cmd.h
+@@ -29,6 +29,6 @@
+ #ifndef _KEYSTATE_ZONELIST_EXPORT_CMD_H_
+ #define _KEYSTATE_ZONELIST_EXPORT_CMD_H_
+ 
+-struct cmd_func_block zonelist_export_funcblock;
++extern struct cmd_func_block zonelist_export_funcblock;
+ 
+ #endif /* _KEYSTATE_ZONELIST_EXPORT_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_keystate_zonelist__import__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_keystate_zonelist__import__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/keystate/zonelist_import_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/keystate/zonelist_import_cmd.h
+@@ -29,6 +29,6 @@
+ #ifndef _KEYSTATE_ZONELIST_IMPORT_CMD_H_
+ #define _KEYSTATE_ZONELIST_IMPORT_CMD_H_
+ 
+-struct cmd_func_block zonelist_import_funcblock;
++extern struct cmd_func_block zonelist_import_funcblock;
+ 
+ #endif /* _KEYSTATE_ZONELIST_IMPORT_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__export__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__export__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/policy/policy_export_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/policy/policy_export_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _POLICY_POLICY_EXPORT_CMD_H_
+ #define _POLICY_POLICY_EXPORT_CMD_H_
+ 
+-struct cmd_func_block policy_export_funcblock;
++extern struct cmd_func_block policy_export_funcblock;
+ 
+ #endif /* _POLICY_POLICY_EXPORT_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__import__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__import__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/policy/policy_import_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/policy/policy_import_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _POLICY_POLICY_IMPORT_CMD_H_
+ #define _POLICY_POLICY_IMPORT_CMD_H_
+ 
+-struct cmd_func_block policy_import_funcblock;
++extern struct cmd_func_block policy_import_funcblock;
+ 
+ #endif /* _POLICY_POLICY_IMPORT_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__list__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__list__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/policy/policy_list_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/policy/policy_list_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _POLICY_POLICY_LIST_CMD_H_
+ #define _POLICY_POLICY_LIST_CMD_H_
+ 
+-struct cmd_func_block policy_list_funcblock;
++extern struct cmd_func_block policy_list_funcblock;
+ 
+ #endif /* _POLICY_POLICY_LIST_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__purge__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__purge__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/policy/policy_purge_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/policy/policy_purge_cmd.h
+@@ -1,6 +1,6 @@
+ #ifndef _POLICY_POLICY_PURGE_CMD_H_
+ #define _POLICY_POLICY_PURGE_CMD_H_
+ 
+-struct cmd_func_block policy_purge_funcblock;
++extern struct cmd_func_block policy_purge_funcblock;
+ 
+ #endif /* _POLICY_POLICY_PURGE_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__resalt__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__resalt__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/policy/policy_resalt_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/policy/policy_resalt_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _POLICY_POLICY_RESALT_CMD_H_
+ #define _POLICY_POLICY_RESALT_CMD_H_
+ 
+-struct cmd_func_block resalt_funcblock;
++extern struct cmd_func_block resalt_funcblock;
+ 
+ #endif /*_POLICY_POLICY_RESALT_CMD_H_*/

Added: head/dns/opendnssec2/files/patch-enforcer_src_signconf_signconf__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-enforcer_src_signconf_signconf__cmd.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,10 @@
+--- enforcer/src/signconf/signconf_cmd.h.orig	2020-02-10 17:25:11 UTC
++++ enforcer/src/signconf/signconf_cmd.h
+@@ -30,6 +30,6 @@
+ #ifndef _SIGNCONF_SIGNCONF_CMD_H_
+ #define _SIGNCONF_SIGNCONF_CMD_H_
+ 
+-struct cmd_func_block signconf_funcblock;
++extern struct cmd_func_block signconf_funcblock;
+ 
+ #endif /* _SIGNCONF_SIGNCONF_CMD_H_ */

Added: head/dns/opendnssec2/files/patch-signer_src_daemon_signercommands.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/opendnssec2/files/patch-signer_src_daemon_signercommands.h	Sat Sep 26 12:41:18 2020	(r550176)
@@ -0,0 +1,11 @@
+--- signer/src/daemon/signercommands.h.orig	2020-02-10 17:25:11 UTC
++++ signer/src/daemon/signercommands.h
+@@ -35,7 +35,7 @@
+ #include "config.h"
+ #include "cmdhandler.h"
+ 
+-struct cmd_func_block** signercommands;
++extern struct cmd_func_block** signercommands;
+ 
+ extern engine_type* getglobalcontext(cmdhandler_ctx_type*);
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009261241.08QCfJWw089530>