Date: Thu, 1 Feb 2024 15:50:29 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dfb300852ed2 - main - net-p2p/cardano-node: Unbreak on FreeBSD 14+ Message-ID: <202402011550.411FoTwx006367@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfb300852ed2bfc70bf62db1cd0ddb4a6f97af87 commit dfb300852ed2bfc70bf62db1cd0ddb4a6f97af87 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-02-01 14:33:52 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-02-01 15:49:50 +0000 net-p2p/cardano-node: Unbreak on FreeBSD 14+ It seems that Cardano Node doesn't use deprecated OpenSSL functions anymore. --- net-p2p/cardano-node/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/net-p2p/cardano-node/Makefile b/net-p2p/cardano-node/Makefile index f7ec66672011..5e6bfee2bdfc 100644 --- a/net-p2p/cardano-node/Makefile +++ b/net-p2p/cardano-node/Makefile @@ -504,12 +504,6 @@ BUILD_ARGS= --ghc-option -Wwarn WITH_LTO= yes -.include <bsd.port.options.mk> - -.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl} || ${SSL_DEFAULT:Mopenssl3*} -BROKEN= fails to compile undefined symbol: DSA_generate_parameters -.endif - post-patch: ${REINPLACE_CMD} -e 's/$$(gitRevFromGit)/"${CARDANO_NODE_HASH}"/' \ -e '/Cardano.Git.RevFromGit/d' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402011550.411FoTwx006367>