diff options
Diffstat (limited to 'www')
74 files changed, 148 insertions, 0 deletions
diff --git a/www/apache-contrib/Makefile b/www/apache-contrib/Makefile index 4a5ca4570220..3acb137a0da5 100644 --- a/www/apache-contrib/Makefile +++ b/www/apache-contrib/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= contrib/modules/1.3 MAINTAINER= apache@FreeBSD.org COMMENT= Third-party modules contributed to the Apache HTTP server project +MAKE_JOBS_SAFE= yes + USE_APACHE= 13 .include <bsd.port.pre.mk> diff --git a/www/apache13+ipv6/Makefile b/www/apache13+ipv6/Makefile index 2539edc7f457..ec6f2bef2010 100644 --- a/www/apache13+ipv6/Makefile +++ b/www/apache13+ipv6/Makefile @@ -19,6 +19,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= apache@FreeBSD.org COMMENT= The extremely popular Apache http server. Very fast, very clean +MAKE_JOBS_SAFE= yes + CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \ apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \ apache+mod_ssl+mod_snmp+mod_accel-1.* \ diff --git a/www/apache13-modperl/Makefile b/www/apache13-modperl/Makefile index 09d200488398..fa6b538e0ba7 100644 --- a/www/apache13-modperl/Makefile +++ b/www/apache13-modperl/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + CONFLICTS= apache-1.* apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \ apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \ apache+mod_ssl+mod_snmp+mod_accel-1.* \ diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index 6a388039305d..89455efe718c 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -21,6 +21,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= apache@FreeBSD.org COMMENT= Apache secure webserver integrating OpenSSL +MAKE_JOBS_SAFE= yes + CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \ apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \ apache+mod_ssl+mod_snmp+mod_accel-1.* \ diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 234ca2a6f060..b64229cc7ded 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -19,6 +19,8 @@ DISTNAME= apache_${PORTVERSION} MAINTAINER= apache@FreeBSD.org COMMENT= The extremely popular Apache http server. Very fast, very clean +MAKE_JOBS_SAFE= yes + CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \ apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \ apache+mod_ssl+mod_snmp+mod_accel-1.* \ diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 39c0df71be38..df7739aec8c8 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -24,6 +24,8 @@ COMMENT?= Version 2.0.x of Apache web server with ${WITH_MPM:L} MPM. LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +MAKE_JOBS_SAFE= yes + LATEST_LINK= apache20 CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \ diff --git a/www/apache22/Makefile b/www/apache22/Makefile index d0ef09e69f77..685b834e719a 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -22,6 +22,8 @@ COMMENT?= Version 2.2.x of Apache web server with ${WITH_MPM:L} MPM. LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ pcre.0:${PORTSDIR}/devel/pcre +MAKE_JOBS_SAFE= yes + LATEST_LINK?= apache22 CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \ diff --git a/www/auth_ldap/Makefile b/www/auth_ldap/Makefile index 981ac09b3ff6..d1a49cc403a4 100644 --- a/www/auth_ldap/Makefile +++ b/www/auth_ldap/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.rudedog.org/auth_ldap/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module to authenticate against an LDAP directory +MAKE_JOBS_SAFE= yes + USE_OPENLDAP= yes USE_APACHE= 13 GNU_CONFIGURE= yes diff --git a/www/mod_access_identd/Makefile b/www/mod_access_identd/Makefile index ca489f719fe9..2ea67f5bd6e9 100644 --- a/www/mod_access_identd/Makefile +++ b/www/mod_access_identd/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://MeepZor.Com/packages/mod_access_identd/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module to supply access control based on ident reply +MAKE_JOBS_SAFE= yes + WRKSRC= ${WRKDIR}/${PORTNAME} USE_APACHE= 13 AP_FAST_BUILD= YES diff --git a/www/mod_access_referer/Makefile b/www/mod_access_referer/Makefile index 8e00f6062669..d709ec42f96f 100644 --- a/www/mod_access_referer/Makefile +++ b/www/mod_access_referer/Makefile @@ -21,6 +21,8 @@ PATCH_DIST_STRIP= -l MAINTAINER= apache@FreeBSD.org COMMENT= Provides access control based on Referer HTTP header for Apache +MAKE_JOBS_SAFE= yes + USE_APACHE= 13 AP_FAST_BUILD= YES AP_GENPLIST= YES diff --git a/www/mod_accesscookie/Makefile b/www/mod_accesscookie/Makefile index 535dc37c1538..76e300ad015a 100644 --- a/www/mod_accesscookie/Makefile +++ b/www/mod_accesscookie/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= apache@FreeBSD.org COMMENT= Supply access control based cookies stored in a MySQL database +MAKE_JOBS_SAFE= yes + USE_MYSQL= YES USE_APACHE= 13 AP_FAST_BUILD= YES diff --git a/www/mod_accounting/Makefile b/www/mod_accounting/Makefile index 1e449b966b2c..3cb1178e1db5 100644 --- a/www/mod_accounting/Makefile +++ b/www/mod_accounting/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= mod-acct MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module that records traffic statistics into a database +MAKE_JOBS_SAFE= yes + USE_APACHE= 13 MAKE_ARGS+= APXS="${APXS}" diff --git a/www/mod_auth_any/Makefile b/www/mod_auth_any/Makefile index 26b884ca97c9..234e88aa8e43 100644 --- a/www/mod_auth_any/Makefile +++ b/www/mod_auth_any/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.itlab.musc.edu/webNIS/dist/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module to use any command line program to authenticate a user +MAKE_JOBS_SAFE= yes + USE_APACHE= 13+ AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/mod_auth_cookie_mysql/Makefile b/www/mod_auth_cookie_mysql/Makefile index 62aeca9cb7f2..54ec3adf2c4f 100644 --- a/www/mod_auth_cookie_mysql/Makefile +++ b/www/mod_auth_cookie_mysql/Makefile @@ -15,6 +15,8 @@ DIST_SUBDIR= apache MAINTAINER= apache@FreeBSD.org COMMENT= Allows authentication against a MySQL database via a secure cookie +MAKE_JOBS_SAFE= yes + USE_MYSQL= YES # If someone can test it with MySQL 4.1 ;-) diff --git a/www/mod_auth_cookie_mysql2/Makefile b/www/mod_auth_cookie_mysql2/Makefile index 9a6ca0f00a4f..878918e2f100 100644 --- a/www/mod_auth_cookie_mysql2/Makefile +++ b/www/mod_auth_cookie_mysql2/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= apache20 MAINTAINER= apache@FreeBSD.org COMMENT= Allows authentication against a MySQL database via a secure cookie +MAKE_JOBS_SAFE= yes + USE_MYSQL= YES USE_APACHE= 20+ diff --git a/www/mod_auth_external2/Makefile b/www/mod_auth_external2/Makefile index e0e74cb1b4a6..49b77995a087 100644 --- a/www/mod_auth_external2/Makefile +++ b/www/mod_auth_external2/Makefile @@ -13,6 +13,8 @@ DIST_SUBDIR= apache20 MAINTAINER= apache@FreeBSD.org COMMENT= Allows users authentication based on external mechanisms +MAKE_JOBS_SAFE= yes + USE_APACHE= 20 AP_FAST_BUILD= YES AP_GENPLIST= YES diff --git a/www/mod_auth_imap/Makefile b/www/mod_auth_imap/Makefile index 83d0d4c0afb9..ef062b1eb026 100644 --- a/www/mod_auth_imap/Makefile +++ b/www/mod_auth_imap/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= apache MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module to provide authentication via an IMAP mail server +MAKE_JOBS_SAFE= yes + USE_APACHE= 13 AP_FAST_BUILD= YES AP_GENPLIST= YES diff --git a/www/mod_auth_imap2/Makefile b/www/mod_auth_imap2/Makefile index 0d94766d4f57..ef603650ecad 100644 --- a/www/mod_auth_imap2/Makefile +++ b/www/mod_auth_imap2/Makefile @@ -15,6 +15,8 @@ DIST_SUBDIR= apache20 MAINTAINER= apache@FreeBSD.org COMMENT= An Apache 2 module to provide authentication via an IMAP mail server +MAKE_JOBS_SAFE= yes + WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION} USE_APACHE= 20+ LATEST_LINK= mod_auth_imap2 diff --git a/www/mod_auth_kerb/Makefile b/www/mod_auth_kerb/Makefile index 413749263a81..fbfa2f9bccf7 100644 --- a/www/mod_auth_kerb/Makefile +++ b/www/mod_auth_kerb/Makefile @@ -17,6 +17,8 @@ MASTER_SITE_SUBDIR=modauthkerb MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module for authenticating users with Kerberos v5 +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index df9d5d54df17..3d8bf1040ed9 100644 --- a/www/mod_auth_kerb2/Makefile +++ b/www/mod_auth_kerb2/Makefile @@ -17,6 +17,8 @@ MASTER_SITE_SUBDIR=modauthkerb MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module for authenticating users with Kerberos v5 +MAKE_JOBS_SAFE= yes + LATEST_LINK= mod_auth_kerb2 USE_APACHE= 2.0+ diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile index fe180d902215..4e32dc87dec3 100644 --- a/www/mod_auth_mysql/Makefile +++ b/www/mod_auth_mysql/Makefile @@ -16,6 +16,8 @@ COMMENT= Allows users to use MySQL databases for user authentication BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${APACHE_PORT} +MAKE_JOBS_SAFE= yes + USE_MYSQL= yes USE_APACHE= 13 diff --git a/www/mod_auth_pam2/Makefile b/www/mod_auth_pam2/Makefile index 2eba9282739e..39eff44ee79e 100644 --- a/www/mod_auth_pam2/Makefile +++ b/www/mod_auth_pam2/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION} MAINTAINER= apache@FreeBSD.org COMMENT= Allows users to use PAM modules for user authentication +MAKE_JOBS_SAFE= yes + LATEST_LINK= mod_auth_pam2 USE_APACHE= 20+ diff --git a/www/mod_auth_pgsql/Makefile b/www/mod_auth_pgsql/Makefile index 54fe80b99dfa..5eae25bbb3e4 100644 --- a/www/mod_auth_pgsql/Makefile +++ b/www/mod_auth_pgsql/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.giuseppetanzilli.it/${PORTNAME}/dist/ MAINTAINER= apache@FreeBSD.org COMMENT= Allows users to use PostgreSQL databases for user authentication +MAKE_JOBS_SAFE= yes + USE_DOS2UNIX= ${PORTNAME}.html USE_PGSQL= yes diff --git a/www/mod_auth_pgsql2/Makefile b/www/mod_auth_pgsql2/Makefile index c2feabe3ce23..e7980251dc27 100644 --- a/www/mod_auth_pgsql2/Makefile +++ b/www/mod_auth_pgsql2/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/ MAINTAINER= apache@FreeBSD.org COMMENT= Allows users to use PostgreSQL databases for user authentication +MAKE_JOBS_SAFE= yes + USE_PGSQL= yes USE_APACHE= 20+ diff --git a/www/mod_auth_remote/Makefile b/www/mod_auth_remote/Makefile index 09aa50b1ed3a..1f2787e275e0 100644 --- a/www/mod_auth_remote/Makefile +++ b/www/mod_auth_remote/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= apache MAINTAINER= apache@FreeBSD.org COMMENT= Allows users to authenticate on a remote web server +MAKE_JOBS_SAFE= yes + USE_APACHE= 20 AP_FAST_BUILD= YES AP_GENPLIST= YES diff --git a/www/mod_auth_useragent/Makefile b/www/mod_auth_useragent/Makefile index cc8b0b1138f4..76c0ed3a03ba 100644 --- a/www/mod_auth_useragent/Makefile +++ b/www/mod_auth_useragent/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://download.tangent.org/ \ MAINTAINER= apache@FreeBSD.org COMMENT= Allows you to forbid clients based on their User-Agent +MAKE_JOBS_SAFE= yes + USE_APACHE= 13 AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/mod_authenticache/Makefile b/www/mod_authenticache/Makefile index f28ae8fea9e0..f867ff2d5d60 100644 --- a/www/mod_authenticache/Makefile +++ b/www/mod_authenticache/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= A generic credential caching module for Apache 2.0.x +MAKE_JOBS_SAFE= yes + USE_GMAKE= YES USE_APACHE= 2.0 AP_FAST_BUILD= yes diff --git a/www/mod_authn_sasl/Makefile b/www/mod_authn_sasl/Makefile index 3769bed56047..ddf10223bc79 100644 --- a/www/mod_authn_sasl/Makefile +++ b/www/mod_authn_sasl/Makefile @@ -16,6 +16,8 @@ COMMENT= Allows user authentication based on libsasl2 mechanisms on apache 2.2 LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +MAKE_JOBS_SAFE= yes + FETCH_BEFORE_ARGS= -v -v USE_APACHE= 22 diff --git a/www/mod_authz_unixgroup/Makefile b/www/mod_authz_unixgroup/Makefile index 235524c63c18..db754b8d9e50 100644 --- a/www/mod_authz_unixgroup/Makefile +++ b/www/mod_authz_unixgroup/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.unixpapa.com/software/ MAINTAINER= apache@FreeBSD.org COMMENT= A unix group access control module for Apache 2.1 and later +MAKE_JOBS_SAFE= yes + USE_APACHE= 22+ AP_FAST_BUILD= YES AP_GENPLIST= YES diff --git a/www/mod_backhand/Makefile b/www/mod_backhand/Makefile index c12d39549c68..ed5fbcd36b2c 100644 --- a/www/mod_backhand/Makefile +++ b/www/mod_backhand/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://mirrors.omniti.com/mod_backhand/ \ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module that allows seamless redirection and load balancing of HTTP requests +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-apxs="${APXS}" diff --git a/www/mod_bandwidth/Makefile b/www/mod_bandwidth/Makefile index f14b9ae62317..031755abd564 100644 --- a/www/mod_bandwidth/Makefile +++ b/www/mod_bandwidth/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= apache MAINTAINER= apache@FreeBSD.org COMMENT= Bandwidth management module for the Apache webserver +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 USE_PERL5= YES diff --git a/www/mod_bf/Makefile b/www/mod_bf/Makefile index f43ac8a285f1..5c365daab318 100644 --- a/www/mod_bf/Makefile +++ b/www/mod_bf/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= modbf MAINTAINER= apache@FreeBSD.org COMMENT= A brainf*ck module for Apache +MAKE_JOBS_SAFE= yes + USE_APACHE= 13 AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/mod_blowchunks/Makefile b/www/mod_blowchunks/Makefile index 00ea74d99024..026f743b2ea1 100644 --- a/www/mod_blowchunks/Makefile +++ b/www/mod_blowchunks/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .c MAINTAINER= apache@FreeBSD.org COMMENT= Apache module for rejecting and logging chunked requests +MAKE_JOBS_SAFE= yes + OPTIONS= BLOWCHUNK_LOG "Log chunked requests" off USE_APACHE= 1.3 diff --git a/www/mod_bunzip2/Makefile b/www/mod_bunzip2/Makefile index 3b4ac45c164f..a46e8c11bb86 100644 --- a/www/mod_bunzip2/Makefile +++ b/www/mod_bunzip2/Makefile @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= apache@FreeBSD.org COMMENT= Apache module for server-side decompression of bzip2 files +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/mod_bw/Makefile b/www/mod_bw/Makefile index 731f16bbc261..652cbfaed2dd 100644 --- a/www/mod_bw/Makefile +++ b/www/mod_bw/Makefile @@ -15,6 +15,8 @@ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= Bandwidth and Connection control per Virtual Host or Directory +MAKE_JOBS_SAFE= yes + WRKSRC= ${WRKDIR}/mod_bw USE_APACHE= 20+ AP_FAST_BUILD= YES diff --git a/www/mod_cband/Makefile b/www/mod_cband/Makefile index 9d69f34ce498..dabccfb0362a 100644 --- a/www/mod_cband/Makefile +++ b/www/mod_cband/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= A per-virtualhost bandwidth limiter module for Apache 2 +MAKE_JOBS_SAFE= yes + USE_APACHE= 20+ GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-apxs=${APXS} diff --git a/www/mod_cfg_ldap/Makefile b/www/mod_cfg_ldap/Makefile index 594f56418e37..3136759cba5f 100644 --- a/www/mod_cfg_ldap/Makefile +++ b/www/mod_cfg_ldap/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= Allows you to keep your virtual host configuration in a LDAP directory +MAKE_JOBS_SAFE= yes + USE_APACHE= 20+ USE_OPENLDAP= YES AP_FAST_BUILD= YES diff --git a/www/mod_cgi_debug/Makefile b/www/mod_cgi_debug/Makefile index e9225b0e4394..e699de6851b5 100644 --- a/www/mod_cgi_debug/Makefile +++ b/www/mod_cgi_debug/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module to make debugging server-side scripts easier +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/mod_chroot/Makefile b/www/mod_chroot/Makefile index 3ea9b34cbc09..fd07bfd7678e 100644 --- a/www/mod_chroot/Makefile +++ b/www/mod_chroot/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://core.segfault.pl/~hobbit/mod_chroot/dist/ MAINTAINER= apache@FreeBSD.org COMMENT= The mod_chroot makes running Apache in a chroot easy +MAKE_JOBS_SAFE= yes + PORTDOCS= INSTALL CAVEATS README.Apache20 README AP_FAST_BUILD= YES AP_GENPLIST= YES diff --git a/www/mod_color/Makefile b/www/mod_color/Makefile index c87d509a4211..58462c141175 100644 --- a/www/mod_color/Makefile +++ b/www/mod_color/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .l MAINTAINER= apache@FreeBSD.org COMMENT= Apache module that provides syntax coloring for various languages +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/mod_cplusplus/Makefile b/www/mod_cplusplus/Makefile index c695ec0a3a00..89b1e052d537 100644 --- a/www/mod_cplusplus/Makefile +++ b/www/mod_cplusplus/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= modcplusplus MAINTAINER= apache@FreeBSD.org COMMENT= Apache module for loading C++ objects as handlers +MAKE_JOBS_SAFE= yes + USE_APACHE= 2.0+ USE_AUTOTOOLS= autoconf:262 autoheader:262 libtool:15 automake:19 aclocal:19 diff --git a/www/mod_curb/Makefile b/www/mod_curb/Makefile index 08fb97f9f450..c13874c234e6 100644 --- a/www/mod_curb/Makefile +++ b/www/mod_curb/Makefile @@ -15,6 +15,8 @@ DIST_SUBDIR= apache MAINTAINER= apache@FreeBSD.org COMMENT= A per-server bandwidth limiter module for Apache 1.3 +MAKE_JOBS_SAFE= yes + USE_APACHE= 13 AP_FAST_BUILD= YES diff --git a/www/mod_cvs/Makefile b/www/mod_cvs/Makefile index dc2445dbc227..37bdf8dcafc9 100644 --- a/www/mod_cvs/Makefile +++ b/www/mod_cvs/Makefile @@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= petef MAINTAINER= apache@FreeBSD.org COMMENT= A module that makes Apache CVS aware +MAKE_JOBS_SAFE= yes + CONFLICTS= apache-contrib-1.* USE_APACHE= 1.3 diff --git a/www/mod_cvs2/Makefile b/www/mod_cvs2/Makefile index bb28abaf1ddd..559228bbdcb8 100644 --- a/www/mod_cvs2/Makefile +++ b/www/mod_cvs2/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://resare.com/noa/mod_cvs/dist/ MAINTAINER= apache@FreeBSD.org COMMENT= A module that makes Apache 2 CVS aware +MAKE_JOBS_SAFE= yes + USE_APACHE= 2.0+ LATEST_LINK= mod_cvs2 diff --git a/www/mod_dav/Makefile b/www/mod_dav/Makefile index 3eba5688c042..eb813504cb61 100644 --- a/www/mod_dav/Makefile +++ b/www/mod_dav/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1.3.6 MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module that provides DAV capabilities +MAKE_JOBS_SAFE= yes + OPTIONS= SYMLINK_PATCH "Follow Symlinks" off \ APACHE_EXPAT "Use Bundled expat library" on diff --git a/www/mod_extract_forwarded2/Makefile b/www/mod_extract_forwarded2/Makefile index 6c56371f0ac5..373546fb8ce9 100644 --- a/www/mod_extract_forwarded2/Makefile +++ b/www/mod_extract_forwarded2/Makefile @@ -15,6 +15,8 @@ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module that can make proxied requests appear with client IP +MAKE_JOBS_SAFE= yes + USE_APACHE= 20+ SHORTMODNAME= extract_forwarded AP_FAST_BUILD= YES diff --git a/www/mod_fastcgi/Makefile b/www/mod_fastcgi/Makefile index b33e452215d3..f86c32bea26c 100644 --- a/www/mod_fastcgi/Makefile +++ b/www/mod_fastcgi/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.fastcgi.com/dist/ MAINTAINER= apache@FreeBSD.org COMMENT= A fast-cgi module for Apache +MAKE_JOBS_SAFE= yes + CONFLICTS= apache-contrib-1.* USE_APACHE= 1.3+ AP_FAST_BUILD= yes diff --git a/www/mod_filter/Makefile b/www/mod_filter/Makefile index 5205fb033963..659ea566a275 100644 --- a/www/mod_filter/Makefile +++ b/www/mod_filter/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Filter output from other modules inside of Apache +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/mod_hosts_access/Makefile b/www/mod_hosts_access/Makefile index bee9a54963fc..5b1a220bd05b 100644 --- a/www/mod_hosts_access/Makefile +++ b/www/mod_hosts_access/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.klomp.org/mod_hosts_access/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module that makes Apache respect hosts.allow and hosts.deny +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/mod_index_rss/Makefile b/www/mod_index_rss/Makefile index 43a718eb0d5e..1510fcaa3de2 100644 --- a/www/mod_index_rss/Makefile +++ b/www/mod_index_rss/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module to provides RSS output for directories +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/mod_jail/Makefile b/www/mod_jail/Makefile index 985bb424a854..17e4e042eaf8 100644 --- a/www/mod_jail/Makefile +++ b/www/mod_jail/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://igorpopov.newmail.ru/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache 1.3.x/2.0.xx module to enable an easy alternative to mod_chroot +MAKE_JOBS_SAFE= yes + WRKSRC= ${WRKDIR}/mod_jail USE_APACHE= 1.3+ AP_FAST_BUILD= YES diff --git a/www/mod_layout/Makefile b/www/mod_layout/Makefile index c3a5a1067b8d..53a7e05f365a 100644 --- a/www/mod_layout/Makefile +++ b/www/mod_layout/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module to wrap served pages with a header and/or footer +MAKE_JOBS_SAFE= yes + USE_APACHE= 13 CONFLICTS= mod_layout-4.* mod_layout-5.* apache-contrib-1.* diff --git a/www/mod_layout2/Makefile b/www/mod_layout2/Makefile index f1fa5e3df4a1..403c463786ef 100644 --- a/www/mod_layout2/Makefile +++ b/www/mod_layout2/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache2 module to wrap served pages with a header and/or footer +MAKE_JOBS_SAFE= yes + CONFLICTS= mod_layout-3.* mod_layout-5.* PORTSCOUT= limit:4^ diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile index 9c1449c59d36..ddbac8504ce5 100644 --- a/www/mod_layout22/Makefile +++ b/www/mod_layout22/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache2 module to wrap served pages with a header and/or footer +MAKE_JOBS_SAFE= yes + CONFLICTS= mod_layout-3.* mod_layout-4.* PORTSCOUT= limit:^5 diff --git a/www/mod_log_config-st/Makefile b/www/mod_log_config-st/Makefile index d5f165b9c5ea..d7804c234b74 100644 --- a/www/mod_log_config-st/Makefile +++ b/www/mod_log_config-st/Makefile @@ -15,6 +15,8 @@ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= A modified version of mod_log_config for apache2 +MAKE_JOBS_SAFE= yes + USE_APACHE= 20+ AP_FAST_BUILD= YES AP_GENPLIST= YES diff --git a/www/mod_log_data/Makefile b/www/mod_log_data/Makefile index f6f7ffb39253..dd39af65857c 100644 --- a/www/mod_log_data/Makefile +++ b/www/mod_log_data/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://loghttp.sourceforge.net/files/ MAINTAINER= apache@FreeBSD.org COMMENT= Module for Apache 2.0 which logs incoming and outgoing data +MAKE_JOBS_SAFE= yes + USE_APACHE= 2.0 WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/www/mod_log_mysql/Makefile b/www/mod_log_mysql/Makefile index 50f73c3151c1..fa90b690cdab 100644 --- a/www/mod_log_mysql/Makefile +++ b/www/mod_log_mysql/Makefile @@ -17,6 +17,8 @@ COMMENT= Allows Apache 2 to log to a MySQL database RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_log_config-st.so:${PORTSDIR}/www/mod_log_config-st +MAKE_JOBS_SAFE= yes + USE_APACHE= 20+ AP_FAST_BUILD= YES AP_GENPLIST= YES diff --git a/www/mod_log_spread/Makefile b/www/mod_log_spread/Makefile index 5f5769f49d1d..f0b56fdfd180 100644 --- a/www/mod_log_spread/Makefile +++ b/www/mod_log_spread/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= spread.1:${PORTSDIR}/net/spread BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/mod_log_sql2/Makefile b/www/mod_log_sql2/Makefile index 62a5b9fbd106..53fc9c639869 100644 --- a/www/mod_log_sql2/Makefile +++ b/www/mod_log_sql2/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/ MAINTAINER= apache@FreeBSD.org COMMENT= Allows Apache to log to a MySQL database +MAKE_JOBS_SAFE= yes + LATEST_LINK= mod_log_sql2 GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/www/mod_macro/Makefile b/www/mod_macro/Makefile index 643da734ec5f..ba3cfaa98bed 100644 --- a/www/mod_macro/Makefile +++ b/www/mod_macro/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module for use macros in config files +MAKE_JOBS_SAFE= yes + USE_APACHE= 13 AP_FAST_BUILD= YES AP_GENPLIST= YES diff --git a/www/mod_macro2/Makefile b/www/mod_macro2/Makefile index 62c1de040c3f..892d90116ddd 100644 --- a/www/mod_macro2/Makefile +++ b/www/mod_macro2/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache 2.0.x module for use macros in config files +MAKE_JOBS_SAFE= yes + USE_APACHE= 20 LATEST_LINK= mod_macro2 AP_FAST_BUILD= YES diff --git a/www/mod_mp3/Makefile b/www/mod_mp3/Makefile index 1d5f2d31c1f2..1d8e0428fcae 100644 --- a/www/mod_mp3/Makefile +++ b/www/mod_mp3/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module to allow MP3 streaming +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 HAS_CONFIGURE= yes MAKE_ARGS+= APXS="${APXS}" diff --git a/www/mod_mylo/Makefile b/www/mod_mylo/Makefile index b03cf30b8752..8f4671c69c15 100644 --- a/www/mod_mylo/Makefile +++ b/www/mod_mylo/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ \ MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module to make Apache log to MySQL +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 USE_MYSQL= YES diff --git a/www/mod_put/Makefile b/www/mod_put/Makefile index 0361212a7495..6d8e4d3fcdb1 100644 --- a/www/mod_put/Makefile +++ b/www/mod_put/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module that provides PUT and DELETE methods +MAKE_JOBS_SAFE= yes + CONFLICTS= apache-contrib-1.* USE_APACHE= 1.3 diff --git a/www/mod_roaming/Makefile b/www/mod_roaming/Makefile index 7a8215ec6012..93ce9dfd216b 100644 --- a/www/mod_roaming/Makefile +++ b/www/mod_roaming/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.klomp.org/mod_roaming/ MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module that works as a Netscape Roaming Access server +MAKE_JOBS_SAFE= yes + CONFLICTS= apache-contrib-1.* PORTSCOUT= limit:^1 diff --git a/www/mod_rpaf/Makefile b/www/mod_rpaf/Makefile index 63bb815a563d..71c066bef0bb 100644 --- a/www/mod_rpaf/Makefile +++ b/www/mod_rpaf/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://stderr.net/apache/rpaf/download/ MAINTAINER= apache@FreeBSD.org COMMENT= Make proxied requests appear with client IP +MAKE_JOBS_SAFE= yes + USE_APACHE?= 1.3+ AP_FAST_BUILD= YES AP_GENPLIST= YES diff --git a/www/mod_sed/Makefile b/www/mod_sed/Makefile index 7b08c6364cf7..dfc7b6c0c259 100644 --- a/www/mod_sed/Makefile +++ b/www/mod_sed/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.happygiraffe.net/dist/ MAINTAINER= apache@FreeBSD.org COMMENT= An apache module that embeds a copy of the sed(1) command +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 MAKE_ARGS= APXS=${APXS} diff --git a/www/mod_sequester/Makefile b/www/mod_sequester/Makefile index 93034420c52f..e857c3334661 100644 --- a/www/mod_sequester/Makefile +++ b/www/mod_sequester/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-1.7.0 MAINTAINER= apache@FreeBSD.org COMMENT= Apache module that controls access to the website using secure info +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/mod_ticket/Makefile b/www/mod_ticket/Makefile index 8666ae5fe628..56752b97f35c 100644 --- a/www/mod_ticket/Makefile +++ b/www/mod_ticket/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .c MAINTAINER= apache@FreeBSD.org COMMENT= Apache module for a digitally signed ticket in URL +MAKE_JOBS_SAFE= yes + CONFLICTS= apache-contrib-1.* USE_APACHE= 1.3 diff --git a/www/mod_tidy/Makefile b/www/mod_tidy/Makefile index 018ec20b76ce..02888a8130cd 100644 --- a/www/mod_tidy/Makefile +++ b/www/mod_tidy/Makefile @@ -17,6 +17,8 @@ COMMENT= Validates the HTML output of your apache2 webserver LIB_DEPENDS= tidy:${PORTSDIR}/www/tidy-lib +MAKE_JOBS_SAFE= yes + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src USE_APACHE= 20+ AP_FAST_BUILD= YES diff --git a/www/mod_traf_thief/Makefile b/www/mod_traf_thief/Makefile index e31ea6869f77..c8277cfd721e 100644 --- a/www/mod_traf_thief/Makefile +++ b/www/mod_traf_thief/Makefile @@ -15,6 +15,8 @@ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= Allows you to redirect part of the traffic to your url +MAKE_JOBS_SAFE= yes + USE_APACHE= 2.0 AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/mod_trigger/Makefile b/www/mod_trigger/Makefile index 7c51b1a6a4de..39ac51c6f751 100644 --- a/www/mod_trigger/Makefile +++ b/www/mod_trigger/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module to launch triggers if certain actions occur +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 AP_FAST_BUILD= yes diff --git a/www/mod_vdbh/Makefile b/www/mod_vdbh/Makefile index dacc8a6c25e1..621660657f76 100644 --- a/www/mod_vdbh/Makefile +++ b/www/mod_vdbh/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= apache MAINTAINER= apache@FreeBSD.org COMMENT= Allows mass virtual hosting using a MySQL backend with Apache 2.0.x +MAKE_JOBS_SAFE= yes + USE_APACHE= 20+ AP_FAST_BUILD= YES AP_GENPLIST= YES diff --git a/www/mod_webkit/Makefile b/www/mod_webkit/Makefile index 4ce805450ee3..135cf7db0353 100644 --- a/www/mod_webkit/Makefile +++ b/www/mod_webkit/Makefile @@ -15,6 +15,8 @@ DISTNAME= Webware-${PORTVERSION} MAINTAINER= apache@FreeBSD.org COMMENT= A apache module for WebWare WebKit AppServer +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3+ AP_FAST_BUILD= yes AP_GENPLIST= yes |