Bug 152171 - [patch] Fix build of security/snort when SNORTSAM is enabled.
Summary: [patch] Fix build of security/snort when SNORTSAM is enabled.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-12 15:40 UTC by Tom Judge
Modified: 2010-12-03 19:00 UTC (History)
1 user (show)

See Also:


Attachments
security-snort.txt (410 bytes, text/plain)
2010-11-12 15:40 UTC, Tom Judge
no flags Details
snort-autofoo.diff (984 bytes, patch)
2010-11-12 16:21 UTC, Koop Mast
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Judge 2010-11-12 15:40:14 UTC
Snort currently depends on autotools110 when Snort Sam output is enabled.

Attached patch fixes the issue.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-12 15:40:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Koop Mast 2010-11-12 16:21:56 UTC
Use autotools macro instead of hard depend on automake.
Define autotools macro before bsd.port.pre.mk.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-12-03 18:54:38 UTC
kwm         2010-12-03 18:54:33 UTC

  FreeBSD ports repository

  Modified files:
    security/snort       Makefile 
  Log:
  Unbreak the build when the SNORTSAM option is selected.
  Change a manual build depend line on automake110 (which is dead)
  to a autotools line.
  
  PR:             ports/152171
  Submitted by:   "Tom Judge" <tom@tomjudge.com>
  Approved by:    maintainer timeout (clsung, 21 days)
  
  Revision  Changes    Path
  1.125     +2 -2      ports/security/snort/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Koop Mast freebsd_committer freebsd_triage 2010-12-03 18:54:48 UTC
State Changed
From-To: open->closed

Committed with maintainer timeout. Thanks.