Bug 148484 - [PATCH] security/snort: fix WITH_SNORTSAM knob
Summary: [PATCH] security/snort: fix WITH_SNORTSAM knob
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-07-10 17:40 UTC by Sunpoet Po-Chuan Hsieh
Modified: 2010-07-17 14:10 UTC (History)
1 user (show)

See Also:


Attachments
snort-2.8.6.patch (699 bytes, patch)
2010-07-10 17:40 UTC, Sunpoet Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sunpoet Po-Chuan Hsieh 2010-07-10 17:40:02 UTC
BUILD_DEPENDS shall not be in post-patch: section.
It breaks Makefile when WITH_SNORTSAM is set.

Port maintainer (clsung@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99

How-To-Repeat: 
% cd /usr/ports/security/snort/
% make WITH_SNORTSAM=yes build-depends-list
"Makefile", line 138: Unassociated shell command "@${REINPLACE_CMD} '/SUBDIRS = /s/doc//' ${WRKSRC}/Makefile.in"
make: fatal errors encountered -- cannot continue
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-10 17:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-17 14:09:37 UTC
clsung      2010-07-17 13:09:23 UTC

  FreeBSD ports repository

  Modified files:
    security/snort       Makefile 
  Log:
  - source tar ball go to LOCAL
  - fix WITH_SNORTSAM knob
  
  PR:             ports/148484, ports/148516
  Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
  
  Revision  Changes    Path
  1.122     +3 -5      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 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2010-07-17 14:09:38 UTC
State Changed
From-To: open->closed

Committed. Thank You.