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

Collapse All | Expand All

(-)b/devel/open62541/Makefile (-11 / +5 lines)
Lines 1-6 Link Here
1
PORTNAME=	open62541
1
PORTNAME=	open62541
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.3.9
3
DISTVERSION=	1.4.0
4
CATEGORIES=	devel
4
CATEGORIES=	devel
5
5
6
MAINTAINER=	nsonack@outlook.com
6
MAINTAINER=	nsonack@outlook.com
Lines 16-36 USE_LDCONFIG= yes Link Here
16
16
17
SHEBANG_GLOB=	*.py
17
SHEBANG_GLOB=	*.py
18
18
19
CMAKE_ON=	BUILD_SHARED_LIBS \
19
CMAKE_ON=	BUILD_SHARED_LIBS CMAKE_DISABLE_FIND_PACKAGE_Git
20
		CMAKE_DISABLE_FIND_PACKAGE_Git
21
CMAKE_OFF=	UA_FORCE_WERROR
20
CMAKE_OFF=	UA_FORCE_WERROR
22
PLIST_SUB=	DISTVERSION=${DISTVERSION}
21
PLIST_SUB=	DISTVERSION=${DISTVERSION}
23
22
24
OPTIONS_DEFINE=		OSSL
23
OPTIONS_DEFINE=		OSSL
25
OPTIONS_DEFAULT=	OSSL
24
OPTIONS_DEFAULT=	OSSL
26
25
27
OSSL_DESC=		Enable encryption using OpenSSL
26
OSSL_DESC=	Enable encryption using OpenSSL
28
OSSL_USES=		ssl
27
OSSL_USES=	ssl
29
OSSL_CMAKE_ON=		-DUA_ENABLE_ENCRYPTION=OPENSSL
28
OSSL_CMAKE_ON=	-DUA_ENABLE_ENCRYPTION=OPENSSL
30
OSSL_PLIST_FILES=	include/open62541/plugin/create_certificate.h
31
32
post-install:
33
	${RMDIR} ${STAGEDIR}${DATADIR}/tools/ua-nodeset
34
	${RMDIR} ${STAGEDIR}${DATADIR}/tools/nodeset_compiler/__pycache__
35
29
36
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)b/devel/open62541/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1702055182
1
TIMESTAMP = 1713260308
2
SHA256 (open62541-open62541-v1.3.9_GH0.tar.gz) = 71764d4a060cfa07eae7aaabd176da38b155ef01c63103513339699fd8026e2f
2
SHA256 (open62541-open62541-v1.4.0_GH0.tar.gz) = 22a7a1f821b26f541feb96cc5879e0c76cb3b968e508209b5bf98f2869b11a89
3
SIZE (open62541-open62541-v1.3.9_GH0.tar.gz) = 3874701
3
SIZE (open62541-open62541-v1.4.0_GH0.tar.gz) = 4193601
(-)b/devel/open62541/files/patch-arch_posix_ua__architecture.h (+10 lines)
Added Link Here
1
--- arch/posix/ua_architecture.h.orig	2024-04-16 09:46:18 UTC
2
+++ arch/posix/ua_architecture.h
3
@@ -14,6 +14,7 @@
4
 
5
 #include <errno.h>
6
 #include <arpa/inet.h>
7
+#include <netinet/in.h>
8
 #include <netinet/tcp.h>
9
 #include <netdb.h>
10
 #include <sys/ioctl.h>
(-)b/devel/open62541/files/patch-include_open62541_config.h.in (+11 lines)
Added Link Here
1
--- include/open62541/config.h.in.orig	2024-04-16 09:39:29 UTC
2
+++ include/open62541/config.h.in
3
@@ -130,7 +130,7 @@
4
  * header. */
5
 #ifdef UA_ARCHITECTURE_POSIX
6
 # if !defined(_XOPEN_SOURCE)
7
-#  define _XOPEN_SOURCE 600
8
+/*#  define _XOPEN_SOURCE 600 */
9
 # endif
