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

Collapse All | Expand All

(-)b/devel/open62541/Makefile (-13 / +14 lines)
Lines 1-8 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
PATCH_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/commit/
7
PATCHFILES=	4d0b97ecbdc8b46930c368f8a5b45272982724cd.patch:-p1
8
6
MAINTAINER=	nsonack@outlook.com
9
MAINTAINER=	nsonack@outlook.com
7
COMMENT=	Open source implementation of OPC UA
10
COMMENT=	Open source implementation of OPC UA
8
WWW=		https://open62541.org/
11
WWW=		https://open62541.org/
Lines 11-36 LICENSE= MPL20 Link Here
11
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
12
15
13
USES=		cmake python shebangfix
16
USES=		cmake python shebangfix
14
USE_GITHUB=	yes
17
SHEBANG_GLOB=	*.py
15
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
16
19
17
SHEBANG_GLOB=	*.py
20
USE_GITHUB=	yes
21
22
PLIST_SUB=	DISTVERSION=${DISTVERSION}
18
23
19
CMAKE_ON=	BUILD_SHARED_LIBS \
24
CMAKE_ON=	BUILD_SHARED_LIBS \
20
		CMAKE_DISABLE_FIND_PACKAGE_Git
25
		CMAKE_DISABLE_FIND_PACKAGE_Git
21
CMAKE_OFF=	UA_FORCE_WERROR
26
CMAKE_OFF=	UA_FORCE_WERROR
22
PLIST_SUB=	DISTVERSION=${DISTVERSION}
23
27
24
OPTIONS_DEFINE=		OSSL
28
OPTIONS_DEFINE=		LTO OSSL
25
OPTIONS_DEFAULT=	OSSL
29
OPTIONS_DEFAULT=	LTO OSSL
26
30
27
OSSL_DESC=		Enable encryption using OpenSSL
31
LTO_CMAKE_BOOL=	CMAKE_INTERPROCEDURAL_OPTIMIZATION
28
OSSL_USES=		ssl
29
OSSL_CMAKE_ON=		-DUA_ENABLE_ENCRYPTION=OPENSSL
30
OSSL_PLIST_FILES=	include/open62541/plugin/create_certificate.h
31
32
32
post-install:
33
OSSL_DESC=	Enable encryption using OpenSSL
33
	${RMDIR} ${STAGEDIR}${DATADIR}/tools/ua-nodeset
34
OSSL_USES=	ssl
34
	${RMDIR} ${STAGEDIR}${DATADIR}/tools/nodeset_compiler/__pycache__
35
OSSL_CMAKE_ON=	-DUA_ENABLE_ENCRYPTION=OPENSSL
35
36
36
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)b/devel/open62541/distinfo (-3 / +5 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1702055182
1
TIMESTAMP = 1714816178
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
4
SHA256 (4d0b97ecbdc8b46930c368f8a5b45272982724cd.patch) = 60d265992ccb0235c91b995137a21b81dd4fe6335d8adb75a83d615d81af07df
5
SIZE (4d0b97ecbdc8b46930c368f8a5b45272982724cd.patch) = 2034
(-)b/devel/open62541/pkg-plist (-53 / +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

Return to bug 278698