https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275573
--- Comment #5 from Robert <drak...@pacbell.net> --- (In reply to Sergey V. Koupreyenko from comment #2) I found a way to get this port to compile on FBSD 12.4, and it's by changing the order of the "include" section in "freebsdbacklighthelper.cpp": the "u_int" declaration is in "types.h" but the compiler will only look there first if the line including types.h is placed above the one for sysctl.h. It was a matter of swapping those two lines with each other, resaving "freebsdbacklighthelper.cpp" then running "make" once more. -- You are receiving this mail because: You are the assignee for the bug.