diff options
author | zi <zi@FreeBSD.org> | 2012-04-21 05:57:56 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-04-21 05:57:56 +0800 |
commit | 4f1231be59c86c66c31bbb15c54406acc7e1ec86 (patch) | |
tree | af15bfe077d7bcf83fdc54ae7ea2e37a93231ae1 /security | |
parent | 86dd255285618ea1708c0c06bcc8b29356481c5c (diff) | |
download | freebsd-ports-gnome-4f1231be59c86c66c31bbb15c54406acc7e1ec86.tar.gz freebsd-ports-gnome-4f1231be59c86c66c31bbb15c54406acc7e1ec86.tar.zst freebsd-ports-gnome-4f1231be59c86c66c31bbb15c54406acc7e1ec86.zip |
- Unbreak SNORTSAM support
- Do not bump PORTREVISION for non-default OPTION
PR: ports/166798
Submitted by: scheidell@
Obtained from: snortsam.net
Diffstat (limited to 'security')
-rw-r--r-- | security/snort/Makefile | 5 | ||||
-rw-r--r-- | security/snort/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 6e90fb6f5790..3c654dadd23a 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -175,11 +175,11 @@ CONFIGURE_ARGS+= --enable-react .endif .if defined(WITH_SNORTSAM) -BROKEN= current snortsam patch results in build failures +#BROKEN= current snortsam patch results in build failures USE_AUTOTOOLS+= automake USE_GNOME= pkgconfig PATCH_SITES+= http://www.snortsam.net/files/snort-plugin/:snortsam -PATCHFILES+= snortsam-2.9.1.2.diff.gz:snortsam +PATCHFILES+= snortsam-2.9.2.2.diff.gz:snortsam .endif post-patch: @@ -210,7 +210,6 @@ pre-configure: @${FIND} ${WRKSRC} -name 'Makefile.am' | ${XARGS} ${REINPLACE_CMD} -e 's|lib/snort_|lib/snort/|g' @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.am \ ${WRKSRC}/src/dynamic-preprocessors/libs/Makefile.am - @${REINPLACE_CMD} -e '/README.u2boat/d' ${WRKSRC}/tools/u2boat/Makefile.am @${ECHO_MSG} "===> Rebuilding required files for snortsam patches..." @cd ${WRKSRC} && ${SH} ${WRKSRC}/autojunk.sh @${ECHO_MSG} "===> Done. Configuring..." diff --git a/security/snort/distinfo b/security/snort/distinfo index 50de49b46948..c36c1aab2869 100644 --- a/security/snort/distinfo +++ b/security/snort/distinfo @@ -1,4 +1,4 @@ SHA256 (snort-2.9.2.2.tar.gz) = 63f4eeee24d79e4a4e4b573e085d0d2fd78fcf3b7ea730c37eab7b47fcd9b954 SIZE (snort-2.9.2.2.tar.gz) = 6529966 -SHA256 (snortsam-2.9.1.2.diff.gz) = 712017ee8155c28469de81d7a579899034b2965617fd3c29bac03c1a1484067e -SIZE (snortsam-2.9.1.2.diff.gz) = 28902 +SHA256 (snortsam-2.9.2.2.diff.gz) = 61c6104778a1cd2d0795be0a7b3d67460955e5ffab392852a930b167c1fe27f2 +SIZE (snortsam-2.9.2.2.diff.gz) = 28987 |