CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/09/21 11:58:24
Modified files:
net/bro : Makefile
Removed files:
net/bro/patches: patch-CMakeLists_txt
patch-auxil_binpac_lib_CMakeLists_txt
patch-auxil_broker_caf_CMakeLists_txt
patch-auxil_broker_libbroker_CMakeLists_txt
Log message:
drop obsolete cmake shared libs workarounds
this is what i missed in r1.146: back when using ./configure, hand holding
shared library versioning seemd to be needed. with the switch to our cmake
module on r1.135 none of this was no longer needed, but i overlooked/missed
the MODCMAKE_USE_SHARED_LIBS = No, effectly disabling our cmake port/modulewrt.
automatic version overriding.