10 Commits

Author SHA1 Message Date
sthen
248932be74 switch MODPY_BIN_SUFFIX to -2 for py2 and (blank) for py3
switch ports using command-line tools from py-sphinx that don't need a
py2 version of it to py3-sphinx
2021-02-19 23:13:00 +00:00
ajacoutot
c7afa9d470 This requires textproc/py-sphinx_rtd_theme now. 2020-12-03 07:46:18 +00:00
bluhm
8f7e3cbca0 Backport fix from upstream. 2020-08-24 21:08:02 +00:00
bluhm
20cf50ceb7 Backport some fixes and important features from open62541 upstream.
Bump library minor version.
2020-06-23 14:55:14 +00:00
bluhm
004ff18767 Backport fix from uptream, prevents crash when request Id is missing. 2020-05-15 09:37:15 +00:00
bluhm
b8a592b1bb Backport fix for crash due to uninitialized memory in network_tcp.
Use the variant of the CMakeLists.txt patch that has been commited
upstream.
2020-04-01 15:32:44 +00:00
kmos
6e76a3850c GCC 4.2.1 doesn't understand -Wpedantic. Patch it out.
Fixes build on sparc64

ok tb@ bluhm@
2020-02-16 20:51:46 +00:00
sthen
f69d1135ed be smarter about GH_TAGNAME; when generating the default DISTNAME, only
strip a leading "v" when it's followed by what looks like a version number,
also have it handle a few other common names seen in ports. likewise when
stripping 'v' from the default WRKDIST, also allow 'V', but only if
followed by digits (which seems a better match to what github are doing).

update the few ports which _require_ updates to match this change.

been through a bulk on i386 (plus I've diffed "make dump-vars" run in
in all ports having GH_TAGNAME before+after applying the patch), ok jca
2020-02-13 22:19:35 +00:00
bluhm
fd872f920f Build a debug package for open62541 library. Backport an use-after-free
fix from upstream.
OK sthen@
2020-02-13 13:26:20 +00:00
bluhm
cc827a6ab9 import open62541 1.0.1
OK sthen@

Comment:
library implementation of OPC UA

Description:
open62541 is an open source and free implementation of OPC UA (OPC
Unified Architecture) written in the common subset of the C99 and
C++98 languages.  The library is usable with all major compilers
and provides the necessary tools to implement dedicated OPC UA
clients and servers, or to integrate OPC UA-based communication
into existing applications.
2020-02-11 10:35:25 +00:00