Hi,

The open62541 library may be compiled with full namespace zero.
This is neccessary for my use case.

For that I need an additional external package from the OPC UA
foundation.  To build the full library, the compiler needs 8 MB
stack limit.  And the package size grows from 4 to 10 MB.

So I created a ns0_full flavor that is not built by default.
Is this the correct approach?

bluhm

Index: misc/open62541/Makefile
===================================================================
RCS file: /data/mirror/openbsd/cvs/ports/misc/open62541/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- misc/open62541/Makefile     29 Jul 2021 15:05:43 -0000      1.10
+++ misc/open62541/Makefile     29 Jul 2021 17:48:59 -0000
@@ -3,6 +3,7 @@
 COMMENT =      library implementation of OPC UA
 
 VERSION =      1.0.3
+REVISION =     0
 DISTNAME =     open62541-${VERSION}
 PKGNAME =      open62541-${VERSION}
 
@@ -20,7 +21,9 @@ PERMIT_PACKAGE =      Yes
 WANTLIB =              c m mbedcrypto mbedtls mbedx509 pthread
 
 MASTER_SITES =         https://github.com/open62541/open62541/
-DISTFILES =            open62541-{archive/refs/tags/v}${VERSION}.tar.gz
+MASTER_SITES0 =                
https://github.com/OPCFoundation/UA-Nodeset/archive/
+DISTFILES =            open62541-{archive/refs/tags/v}${VERSION}.tar.gz \
+                       UA-1.04.5-2020-03-06.tar.gz:0
 
 MODULES =              devel/cmake
 
@@ -39,7 +42,6 @@ CONFIGURE_ARGS =      -DCMAKE_BUILD_TYPE=RelW
                        -DOPEN62541_VERSION=v${VERSION} \
                        -DBUILD_SHARED_LIBS=ON \
                        -DUA_ENABLE_ENCRYPTION=ON \
-                       -DUA_NAMESPACE_ZERO=REDUCED \
                        -DUA_ENABLE_AMALGAMATION=OFF \
                        -DUA_PACK_DEBIAN=ON \
                        -DUA_BUILD_TOOLS=ON \
@@ -48,5 +50,21 @@ CONFIGURE_ARGS =     -DCMAKE_BUILD_TYPE=RelW
 DEBUG_PACKAGES =       ${BUILD_PACKAGES}
 
 ALL_TARGET =           all doc_pdf
+
+FLAVORS =              ns0_full
+FLAVOR ?=
+
+.if ${FLAVOR:Mns0_full}
+CONFIGURE_ARGS +=      -DUA_NAMESPACE_ZERO=FULL \
+                       -DUA_ENABLE_MICRO_EMB_DEV_PROFILE=ON
+.else
+CONFIGURE_ARGS +=      -DUA_NAMESPACE_ZERO=REDUCED
+.endif
+
+.if ${FLAVOR:Mns0_full}
+post-extract:
+       rmdir ${WRKSRC}/deps/ua-nodeset/
+       mv ${WRKDIR}/UA-Nodeset-UA-*/ ${WRKSRC}/deps/ua-nodeset/
+.endif
 
 .include <bsd.port.mk>
Index: misc/open62541/distinfo
===================================================================
RCS file: /data/mirror/openbsd/cvs/ports/misc/open62541/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- misc/open62541/distinfo     29 Jul 2021 15:05:43 -0000      1.3
+++ misc/open62541/distinfo     29 Jul 2021 15:46:41 -0000
@@ -1,2 +1,4 @@
+SHA256 (UA-1.04.5-2020-03-06.tar.gz) = 
KIty/GA+zomK1fXUBLBP7+EN5Puzx1apbXzINCtRgFM=
 SHA256 (open62541-1.0.3.tar.gz) = PkyTnXAtBtifMqHK/iuZLH89gcj4V54JOpctS8T7PVA=
+SIZE (UA-1.04.5-2020-03-06.tar.gz) = 4053334
 SIZE (open62541-1.0.3.tar.gz) = 2691597
