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

(-)security/snort/Makefile (-2 / +3 lines)
Lines 31-36 Link Here
31
USE_RC_SUBR=	snort.sh
31
USE_RC_SUBR=	snort.sh
32
SUB_FILES=	pkg-message
32
SUB_FILES=	pkg-message
33
GNU_CONFIGURE=	yes
33
GNU_CONFIGURE=	yes
34
USE_AUTOTOOLS=	# empty
34
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
35
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
35
PATCH_DIST_STRIP=	-p1
36
PATCH_DIST_STRIP=	-p1
36
MAKE_JOBS_UNSAFE=	yes
37
MAKE_JOBS_UNSAFE=	yes
Lines 61-67 Link Here
61
.endif
62
.endif
62
63
63
.if !defined(WITHOUT_DYNAMIC)
64
.if !defined(WITHOUT_DYNAMIC)
64
USE_AUTOTOOLS=	libtool:22
65
USE_AUTOTOOLS+=	libtool:22
65
USE_LDCONFIG=	yes
66
USE_LDCONFIG=	yes
66
CONFIGURE_ARGS+=	--enable-dynamicplugin
67
CONFIGURE_ARGS+=	--enable-dynamicplugin
67
PLIST_SUB+=	DYNAMIC=""
68
PLIST_SUB+=	DYNAMIC=""
Lines 126-132 Link Here
126
.endif
127
.endif
127
128
128
.if defined(WITH_SNORTSAM)
129
.if defined(WITH_SNORTSAM)
129
BUILD_DEPENDS+=		automake>=1.10.3:${PORTSDIR}/devel/automake110
130
USE_AUTOTOOLS+=	automake:111
130
PATCH_SITES+=http://www.snortsam.net/files/snort-plugin/:snortsam
131
PATCH_SITES+=http://www.snortsam.net/files/snort-plugin/:snortsam
131
PATCHFILES+=snortsam-2.8.6.diff.gz:snortsam
132
PATCHFILES+=snortsam-2.8.6.diff.gz:snortsam
132
.endif
133
.endif

Return to bug 152171