diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-23 05:50:03 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-23 05:50:03 +0800 |
commit | 03dd518a6c9a2e1c315ef8138813d0fd5a435ceb (patch) | |
tree | 96e3b9ab099269501a9093325e4a3466888ddc22 /www | |
parent | 773a03360dbf91d78f7d7944d5baf36489758cb7 (diff) | |
download | freebsd-ports-gnome-03dd518a6c9a2e1c315ef8138813d0fd5a435ceb.tar.gz freebsd-ports-gnome-03dd518a6c9a2e1c315ef8138813d0fd5a435ceb.tar.zst freebsd-ports-gnome-03dd518a6c9a2e1c315ef8138813d0fd5a435ceb.zip |
- Mark mod_* modules MAKE_JOBS_SAFE=yes
With Hat: apache@
Tested by: Several P6 TB runs
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_external/Makefile | 2 | ||||
-rw-r--r-- | www/mod_auth_pubtkt/Makefile | 2 | ||||
-rw-r--r-- | www/mod_authnz_external/Makefile | 2 | ||||
-rw-r--r-- | www/mod_dtcl/Makefile | 2 | ||||
-rw-r--r-- | www/mod_flickr/Makefile | 2 | ||||
-rw-r--r-- | www/mod_h264_streaming/Makefile | 2 | ||||
-rw-r--r-- | www/mod_musicindex/Makefile | 2 | ||||
-rw-r--r-- | www/mod_ntlm2/Makefile | 2 | ||||
-rw-r--r-- | www/mod_python/Makefile | 2 | ||||
-rw-r--r-- | www/mod_remoteip/Makefile | 2 | ||||
-rw-r--r-- | www/mod_smooth_streaming/Makefile | 2 | ||||
-rw-r--r-- | www/mod_vhost_ldap/Makefile | 2 |
12 files changed, 24 insertions, 0 deletions
diff --git a/www/mod_auth_external/Makefile b/www/mod_auth_external/Makefile index 254b0ec53c2c..4001226ceb7f 100644 --- a/www/mod_auth_external/Makefile +++ b/www/mod_auth_external/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://www.unixpapa.com/software/ \ MAINTAINER= apache@FreeBSD.org COMMENT= Enables the use of external mechanisms for user authentication +MAKE_JOBS_SAFE= yes + PORTSCOUT= limit:^2.1 CONFLICTS= apache-contrib-1.* diff --git a/www/mod_auth_pubtkt/Makefile b/www/mod_auth_pubtkt/Makefile index b0daf8b0684e..9d5acbeaaec2 100644 --- a/www/mod_auth_pubtkt/Makefile +++ b/www/mod_auth_pubtkt/Makefile @@ -15,6 +15,8 @@ DISTNAME= mod_auth_pubtkt-${PORTVERSION} MAINTAINER= mk@neon1.net COMMENT= An Apache module to provide public key ticket based authentication +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3+ HAS_CONFIGURE= yes CONFIGURE_ARGS= --apxs=${APXS} diff --git a/www/mod_authnz_external/Makefile b/www/mod_authnz_external/Makefile index e51bed89bd12..f8aaec0ecf3b 100644 --- a/www/mod_authnz_external/Makefile +++ b/www/mod_authnz_external/Makefile @@ -15,6 +15,8 @@ DIST_SUBDIR= apache22 MAINTAINER= eg@fbsd.lt COMMENT= Allows users authentication based on external mechanisms on apache 2.2 +MAKE_JOBS_SAFE= yes + USE_APACHE= 22 AP_FAST_BUILD= YES AP_GENPLIST= YES diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index 931fe2e6181b..985a6915605f 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -16,6 +16,8 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Embeds a TCL8 interpreter in the Apache server BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} + +MAKE_JOBS_SAFE= yes USE_TCL= 83+ WRKSRC= ${WRKDIR}/mod_dtcl diff --git a/www/mod_flickr/Makefile b/www/mod_flickr/Makefile index 0e64e60143fe..d7f96a4d4902 100644 --- a/www/mod_flickr/Makefile +++ b/www/mod_flickr/Makefile @@ -16,6 +16,8 @@ COMMENT= Apache module for Flickr API access LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +MAKE_JOBS_SAFE= yes + XTRA_FLAGS= -lcurl AP_INC= ${LOCALBASE}/include diff --git a/www/mod_h264_streaming/Makefile b/www/mod_h264_streaming/Makefile index 030d3537e62b..18283e29dffc 100644 --- a/www/mod_h264_streaming/Makefile +++ b/www/mod_h264_streaming/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= apache22 MAINTAINER= lwhsu@FreeBSD.org COMMENT= Apache H264 streaming module +MAKE_JOBS_SAFE= yes + USE_APACHE= 22+ GNU_CONFIGURE= yes diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile index b1c4b67fc424..e1e20b79febb 100644 --- a/www/mod_musicindex/Makefile +++ b/www/mod_musicindex/Makefile @@ -24,6 +24,8 @@ OPTIONS= NLS "Native language support" on \ LIBARCHIVE "Archive downloading support" on \ FILECACHE "Caching support" on +MAKE_JOBS_SAFE= yes + USE_APACHE= 2.0+ GNU_CONFIGURE= yes diff --git a/www/mod_ntlm2/Makefile b/www/mod_ntlm2/Makefile index d892142e9ddc..8f321808d403 100644 --- a/www/mod_ntlm2/Makefile +++ b/www/mod_ntlm2/Makefile @@ -18,6 +18,8 @@ COMMENT= NTLM authentication module for the Apache2 webserver BUILD_DEPENDS= smbclient:${PORTSDIR}/net/samba3 +MAKE_JOBS_SAFE= yes + USE_APACHE= 20+ MAKE_ENV= APXS=${APXS} diff --git a/www/mod_python/Makefile b/www/mod_python/Makefile index 107ca69b1c03..26c635df67fe 100644 --- a/www/mod_python/Makefile +++ b/www/mod_python/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= python MAINTAINER= apache@FreeBSD.org COMMENT= Apache 1.3 module for integrating Python +MAKE_JOBS_SAFE= yes + .if defined(PACKAGE_BUILDING) IGNORE= Requires python WITHOUT_THREADS .endif diff --git a/www/mod_remoteip/Makefile b/www/mod_remoteip/Makefile index c1911ffc48a9..ba0f73408a42 100644 --- a/www/mod_remoteip/Makefile +++ b/www/mod_remoteip/Makefile @@ -14,6 +14,8 @@ DISTNAME= httpd-2.3.5-alpha MAINTAINER= ports@christianserving.org COMMENT= Replaces the client IP address/hostname with that given by a proxy +MAKE_JOBS_SAFE= yes + USE_APACHE= 2.2+ AP_FAST_BUILD= YES AP_GENPLIST= YES diff --git a/www/mod_smooth_streaming/Makefile b/www/mod_smooth_streaming/Makefile index ad31ca4f026a..b360ed9bd816 100644 --- a/www/mod_smooth_streaming/Makefile +++ b/www/mod_smooth_streaming/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= apache22 MAINTAINER= bmhermansson@gmail.com COMMENT= Apache smooth streaming module +MAKE_JOBS_SAFE= yes + RESTRICTED= no-commercial-use USE_APACHE= 22+ diff --git a/www/mod_vhost_ldap/Makefile b/www/mod_vhost_ldap/Makefile index bc5a3e2c119e..1007803a1bc5 100644 --- a/www/mod_vhost_ldap/Makefile +++ b/www/mod_vhost_ldap/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= Virtual Hosting from ldap built on top of mod_ldap +MAKE_JOBS_SAFE= yes + USE_BZIP2= YES USE_OPENLDAP= YES |