diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-08-03 19:30:16 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-08-03 19:30:16 +0000 |
commit | e23ee51ffcc65936bdea2c5aba90e7db13f395ac (patch) | |
tree | 0c655a7f32272bfc555c18ac4c2ae33a89f85408 /net/snort/Makefile | |
parent | ec7e6074a9762c7c108d32534717981942915d7e (diff) | |
download | pkgsrc-e23ee51ffcc65936bdea2c5aba90e7db13f395ac.tar.gz |
Set MAKE_JOBS_SAFE=NO
Fix non-priv'ed builds which should fix PR 39260
2008-07-24 - Snort 2.8.2.2
[*] Improvements
* Fix issue with evaluating PCRE rule options with /U modifier that
are followed by a relative content rule option.
* Fix issue with dsize range check.
2008-06-12 - Snort 2.8.2.1
[*] Improvements
* Fix support for pass rules that sometimes did not take precedence
over alert and/or drop rules.
Diffstat (limited to 'net/snort/Makefile')
-rw-r--r-- | net/snort/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile index cb05dd4592b..9056e13e745 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2008/06/11 13:00:56 adrianp Exp $ +# $NetBSD: Makefile,v 1.39 2008/08/03 19:30:16 adrianp Exp $ # -DISTNAME= snort-2.8.1 +DISTNAME= snort-2.8.2.2 CATEGORIES= net security MASTER_SITES= http://www.snort.org/dl/current/ \ http://www.snort.org/dl/old/ @@ -29,6 +29,7 @@ PKG_GROUPS_VARS+= SNORT_GROUP PKG_USERS_VARS+= SNORT_USER FILES_SUBST+= SNORT_USER=${SNORT_USER:Q} SNORT_GROUP=${SNORT_GROUP:Q} BUILD_DEFS+= VARBASE +MAKE_JOBS_SAFE= NO OWN_DIRS_PERMS= ${VARBASE}/log/snort ${SNORT_USER} ${SNORT_GROUP} 700 DOC_FILES= BUGS INSTALL NEWS PROBLEMS README TODO USAGE WISHLIST @@ -56,6 +57,12 @@ SUBST_SED.paths= -e "s|@PREFIX@|${PREFIX}|g" SUBST_SED.paths+= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" SUBST_MESSAGE.paths= Fixing paths. +SUBST_CLASSES+= installp +SUBST_STAGE.installp= post-extract +SUBST_FILES.installp= src/dynamic-preprocessors/ssl/Makefile.in +SUBST_SED.installp= -e "s|@INSTALL@|${INSTALL} -c|g" +SUBST_MESSAGE.installp= Fixing INSTALL options. + SUBST_CLASSES+= install SUBST_STAGE.install= post-configure SUBST_FILES.install= src/dynamic-preprocessors/ftptelnet/Makefile |