ports/152171: [patch] Fix build of security/snort when SNORTSAM is enabled.
Tom Judge
tom at tomjudge.com
Fri Nov 12 15:40:15 UTC 2010
>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 at 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:
More information about the freebsd-ports-bugs
mailing list