[Bug 275160] devel/tcltls: 1.7.18 broken under FreeBSD 14.0-RELEASE
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 275160] devel/tcltls: 1.7.18 broken under FreeBSD 14.0-RELEASE"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Nov 2023 04:14:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275160 --- Comment #5 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2545249739ae3fd9f99f400004058872e0bee94 commit d2545249739ae3fd9f99f400004058872e0bee94 Author: Mikhail Teterin <mi@FreeBSD.org> AuthorDate: 2023-11-20 04:10:55 +0000 Commit: Mikhail Teterin <mi@FreeBSD.org> CommitDate: 2023-11-20 04:10:55 +0000 devel/tcltls: fixes to the newly-added generation of DH-parameters Specifically: - move the entire code to the post-configure target -- so that our own header will be newer than the Makefile generated by configure. Otherwise the authors' Makefile will (attempt to) regenerate the dh_param.h again. - use openssl's asnparse functionality to more reliably parse the generated prime -- and turn it into C. PR: 275160 devel/tcltls/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.