Bug 243662

Summary: net/samba410: fix talloc knob reference
Product: Ports & Packages Reporter: John Hein <jcfyecrayz>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: timur
Priority: --- Flags: jcfyecrayz: maintainer-feedback? (timur)
Version: Latest   
Hardware: Any   
OS: Any   

Description John Hein 2020-01-28 04:25:02 UTC
This typo was copied from samba48:

-.if (defined(SAMBA4_BUNDLED_TALLOC) && ${SAMBA4_BUNDLED_TEVENT} == yes) \
+.if (defined(SAMBA4_BUNDLED_TALLOC) && ${SAMBA4_BUNDLED_TALLOC} == yes) \
Comment 1 Timur I. Bakeyev freebsd_committer freebsd_triage 2020-01-28 10:58:55 UTC
Heh, c-n-p error :( Hope it didn't hit you, as this option was added mostly for completeness.

I'll fix it in my the SVN tree, but won't push it yet till the next bigger update.

Thanks a lot for spotting it!