View | Details | Raw Unified | Return to bug 234699
Collapse All | Expand All

(-)security/snort/Makefile (-5 / +7 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	snort
4
PORTNAME=	snort
5
PORTVERSION=	2.9.12
5
PORTVERSION=	2.9.12
6
PORTREVISION=	1
6
CATEGORIES=	security
7
CATEGORIES=	security
7
MASTER_SITES=	https://snort.org/downloads/snort/ \
8
MASTER_SITES=	https://snort.org/downloads/snort/ \
8
		ZI
9
		ZI
Lines 15-27 Link Here
15
LICENSE=	GPLv2
16
LICENSE=	GPLv2
16
LICENSE_FILE=	${WRKSRC}/LICENSE
17
LICENSE_FILE=	${WRKSRC}/LICENSE
17
18
19
BUILD_DEPENDS=	daq>=2.0.0:net/daq
18
LIB_DEPENDS=	libpcre.so:devel/pcre \
20
LIB_DEPENDS=	libpcre.so:devel/pcre \
19
		libdnet.so:net/libdnet \
21
		libdnet.so:net/libdnet \
20
		libpcap.so:net/libpcap
22
		libpcap.so:net/libpcap
21
22
BUILD_DEPENDS=	daq>=2.0.0:net/daq
23
RUN_DEPENDS=	daq>=2.0.0:net/daq
23
RUN_DEPENDS=	daq>=2.0.0:net/daq
24
24
25
CONFLICTS_INSTALL=	snort3-3.*
26
25
OPTIONS_DEFINE=		IPV6 GRE HA NORMALIZER DOCS APPID \
27
OPTIONS_DEFINE=		IPV6 GRE HA NORMALIZER DOCS APPID \
26
			PERFPROFILE LRGPCAP SOURCEFIRE NONETHER \
28
			PERFPROFILE LRGPCAP SOURCEFIRE NONETHER \
27
			FILEINSPECT
29
			FILEINSPECT
Lines 70-82 Link Here
70
72
71
.include <bsd.port.options.mk>
73
.include <bsd.port.options.mk>
72
74
75
USES=		cpe libtool pathfix shebangfix ssl
73
USE_RC_SUBR=	snort
76
USE_RC_SUBR=	snort
74
SUB_FILES=	pkg-message
77
USE_LDCONFIG=	yes
75
78
76
USES=		cpe libtool pathfix shebangfix ssl
79
SUB_FILES=	pkg-message
77
SHEBANG_FILES=	tools/appid_detector_builder.sh
80
SHEBANG_FILES=	tools/appid_detector_builder.sh
78
GNU_CONFIGURE=	yes
81
GNU_CONFIGURE=	yes
79
USE_LDCONFIG=	yes
80
MAKE_JOBS_UNSAFE=	yes
82
MAKE_JOBS_UNSAFE=	yes
81
83
82
RULES_DIR=		${ETCDIR}/rules
84
RULES_DIR=		${ETCDIR}/rules
(-)security/snort/files/patch-etc__snort.conf (-2 / +2 lines)
Lines 1-5 Link Here
1
--- ./etc/snort.conf.orig	2010-03-19 20:41:00.000000000 +0100
1
--- ./etc/snort.conf.orig	2010-03-19 21:41:00 UTC
2
+++ ./etc/snort.conf	2010-04-27 22:26:53.000000000 +0200
2
+++ ./etc/snort.conf
3
@@ -57,9 +57,9 @@
3
@@ -57,9 +57,9 @@
4
 # Path to your rules files (this can be a relative path)
4
 # Path to your rules files (this can be a relative path)
5
 # Note for Windows users:  You are advised to make this an absolute path,
5
 # Note for Windows users:  You are advised to make this an absolute path,

Return to bug 234699