Bug 200762 - security/sguil wrong dependency for databases/mysqltcl
Summary: security/sguil wrong dependency for databases/mysqltcl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-10 12:39 UTC by Trond Endrestøl
Modified: 2015-06-11 10:51 UTC (History)
2 users (show)

See Also:


Attachments
Patch for security/sguil/Makefile (623 bytes, patch)
2015-06-10 12:39 UTC, Trond Endrestøl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trond Endrestøl 2015-06-10 12:39:40 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-06-11 10:50:11 UTC
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
Comment 2 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2015-06-11 10:51:03 UTC
Thanks.