Index: misc/open62541/pkg/PFRAG.ns0_full
===================================================================
RCS file: misc/open62541/pkg/PFRAG.ns0_full
diff -N misc/open62541/pkg/PFRAG.ns0_full
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ misc/open62541/pkg/PFRAG.ns0_full   29 Jul 2021 17:43:52 -0000
@@ -0,0 +1,220 @@
+@comment $OpenBSD: PFRAG.ns0_full,v$
+share/open62541/tools/ua-nodeset/ADI/
+share/open62541/tools/ua-nodeset/ADI/Opc.Ua.Adi.Classes.cs
+share/open62541/tools/ua-nodeset/ADI/Opc.Ua.Adi.Constants.cs
+share/open62541/tools/ua-nodeset/ADI/Opc.Ua.Adi.DataTypes.cs
+share/open62541/tools/ua-nodeset/ADI/Opc.Ua.Adi.NodeSet2.xml
+share/open62541/tools/ua-nodeset/ADI/Opc.Ua.Adi.PredefinedNodes.uanodes
+share/open62541/tools/ua-nodeset/ADI/Opc.Ua.Adi.PredefinedNodes.xml
+share/open62541/tools/ua-nodeset/ADI/Opc.Ua.Adi.Types.bsd
+share/open62541/tools/ua-nodeset/ADI/Opc.Ua.Adi.Types.xsd
+share/open62541/tools/ua-nodeset/ADI/OpcUaAdiModel.csv
+share/open62541/tools/ua-nodeset/ADI/OpcUaAdiModel.xml
+share/open62541/tools/ua-nodeset/AML/
+share/open62541/tools/ua-nodeset/AML/Opc.Ua.AMLBaseTypes.NodeSet2.xml
+share/open62541/tools/ua-nodeset/AML/Opc.Ua.AMLLibraries.NodeSet2.xml
+share/open62541/tools/ua-nodeset/AML/Topology.aml
+share/open62541/tools/ua-nodeset/AML/Topology.xml
+share/open62541/tools/ua-nodeset/AnsiC/
+share/open62541/tools/ua-nodeset/AnsiC/Opc.Ua.Endpoints.wsdl
+share/open62541/tools/ua-nodeset/AnsiC/Opc.Ua.Services.wsdl
+share/open62541/tools/ua-nodeset/AnsiC/opcua_attributes.h
+share/open62541/tools/ua-nodeset/AnsiC/opcua_browsenames.h
+share/open62541/tools/ua-nodeset/AnsiC/opcua_clientapi.c
+share/open62541/tools/ua-nodeset/AnsiC/opcua_clientapi.h
+share/open62541/tools/ua-nodeset/AnsiC/opcua_exclusions.h
+share/open62541/tools/ua-nodeset/AnsiC/opcua_identifiers.h
+share/open62541/tools/ua-nodeset/AnsiC/opcua_serverapi.c
+share/open62541/tools/ua-nodeset/AnsiC/opcua_serverapi.h
+share/open62541/tools/ua-nodeset/AnsiC/opcua_statuscodes.h
+share/open62541/tools/ua-nodeset/AnsiC/opcua_types.c
+share/open62541/tools/ua-nodeset/AnsiC/opcua_types.h
+share/open62541/tools/ua-nodeset/AutoID/
+share/open62541/tools/ua-nodeset/AutoID/Opc.Ua.AutoID.NodeIds.csv
+share/open62541/tools/ua-nodeset/AutoID/Opc.Ua.AutoID.NodeSet2.xml
+share/open62541/tools/ua-nodeset/CNC/
+share/open62541/tools/ua-nodeset/CNC/Opc.Ua.CNC.NodeIds.csv
+share/open62541/tools/ua-nodeset/CNC/Opc.Ua.CNC.NodeSet.xml
+share/open62541/tools/ua-nodeset/CSPPlusForMachine/
+share/open62541/tools/ua-nodeset/CSPPlusForMachine/Opc.Ua.CSPPlusForMachine.NodeIds.csv
+share/open62541/tools/ua-nodeset/CSPPlusForMachine/Opc.Ua.CSPPlusForMachine.NodeSet2.xml
+share/open62541/tools/ua-nodeset/CommercialKitchenEquipment/
+share/open62541/tools/ua-nodeset/CommercialKitchenEquipment/NodeIds.csv
+share/open62541/tools/ua-nodeset/CommercialKitchenEquipment/Opc.Ua.CommercialKitchenEquipment.NodeSet2.xml
+share/open62541/tools/ua-nodeset/DI/
+share/open62541/tools/ua-nodeset/DI/Opc.Ua.Di.Classes.cs
+share/open62541/tools/ua-nodeset/DI/Opc.Ua.Di.Constants.cs
+share/open62541/tools/ua-nodeset/DI/Opc.Ua.Di.DataTypes.cs
+share/open62541/tools/ua-nodeset/DI/Opc.Ua.Di.NodeSet2.xml
+share/open62541/tools/ua-nodeset/DI/Opc.Ua.Di.PredefinedNodes.uanodes
+share/open62541/tools/ua-nodeset/DI/Opc.Ua.Di.PredefinedNodes.xml
+share/open62541/tools/ua-nodeset/DI/Opc.Ua.Di.Types.bsd
+share/open62541/tools/ua-nodeset/DI/Opc.Ua.Di.Types.xsd
+share/open62541/tools/ua-nodeset/DI/OpcUaDiModel.csv
+share/open62541/tools/ua-nodeset/DI/OpcUaDiModel.xml
+share/open62541/tools/ua-nodeset/DotNet/
+share/open62541/tools/ua-nodeset/DotNet/Opc.Ua.Attributes.cs
+share/open62541/tools/ua-nodeset/DotNet/Opc.Ua.Channels.cs
+share/open62541/tools/ua-nodeset/DotNet/Opc.Ua.Client.cs
+share/open62541/tools/ua-nodeset/DotNet/Opc.Ua.Endpoints.cs
+share/open62541/tools/ua-nodeset/DotNet/Opc.Ua.Endpoints.wsdl
+share/open62541/tools/ua-nodeset/DotNet/Opc.Ua.Interfaces.cs
+share/open62541/tools/ua-nodeset/DotNet/Opc.Ua.Messages.cs
+share/open62541/tools/ua-nodeset/DotNet/Opc.Ua.ServerBase.cs
+share/open62541/tools/ua-nodeset/DotNet/Opc.Ua.Services.wsdl
+share/open62541/tools/ua-nodeset/DotNet/Opc.Ua.StatusCodes.cs
+share/open62541/tools/ua-nodeset/DotNet/Opc.Ua.StatusCodes.csv
+share/open62541/tools/ua-nodeset/FDI/
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi5.Classes.cs
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi5.Constants.cs
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi5.DataTypes.cs
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi5.NodeSet2.xml
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi5.PredefinedNodes.uanodes
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi5.PredefinedNodes.xml
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi5.Types.bsd
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi5.Types.xsd
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi7.Classes.cs
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi7.Constants.cs
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi7.DataTypes.cs
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi7.NodeSet2.xml
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi7.PredefinedNodes.uanodes
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi7.PredefinedNodes.xml
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi7.Types.bsd
+share/open62541/tools/ua-nodeset/FDI/Opc.Ua.Fdi7.Types.xsd
+share/open62541/tools/ua-nodeset/FDI/OpcUaFdiPart5Model.csv
+share/open62541/tools/ua-nodeset/FDI/OpcUaFdiPart5Model.xml
+share/open62541/tools/ua-nodeset/FDI/OpcUaFdiPart7Model.csv
+share/open62541/tools/ua-nodeset/FDI/OpcUaFdiPart7Model.xml
+share/open62541/tools/ua-nodeset/FDT/
+share/open62541/tools/ua-nodeset/FDT/NodeIds.csv
+share/open62541/tools/ua-nodeset/FDT/Opc.Ua.FDT.NodeSet2.xml
+share/open62541/tools/ua-nodeset/GDS/
+share/open62541/tools/ua-nodeset/GDS/Opc.Ua.Gds.Classes.cs
+share/open62541/tools/ua-nodeset/GDS/Opc.Ua.Gds.Constants.cs
+share/open62541/tools/ua-nodeset/GDS/Opc.Ua.Gds.DataTypes.cs
+share/open62541/tools/ua-nodeset/GDS/Opc.Ua.Gds.NodeSet2.Part12.xml
+share/open62541/tools/ua-nodeset/GDS/Opc.Ua.Gds.NodeSet2.xml
+share/open62541/tools/ua-nodeset/GDS/Opc.Ua.Gds.PredefinedNodes.uanodes
+share/open62541/tools/ua-nodeset/GDS/Opc.Ua.Gds.PredefinedNodes.xml
+share/open62541/tools/ua-nodeset/GDS/Opc.Ua.Gds.Types.bsd
+share/open62541/tools/ua-nodeset/GDS/Opc.Ua.Gds.Types.xsd
+share/open62541/tools/ua-nodeset/GDS/OpcUaGdsModel.csv
+share/open62541/tools/ua-nodeset/GDS/OpcUaGdsModel.xml
+share/open62541/tools/ua-nodeset/IEC61850/
+share/open62541/tools/ua-nodeset/IEC61850/Opc.Ua.IEC61850-6.NodeSet2.xml
+share/open62541/tools/ua-nodeset/IEC61850/Opc.Ua.IEC61850-7-3.NodeSet2.xml
+share/open62541/tools/ua-nodeset/IEC61850/Opc.Ua.IEC61850-7-4.NodeSet2.xml
+share/open62541/tools/ua-nodeset/IOLink/
+share/open62541/tools/ua-nodeset/IOLink/EngineeringUnits.csv
+share/open62541/tools/ua-nodeset/IOLink/Opc.Ua.IOLink.NodeIds.csv
+share/open62541/tools/ua-nodeset/IOLink/Opc.Ua.IOLink.NodeSet2.xml
+share/open62541/tools/ua-nodeset/IOLink/Opc.Ua.IOLinkIODD.NodeIds.csv
+share/open62541/tools/ua-nodeset/IOLink/Opc.Ua.IOLinkIODD.NodeSet2.xml
+share/open62541/tools/ua-nodeset/ISA-95/
+share/open62541/tools/ua-nodeset/ISA-95/OPC.ISA95.Types.bsd
+share/open62541/tools/ua-nodeset/ISA-95/OPC.ISA95.Types.xsd
+share/open62541/tools/ua-nodeset/ISA-95/Opc.ISA95.NodeSet2.xml
+share/open62541/tools/ua-nodeset/MDIS/
+share/open62541/tools/ua-nodeset/MDIS/MDIS.csv
+share/open62541/tools/ua-nodeset/MDIS/MDIS.xml
+share/open62541/tools/ua-nodeset/MDIS/Opc.MDIS.Classes.cs
+share/open62541/tools/ua-nodeset/MDIS/Opc.MDIS.Constants.cs
+share/open62541/tools/ua-nodeset/MDIS/Opc.MDIS.DataTypes.cs
+share/open62541/tools/ua-nodeset/MDIS/Opc.MDIS.NodeSet2.xml
+share/open62541/tools/ua-nodeset/MDIS/Opc.MDIS.PredefinedNodes.uanodes
+share/open62541/tools/ua-nodeset/MDIS/Opc.MDIS.PredefinedNodes.xml
+share/open62541/tools/ua-nodeset/MDIS/Opc.MDIS.Types.bsd
+share/open62541/tools/ua-nodeset/MDIS/Opc.MDIS.Types.xsd
+share/open62541/tools/ua-nodeset/MTConnect/
+share/open62541/tools/ua-nodeset/MTConnect/MTConnect.NodeIds.csv
+share/open62541/tools/ua-nodeset/MTConnect/MTConnectModel.csv
+share/open62541/tools/ua-nodeset/MTConnect/MTConnectModel.xml
+share/open62541/tools/ua-nodeset/MTConnect/Opc.Ua.MTConnect.Classes.cs
+share/open62541/tools/ua-nodeset/MTConnect/Opc.Ua.MTConnect.Constants.cs
+share/open62541/tools/ua-nodeset/MTConnect/Opc.Ua.MTConnect.DataTypes.cs
+share/open62541/tools/ua-nodeset/MTConnect/Opc.Ua.MTConnect.NodeSet2.xml
+share/open62541/tools/ua-nodeset/MTConnect/Opc.Ua.MTConnect.PredefinedNodes.uanodes
+share/open62541/tools/ua-nodeset/MTConnect/Opc.Ua.MTConnect.PredefinedNodes.xml
+share/open62541/tools/ua-nodeset/MTConnect/Opc.Ua.MTConnect.Types.bsd
+share/open62541/tools/ua-nodeset/MTConnect/Opc.Ua.MTConnect.Types.xsd
+share/open62541/tools/ua-nodeset/MachineVision/
+share/open62541/tools/ua-nodeset/MachineVision/NodeIds.csv
+share/open62541/tools/ua-nodeset/MachineVision/Opc.Ua.MachineVision.NodeSet2.xml
+share/open62541/tools/ua-nodeset/PLCopen/
+share/open62541/tools/ua-nodeset/PLCopen/Opc.Ua.Plc.Classes.cs
+share/open62541/tools/ua-nodeset/PLCopen/Opc.Ua.Plc.Constants.cs
+share/open62541/tools/ua-nodeset/PLCopen/Opc.Ua.Plc.DataTypes.cs
+share/open62541/tools/ua-nodeset/PLCopen/Opc.Ua.Plc.NodeSet2.xml
+share/open62541/tools/ua-nodeset/PLCopen/Opc.Ua.Plc.PredefinedNodes.uanodes
+share/open62541/tools/ua-nodeset/PLCopen/Opc.Ua.Plc.PredefinedNodes.xml
+share/open62541/tools/ua-nodeset/PLCopen/Opc.Ua.Plc.Types.bsd
+share/open62541/tools/ua-nodeset/PLCopen/Opc.Ua.Plc.Types.xsd
+share/open62541/tools/ua-nodeset/PLCopen/OpcUaPLCopenModel.csv
+share/open62541/tools/ua-nodeset/PLCopen/OpcUaPLCopenModel.xml
+share/open62541/tools/ua-nodeset/POWERLINK/
+share/open62541/tools/ua-nodeset/POWERLINK/Opc.Ua.POWERLINK.NodeIds.csv
+share/open62541/tools/ua-nodeset/POWERLINK/Opc.Ua.POWERLINK.NodeSet2.xml
+share/open62541/tools/ua-nodeset/PROFINET/
+share/open62541/tools/ua-nodeset/PROFINET/Opc.Ua.Pn.NodeIds.csv
+share/open62541/tools/ua-nodeset/PROFINET/Opc.Ua.Pn.NodeSet2.xml
+share/open62541/tools/ua-nodeset/PackML/
+share/open62541/tools/ua-nodeset/PackML/Opc.Ua.PackML.NodeSet2.xml
+share/open62541/tools/ua-nodeset/PackML/PackML.NodeIds.csv
+share/open62541/tools/ua-nodeset/PublishNodeSets.bat
+share/open62541/tools/ua-nodeset/Robotics/
+share/open62541/tools/ua-nodeset/Robotics/NodeIds.csv
+share/open62541/tools/ua-nodeset/Robotics/Opc.Ua.Robotics.NodeSet2.xml
+share/open62541/tools/ua-nodeset/Schema/
+share/open62541/tools/ua-nodeset/Schema/AttributeIds.csv
+share/open62541/tools/ua-nodeset/Schema/NodeIds.csv
+share/open62541/tools/ua-nodeset/Schema/OPCBinarySchema.xsd
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.Classes.cs
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.Constants.cs
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.DataTypes.cs
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeIds.Services.csv
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeIds.csv
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeSet.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeSet2.Part10.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeSet2.Part11.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeSet2.Part12.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeSet2.Part13.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeSet2.Part14.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeSet2.Part17.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeSet2.Part19.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeSet2.Part3.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeSet2.Part4.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeSet2.Part5.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeSet2.Part8.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeSet2.Part9.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeSet2.Services.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.NodeSet2.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.PredefinedNodes.uanodes
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.PredefinedNodes.xml
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.Types.bsd
+share/open62541/tools/ua-nodeset/Schema/Opc.Ua.Types.xsd
+share/open62541/tools/ua-nodeset/Schema/SecuredApplication.xsd
+share/open62541/tools/ua-nodeset/Schema/ServerCapabilities.csv
+share/open62541/tools/ua-nodeset/Schema/StatusCode.csv
+share/open62541/tools/ua-nodeset/Schema/UANodeSet.xsd
+share/open62541/tools/ua-nodeset/Schema/UNECE_to_OPCUA.csv
+share/open62541/tools/ua-nodeset/Schema/rec20_latest_a1.csv
+share/open62541/tools/ua-nodeset/Schema/rec20_latest_a2-3.csv
+share/open62541/tools/ua-nodeset/Sercos/
+share/open62541/tools/ua-nodeset/Sercos/Sercos.Classes.cs
+share/open62541/tools/ua-nodeset/Sercos/Sercos.Constants.cs
+share/open62541/tools/ua-nodeset/Sercos/Sercos.DataTypes.cs
+share/open62541/tools/ua-nodeset/Sercos/Sercos.NodeSet2.xml
+share/open62541/tools/ua-nodeset/Sercos/Sercos.PredefinedNodes.uanodes
+share/open62541/tools/ua-nodeset/Sercos/Sercos.PredefinedNodes.xml
+share/open62541/tools/ua-nodeset/Sercos/Sercos.Types.bsd
+share/open62541/tools/ua-nodeset/Sercos/Sercos.Types.xsd
+share/open62541/tools/ua-nodeset/Sercos/SercosModel.csv
+share/open62541/tools/ua-nodeset/Sercos/SercosModel.xml
+share/open62541/tools/ua-nodeset/TMC/
+share/open62541/tools/ua-nodeset/TMC/Opc.Ua.TMC.NodeIds.csv
+share/open62541/tools/ua-nodeset/TMC/Opc.Ua.TMC.NodeSet2.bsd
+share/open62541/tools/ua-nodeset/TMC/Opc.Ua.TMC.NodeSet2.xml
+share/open62541/tools/ua-nodeset/TMC/Opc.Ua.TMC.NodeSet2.xsd
+share/open62541/tools/ua-nodeset/readme.md
+share/open62541/tools/ua-nodeset/v1.03 NodeSet Errata 2016-04-16.txt
+share/open62541/tools/ua-nodeset/v1.04 NodeSet Errata.txt
Index: misc/open62541/pkg/PLIST
===================================================================
RCS file: /data/mirror/openbsd/cvs/ports/misc/open62541/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- misc/open62541/pkg/PLIST    11 Feb 2020 10:35:25 -0000      1.1.1.1
+++ misc/open62541/pkg/PLIST    29 Jul 2021 17:43:31 -0000
@@ -163,3 +163,4 @@ share/open62541/tools/schema/datatypes_q
 share/open62541/tools/schema/datatypes_subscriptions.txt
 share/open62541/tools/schema/datatypes_transport.txt
 share/open62541/tools/ua-nodeset/
+%%ns0_full%%

Reply via email to