4 Commits

Author SHA1 Message Date
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