10
 # ifndef _DEFAULT_SOURCE
11
 #  define _DEFAULT_SOURCE
(-)b/devel/open62541/pkg-plist (-54 / +10 lines)
Lines 1-7 Link Here
1
include/aa_tree.h
2
include/ms_stdint.h
3
include/open62541/architecture_definitions.h
4
include/open62541/architecture_functions.h
5
include/open62541/client.h
1
include/open62541/client.h
6
include/open62541/client_config_default.h
2
include/open62541/client_config_default.h
7
include/open62541/client_highlevel.h
3
include/open62541/client_highlevel.h
Lines 9-86 include/open62541/client_highlevel_async.h Link Here
9
include/open62541/client_subscriptions.h
5
include/open62541/client_subscriptions.h
10
include/open62541/common.h
6
include/open62541/common.h
11
include/open62541/config.h
7
include/open62541/config.h
12
include/open62541/network_tcp.h
13
include/open62541/nodeids.h
8
include/open62541/nodeids.h
14
include/open62541/plugin/accesscontrol.h
9
include/open62541/plugin/accesscontrol.h
15
include/open62541/plugin/accesscontrol_default.h
10
include/open62541/plugin/accesscontrol_default.h
11
include/open62541/plugin/create_certificate.h
12
include/open62541/plugin/eventloop.h
13
include/open62541/plugin/historydata/history_data_backend.h
14
include/open62541/plugin/historydata/history_data_backend_memory.h
15
include/open62541/plugin/historydata/history_data_gathering.h
16
include/open62541/plugin/historydata/history_data_gathering_default.h
17
include/open62541/plugin/historydata/history_database_default.h
18
include/open62541/plugin/historydatabase.h
16
include/open62541/plugin/log.h
19
include/open62541/plugin/log.h
17
include/open62541/plugin/log_stdout.h
20
include/open62541/plugin/log_stdout.h
18
include/open62541/plugin/log_syslog.h
21
include/open62541/plugin/log_syslog.h
19
include/open62541/plugin/network.h
20
include/open62541/plugin/nodestore.h
22
include/open62541/plugin/nodestore.h
21
include/open62541/plugin/nodestore_default.h
23
include/open62541/plugin/nodestore_default.h
22
include/open62541/plugin/pki.h
24
include/open62541/plugin/pki.h
23
include/open62541/plugin/pki_default.h
25
include/open62541/plugin/pki_default.h
24
include/open62541/plugin/pubsub.h
25
include/open62541/plugin/securitypolicy.h
26
include/open62541/plugin/securitypolicy.h
26
include/open62541/plugin/securitypolicy_default.h
27
include/open62541/plugin/securitypolicy_default.h
27
include/open62541/posix/ua_architecture.h
28
include/open62541/server.h
28
include/open62541/server.h
29
include/open62541/server_config_default.h
29
include/open62541/server_config_default.h
30
include/open62541/server_config_file_based.h
30
include/open62541/server_pubsub.h
31
include/open62541/server_pubsub.h
31
include/open62541/statuscodes.h
32
include/open62541/statuscodes.h
32
include/open62541/types.h
33
include/open62541/types.h
33
include/open62541/types_generated.h
34
include/open62541/types_generated.h
34
include/open62541/types_generated_handling.h
35
include/open62541/types_generated_handling.h
35
include/open62541/util.h
36
include/open62541/util.h
36
include/ziptree.h
37
lib/cmake/open62541/open62541Config.cmake
37
lib/cmake/open62541/open62541Config.cmake
38
lib/cmake/open62541/open62541ConfigVersion.cmake
38
lib/cmake/open62541/open62541ConfigVersion.cmake
39
lib/cmake/open62541/open62541Macros.cmake
39
lib/cmake/open62541/open62541Targets-%%CMAKE_BUILD_TYPE%%.cmake
40
lib/cmake/open62541/open62541Targets-release.cmake
41
lib/cmake/open62541/open62541Targets.cmake
40
lib/cmake/open62541/open62541Targets.cmake
42
lib/libopen62541.so
41
lib/libopen62541.so
43
lib/libopen62541.so.1
42
lib/libopen62541.so.1
44
lib/libopen62541.so.%%DISTVERSION%%
43
lib/libopen62541.so.%%DISTVERSION%%
45
%%DATADIR%%/tools/certs/create_self-signed.py
46
%%DATADIR%%/tools/certs/localhost.cnf
47
%%DATADIR%%/tools/generate_datatypes.py
48
%%DATADIR%%/tools/generate_nodeid_header.py
49
%%DATADIR%%/tools/generate_statuscode_descriptions.py
50
%%DATADIR%%/tools/nodeset_compiler/NodeID_NS0_Base.txt
51
%%DATADIR%%/tools/nodeset_compiler/README.md
52
%%DATADIR%%/tools/nodeset_compiler/__init__.py
53
%%DATADIR%%/tools/nodeset_compiler/backend_graphviz.py
54
%%DATADIR%%/tools/nodeset_compiler/backend_open62541.py
55
%%DATADIR%%/tools/nodeset_compiler/backend_open62541_datatypes.py
56
%%DATADIR%%/tools/nodeset_compiler/backend_open62541_nodes.py
57
%%DATADIR%%/tools/nodeset_compiler/backend_open62541_typedefinitions.py
58
%%DATADIR%%/tools/nodeset_compiler/datatypes.py
59
%%DATADIR%%/tools/nodeset_compiler/nodes.py
60
%%DATADIR%%/tools/nodeset_compiler/nodeset.py
61
%%DATADIR%%/tools/nodeset_compiler/nodeset_compiler.py
62
%%DATADIR%%/tools/nodeset_compiler/nodeset_testing.py
63
%%DATADIR%%/tools/nodeset_compiler/opaque_type_mapping.py
64
%%DATADIR%%/tools/nodeset_compiler/type_parser.py
65
%%DATADIR%%/tools/schema/Custom.Opc.Ua.Transport.bsd
66
%%DATADIR%%/tools/schema/NodeIds.csv
67
%%DATADIR%%/tools/schema/Opc.Ua.NodeSet2.DiagnosticsMinimal.xml
68
%%DATADIR%%/tools/schema/Opc.Ua.NodeSet2.EventsMinimal.xml
69
%%DATADIR%%/tools/schema/Opc.Ua.NodeSet2.HistorizingMinimal.xml
70
%%DATADIR%%/tools/schema/Opc.Ua.NodeSet2.Part8_Subset.xml
71
%%DATADIR%%/tools/schema/Opc.Ua.NodeSet2.PubSubMinimal.xml
72
%%DATADIR%%/tools/schema/Opc.Ua.NodeSet2.Reduced.xml
73
%%DATADIR%%/tools/schema/Opc.Ua.Types.bsd
74
%%DATADIR%%/tools/schema/StatusCode.csv
75
%%DATADIR%%/tools/schema/datatypes_dataaccess.txt
76
%%DATADIR%%/tools/schema/datatypes_diagnostics.txt
77
%%DATADIR%%/tools/schema/datatypes_discovery.txt
78
%%DATADIR%%/tools/schema/datatypes_events.txt
79
%%DATADIR%%/tools/schema/datatypes_historizing.txt
80
%%DATADIR%%/tools/schema/datatypes_method.txt
81
%%DATADIR%%/tools/schema/datatypes_minimal.txt
82
%%DATADIR%%/tools/schema/datatypes_pubsub.txt
83
%%DATADIR%%/tools/schema/datatypes_query.txt
84
%%DATADIR%%/tools/schema/datatypes_subscriptions.txt
85
%%DATADIR%%/tools/schema/datatypes_transport.txt
86
%%DATADIR%%/tools/schema/datatypes_typedescription.txt
87
- 

Return to bug 278698