mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
devel/open62541: Update to 1.3.4 and enable encryption plugins
While we are at it, kill -Werror. This update fixes the build with LLVM 15. Changelog: https://github.com/open62541/open62541/releases/tag/v1.3.4 Submitted by: Nico Sonack (maintainer, via email) Approved by: flo (mentor) Differential Revision: https://reviews.freebsd.org/D38683
This commit is contained in:
parent
3a7f58fbfe
commit
da425292f8
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= open62541
|
PORTNAME= open62541
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.3.3
|
DISTVERSION= 1.3.4
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= nsonack@outlook.com
|
MAINTAINER= nsonack@outlook.com
|
||||||
@ -14,10 +14,20 @@ USES= cmake python shebangfix
|
|||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
CMAKE_ON= BUILD_SHARED_LIBS
|
|
||||||
SHEBANG_GLOB= *.py
|
SHEBANG_GLOB= *.py
|
||||||
|
|
||||||
|
CMAKE_ON= BUILD_SHARED_LIBS
|
||||||
|
CMAKE_OFF= UA_FORCE_WERROR
|
||||||
BINARY_ALIAS= python3=${PYTHON_CMD}
|
BINARY_ALIAS= python3=${PYTHON_CMD}
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= OSSL
|
||||||
|
OPTIONS_DEFAULT= OSSL
|
||||||
|
|
||||||
|
OSSL_DESC= Enable encryption using OpenSSL
|
||||||
|
OSSL_USES= ssl
|
||||||
|
OSSL_CMAKE_ON= -DUA_ENABLE_ENCRYPTION=OPENSSL
|
||||||
|
OSSL_PLIST_FILES= include/open62541/plugin/create_certificate.h
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${RMDIR} ${STAGEDIR}${DATADIR}/tools/ua-nodeset
|
${RMDIR} ${STAGEDIR}${DATADIR}/tools/ua-nodeset
|
||||||
${RMDIR} ${STAGEDIR}${DATADIR}/tools/nodeset_compiler/__pycache__
|
${RMDIR} ${STAGEDIR}${DATADIR}/tools/nodeset_compiler/__pycache__
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1660839750
|
TIMESTAMP = 1676633585
|
||||||
SHA256 (open62541-open62541-v1.3.3_GH0.tar.gz) = 52c049c0f107b4cc382c9e480d677a6360cdd96c472f84689af91b423bd108cb
|
SHA256 (open62541-open62541-v1.3.4_GH0.tar.gz) = 3489cfa2f98c52df252adc8e641a9e59cb675bdfd5ef413b0d947e667cddd16d
|
||||||
SIZE (open62541-open62541-v1.3.3_GH0.tar.gz) = 3866193
|
SIZE (open62541-open62541-v1.3.4_GH0.tar.gz) = 3867546
|
||||||
|
Loading…
Reference in New Issue
Block a user