Date: Sun, 01 Aug 2021 11:53:45 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 257529] net/openldap24-server: Fix breakage after SASL changes Message-ID: <bug-257529-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257529 Bug ID: 257529 Summary: net/openldap24-server: Fix breakage after SASL changes Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: delphij@FreeBSD.org Reporter: rhurlin@FreeBSD.org Assignee: delphij@FreeBSD.org Flags: maintainer-feedback?(delphij@FreeBSD.org) Created attachment 226834 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226834&action= =3Dedit patch to fix RUN_DEPENDS after using bsd.port.options.mk Hi Xin LI, Thanks for the SASL changes in net/openldap24-server. Unfortunetaly there seem to be a breakage with this new code: #cd net/openldap24-client #make /!\ openldap-client-2.4.59_1: Makefile errors /!\ The following options helpers are incorrectly set after bsd.port.options.mk and are ineffective: GSSAPI_RUN_DEPENDS *** Error code 1 Stop. This happens, because GSSAPI_RUN_DEPENDS (in the servers Makefile) is used after '.include <bsd.port.options.mk>'. The attached patch changes this to old style RUN_DEPENDS in an .if/.endif. = This should work as expected, I hope. Regards, Rainer --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257529-7788>