Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -3,3 +3,5 @@ web applications (or a web application firewall). Operating as an Apache Web
server module or standalone, the purpose of ModSecurity is to increase web
application security, protecting web applications from known and unknown
attacks.
This version is usable with apache 2.2 and 2.4.

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.29 2014/02/12 23:18:31 tron Exp $
# $NetBSD: Makefile,v 1.31 2014/10/19 22:27:47 alnsn Exp $
DISTNAME= modsecurity-apache_2.7.7
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/apache_//}
PKGREVISION= 1
PKGREVISION= 3
CATEGORIES= www security
MASTER_SITES= https://www.modsecurity.org/tarball/${PKGVERSION_NOREV}/
@@ -19,10 +19,11 @@ USE_LANGUAGES= c++ c
.include "../../mk/apache.mk"
.include "options.mk"
GNU_CONFIGURE= YES
USE_TOOLS+= pax
USE_LIBTOOL= yes
BUILD_DIRS= apache2
GNU_CONFIGURE= YES
USE_TOOLS+= pax
USE_LIBTOOL= yes
BUILD_DIRS= apache2
LUA_VERSIONS_INCOMPATIBLE= 52
CONFIGURE_ARGS+= --with-apxs=${APXS}
CONFIGURE_ARGS+= --with-pcre=${BUILDLINK_PREFIX.pcre}
@@ -49,5 +50,6 @@ post-install:
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../lang/lua/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"