[Bug 235207] devel/libsoup looks for ntlm_auth in a wrong place
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 May 2021 14:02:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235207 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e94a54ee19481e569344e95d5d28732ce3a86ef commit 0e94a54ee19481e569344e95d5d28732ce3a86ef Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-05-17 13:25:45 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2021-05-17 14:01:43 +0000 devel/libsoup: Massage features and options - From PR 235207 comes a patch from mi@ to use NTLM if it's there. Unfortunately, the switch to Meson has made this run-time-option a build-time-check, so the original patch isn't directly useful. Make samba a build-time dep, so that the code is enabled; there is a run-time check if the NTLM executable is available. - From PR 231160 comes a patch to configure different kinds of GSSAPI. That too doesn't apply with the current Meson build, but the general idea does. Build-tested in 8 configurations (but libsoup is nice that everything is #ifdeffed internally, so there's no plist or other visible changes) While here, add WWW line. PR: 235207 231160 Reported by: mi Reported by: Sergey Akhmatov devel/libsoup/Makefile | 20 ++++++++++++++++++-- devel/libsoup/pkg-descr | 2 ++ 2 files changed, 20 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.