Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2010 15:31:42 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jpaetzel@FreeBSD.org
Subject:   ports/152171: [patch] Fix build of security/snort when SNORTSAM is enabled.
Message-ID:  <20101112153136.8CF34DCB3C@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201011121540.oACFeFDc060209@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         152171
>Category:       ports
>Synopsis:       [patch] Fix build of security/snort when SNORTSAM is enabled.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 12 15:40:14 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Tom Judge
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD tinderbox.home.tomjudge.com 8.1-STABLE FreeBSD 8.1-STABLE #0 r213720: Tue Oct 12 14:02:02 UTC 2010 tj@tinderbox.home.tomjudge.com:/usr/obj/usr/src/sys/GENERIC amd64

>Description:

Snort currently depends on autotools110 when Snort Sam output is enabled.

Attached patch fixes the issue.


>How-To-Repeat:
>Fix:

--- security-snort.txt begins here ---
--- Makefile.orig	2010-11-12 14:28:35.000000000 +0000
+++ Makefile	2010-11-12 14:28:49.000000000 +0000
@@ -126,7 +126,7 @@
 .endif
 
 .if defined(WITH_SNORTSAM)
-BUILD_DEPENDS+=		automake>=1.10.3:${PORTSDIR}/devel/automake110
+BUILD_DEPENDS+=		automake>=1.10.3:${PORTSDIR}/devel/automake111
 PATCH_SITES+=http://www.snortsam.net/files/snort-plugin/:snortsam
 PATCHFILES+=snortsam-2.8.6.diff.gz:snortsam
 .endif
--- security-snort.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101112153136.8CF34DCB3C>