Created attachment 157611 [details] Patch for security/sguil/Makefile First of all, databases/mysqltcl lives at /usr/local/lib/mysqltcl-3.052/libmysqltcl3.052.so, not at /usr/local/lib/libmysqltcl3.052.so. Next, the current dependency is at fault, thus forcing security/sguil to recompile databases/mysqltcl, thus failing due to the latter already installed. The attached patch attempts to get this straight.
A commit references this bug: Author: bofh Date: Thu Jun 11 10:49:45 UTC 2015 New revision: 389190 URL: https://svnweb.freebsd.org/changeset/ports/389190 Log: security/sguil: Fix wrong dependency for databases/mysqltcl [1] - Fix patch files to reflect 'make makepatch' - Convert to new @dir framework PR: 200762 [1] Submitted by: Trond.Endrestol@ximalas.info [1] Changes: head/security/sguil/Makefile head/security/sguil/files/patch-client__sguil.conf head/security/sguil/files/patch-client__sguil.tk head/security/sguil/files/patch-sensor__contrib__ossec_agent__ossec_agent.tcl head/security/sguil/files/patch-sensor__pads_agent.tcl head/security/sguil/files/patch-sensor__pcap_agent-sancp.tcl head/security/sguil/files/patch-sensor__pcap_agent.tcl head/security/sguil/files/patch-sensor__sancp_agent.tcl head/security/sguil/files/patch-sensor_snort__agent.tcl head/security/sguil/files/patch-server__lib__SguildLoaderd.tcl head/security/sguil/files/patch-server__lib__SguildMysqlMerge.tcl head/security/sguil/files/patch-server__sguild head/security/sguil/files/patch-server__sguild.access head/security/sguil/files/patch-server__sguild.conf head/security/sguil/files/patch-server__snort_agent head/security/sguil/files/patch-server__sql_scripts__sancp_cleanup.tcl head/security/sguil/pkg-plist
Thanks.