View | Details | Raw Unified | Return to bug 134611 | Differences between
and this patch

Collapse All | Expand All

(-)korean/mod_url/Makefile (+2 lines)
Lines 13-18 Link Here
13
MAINTAINER=		cjh@FreeBSD.org
13
MAINTAINER=		cjh@FreeBSD.org
14
COMMENT=		Apache module for manipulating euc-kr encoded URL
14
COMMENT=		Apache module for manipulating euc-kr encoded URL
15
15
16
MAKE_JOBS_SAFE=  yes
17
16
USE_APACHE=	1.3
18
USE_APACHE=	1.3
17
USE_ICONV=	yes
19
USE_ICONV=	yes
18
20
(-)www/mod_auth_external/Makefile (+2 lines)
Lines 15-20 Link Here
15
MAINTAINER=	anders@FreeBSD.org
15
MAINTAINER=	anders@FreeBSD.org
16
COMMENT=	Enables the use of external mechanisms for user authentication
16
COMMENT=	Enables the use of external mechanisms for user authentication
17
17
18
MAKE_JOBS_SAFE=  yes
19
18
CONFLICTS=	apache-contrib-1.*
20
CONFLICTS=	apache-contrib-1.*
19
21
20
USE_APACHE=	1.3
22
USE_APACHE=	1.3
(-)www/mod_auth_form/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	net@arrishq.net
14
MAINTAINER=	net@arrishq.net
15
COMMENT=	MySQL based form authentication module for Apache 2.x
15
COMMENT=	MySQL based form authentication module for Apache 2.x
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
18
20
19
USE_MYSQL=	YES
21
USE_MYSQL=	YES
(-)www/mod_auth_ldap/Makefile (+2 lines)
Lines 17-22 Link Here
17
MAINTAINER=	gerrit.beine@gmx.de
17
MAINTAINER=	gerrit.beine@gmx.de
18
COMMENT=	Apache module to authenticate against an LDAP directory
18
COMMENT=	Apache module to authenticate against an LDAP directory
19
19
20
MAKE_JOBS_SAFE=  yes
21
20
USE_OPENLDAP=	yes
22
USE_OPENLDAP=	yes
21
USE_APACHE=	2.0+
23
USE_APACHE=	2.0+
22
AP_FAST_BUILD=	yes
24
AP_FAST_BUILD=	yes
(-)www/mod_auth_mysql2/Makefile (+2 lines)
Lines 16-21 Link Here
16
MAINTAINER=	mm@FreeBSD.org
16
MAINTAINER=	mm@FreeBSD.org
17
COMMENT=	MySQL-based authentication module with VirtualHost support
17
COMMENT=	MySQL-based authentication module with VirtualHost support
18
18
19
MAKE_JOBS_SAFE=  yes
20
19
LATEST_LINK=	mod_auth_mysql2
21
LATEST_LINK=	mod_auth_mysql2
20
22
21
WRKSRC=		${WRKDIR}/${PORTNAME}
23
WRKSRC=		${WRKDIR}/${PORTNAME}
(-)www/mod_auth_mysql41_ap2/Makefile (+2 lines)
Lines 15-20 Link Here
15
MAINTAINER=	maske@maske.org
15
MAINTAINER=	maske@maske.org
16
COMMENT=	MySQL 4.1 and Apache 2 port of mod_auth_mysql
16
COMMENT=	MySQL 4.1 and Apache 2 port of mod_auth_mysql
17
17
18
MAKE_JOBS_SAFE=  yes
19
18
USE_MYSQL=	YES
20
USE_MYSQL=	YES
19
WANT_MYSQL_VER=	41
21
WANT_MYSQL_VER=	41
20
22
(-)www/mod_auth_mysql_another/Makefile (+2 lines)
Lines 15-20 Link Here
15
MAINTAINER=	mbr@FreeBSD.org
15
MAINTAINER=	mbr@FreeBSD.org
16
COMMENT=	Allows users to use MySQL databases for user authentication
16
COMMENT=	Allows users to use MySQL databases for user authentication
17
17
18
MAKE_JOBS_SAFE=  yes
19
18
USE_MYSQL=	YES
20
USE_MYSQL=	YES
19
21
20
SHORTMODNAME=   mysql_auth
22
SHORTMODNAME=   mysql_auth
(-)www/mod_auth_openid/Makefile (+2 lines)
Lines 18-23 Link Here
18
LIB_DEPENDS=	opkele:${PORTSDIR}/devel/libopkele \
18
LIB_DEPENDS=	opkele:${PORTSDIR}/devel/libopkele \
19
		sqlite3:${PORTSDIR}/databases/sqlite34
19
		sqlite3:${PORTSDIR}/databases/sqlite34
20
20
21
MAKE_JOBS_SAFE=  yes
22
21
PLIST_FILES=	${APACHEMODDIR}/mod_auth_openid.so
23
PLIST_FILES=	${APACHEMODDIR}/mod_auth_openid.so
22
24
23
USE_APACHE=	2.0+
25
USE_APACHE=	2.0+
(-)www/mod_auth_pam/Makefile (+2 lines)
Lines 15-20 Link Here
15
MAINTAINER=	anders@FreeBSD.org
15
MAINTAINER=	anders@FreeBSD.org
16
COMMENT=	Allows users to use PAM modules for user authentication
16
COMMENT=	Allows users to use PAM modules for user authentication
17
17
18
MAKE_JOBS_SAFE=  yes
19
18
USE_APACHE=	1.3
20
USE_APACHE=	1.3
19
21
20
AP_FAST_BUILD=	yes
22
AP_FAST_BUILD=	yes
(-)www/mod_auth_xradius/Makefile (+2 lines)
Lines 12-17 Link Here
12
MAINTAINER=	mwlucas@FreeBSD.org
12
MAINTAINER=	mwlucas@FreeBSD.org
13
COMMENT=	Enables RADIUS authentication
13
COMMENT=	Enables RADIUS authentication
14
14
15
MAKE_JOBS_SAFE=  yes
16
15
USE_APACHE=	2.0+
17
USE_APACHE=	2.0+
16
USE_BZIP2=	yes
18
USE_BZIP2=	yes
17
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
(-)www/mod_authnz_external/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	jjuanino@gmail.com
14
MAINTAINER=	jjuanino@gmail.com
15
COMMENT=	Allows users authentication based on external mechanisms on apache 2.2
15
COMMENT=	Allows users authentication based on external mechanisms on apache 2.2
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
USE_APACHE=	22
19
USE_APACHE=	22
18
AP_FAST_BUILD=	YES
20
AP_FAST_BUILD=	YES
19
AP_GENPLIST=	YES
21
AP_GENPLIST=	YES
(-)www/mod_blosxom/Makefile (+2 lines)
Lines 15-20 Link Here
15
MAINTAINER=	ychsiao@ychsiao.org
15
MAINTAINER=	ychsiao@ychsiao.org
16
COMMENT=	Apache module to build the extremely lightweight Weblog environment
16
COMMENT=	Apache module to build the extremely lightweight Weblog environment
17
17
18
MAKE_JOBS_SAFE=  yes
19
18
USE_APACHE=	1.3
20
USE_APACHE=	1.3
19
AP_FAST_BUILD=	yes
21
AP_FAST_BUILD=	yes
20
AP_GENPLIST=	yes
22
AP_GENPLIST=	yes
(-)www/mod_clamav/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	tmueko@kommunity.net
14
MAINTAINER=	tmueko@kommunity.net
15
COMMENT=	Scans content delivered by the Apache20 proxy module for viruses
15
COMMENT=	Scans content delivered by the Apache20 proxy module for viruses
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
USE_AUTOTOOLS=	libtool:15
19
USE_AUTOTOOLS=	libtool:15
18
USE_APACHE=	2.2
20
USE_APACHE=	2.2
19
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
(-)www/mod_dnssd/Makefile (+2 lines)
Lines 16-21 Link Here
16
16
17
LIB_DEPENDS=	avahi-client.3:${PORTSDIR}/net/avahi-app
17
LIB_DEPENDS=	avahi-client.3:${PORTSDIR}/net/avahi-app
18
18
19
MAKE_JOBS_SAFE=  yes
20
19
USE_GMAKE=	yes
21
USE_GMAKE=	yes
20
USE_APACHE=	2.2+
22
USE_APACHE=	2.2+
21
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
(-)www/mod_domaintree/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	danger@FreeBSD.org
14
MAINTAINER=	danger@FreeBSD.org
15
COMMENT=	Hostname to filesystem mapper for Apache 2
15
COMMENT=	Hostname to filesystem mapper for Apache 2
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
WRKSRC=		${WRKDIR}/${PORTNAME}
19
WRKSRC=		${WRKDIR}/${PORTNAME}
18
USE_APACHE=	2.0+
20
USE_APACHE=	2.0+
19
AP_FAST_BUILD=	YES
21
AP_FAST_BUILD=	YES
(-)www/mod_encoding/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	edwin@mavetju.org
14
MAINTAINER=	edwin@mavetju.org
15
COMMENT=	Apache module for non-ascii filename interoperability
15
COMMENT=	Apache module for non-ascii filename interoperability
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
# This port will work with the following version of Apache and anything newer.
19
# This port will work with the following version of Apache and anything newer.
18
# Mostly because of the dependency of mod_dav.
20
# Mostly because of the dependency of mod_dav.
19
#APACHE_VERSION=	1.3.6
21
#APACHE_VERSION=	1.3.6
(-)www/mod_evasive/Makefile (+2 lines)
Lines 16-21 Link Here
16
MAINTAINER=	kiwi@oav.net
16
MAINTAINER=	kiwi@oav.net
17
COMMENT=	An Apache module to try to protect the HTTP Server from DoS/DDoS attacks
17
COMMENT=	An Apache module to try to protect the HTTP Server from DoS/DDoS attacks
18
18
19
MAKE_JOBS_SAFE=  yes
20
19
WRKSRC=		${WRKDIR}/${PORTNAME}
21
WRKSRC=		${WRKDIR}/${PORTNAME}
20
22
21
USE_APACHE=	1.3+
23
USE_APACHE=	1.3+
(-)www/mod_extract_forwarded/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	anders@FreeBSD.org
14
MAINTAINER=	anders@FreeBSD.org
15
COMMENT=	An Apache module that can make proxied requests appear with client IP
15
COMMENT=	An Apache module that can make proxied requests appear with client IP
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
USE_APACHE=	1.3
19
USE_APACHE=	1.3
18
AP_FAST_BUILD=	yes
20
AP_FAST_BUILD=	yes
19
AP_GENPLIST=	yes
21
AP_GENPLIST=	yes
(-)www/mod_fcgid/Makefile (+2 lines)
Lines 15-20 Link Here
15
MAINTAINER=	hemi@puresimplicity.net
15
MAINTAINER=	hemi@puresimplicity.net
16
COMMENT=	An alternative FastCGI module for Apache2
16
COMMENT=	An alternative FastCGI module for Apache2
17
17
18
MAKE_JOBS_SAFE=  yes
19
18
USE_APACHE=	2.0+
20
USE_APACHE=	2.0+
19
21
20
SUB_FILES=	pkg-message
22
SUB_FILES=	pkg-message
(-)www/mod_fileiri/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	chinsan@FreeBSD.org
14
MAINTAINER=	chinsan@FreeBSD.org
15
COMMENT=	A http IRIs module for Apache 2
15
COMMENT=	A http IRIs module for Apache 2
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
USE_APACHE=	20+
19
USE_APACHE=	20+
18
PLIST_SUB=	APACHE_DIR=${APACHEMODDIR}
20
PLIST_SUB=	APACHE_DIR=${APACHEMODDIR}
19
21
(-)www/mod_geoip/Makefile (+2 lines)
Lines 18-23 Link Here
18
BUILD_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
18
BUILD_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
19
RUN_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
19
RUN_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
20
20
21
MAKE_JOBS_SAFE=  yes
22
21
CONFLICTS=	mod_geoip2-[0-9]*
23
CONFLICTS=	mod_geoip2-[0-9]*
22
24
23
USE_APACHE=	1.3
25
USE_APACHE=	1.3
(-)www/mod_geoip2/Makefile (+2 lines)
Lines 17-22 Link Here
17
BUILD_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
17
BUILD_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
18
RUN_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
18
RUN_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
19
19
20
MAKE_JOBS_SAFE=  yes
21
20
CONFLICTS=	mod_geoip-[0-9]*
22
CONFLICTS=	mod_geoip-[0-9]*
21
23
22
WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}
24
WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}
(-)www/mod_gzip/Makefile (+2 lines)
Lines 15-20 Link Here
15
MAINTAINER=	ale@FreeBSD.org
15
MAINTAINER=	ale@FreeBSD.org
16
COMMENT=	An Internet Content Acceleration module for Apache
16
COMMENT=	An Internet Content Acceleration module for Apache
17
17
18
MAKE_JOBS_SAFE=  yes
19
18
USE_APACHE=	1.3
20
USE_APACHE=	1.3
19
MAKE_ENV+=	"APXS=${APXS}"
21
MAKE_ENV+=	"APXS=${APXS}"
20
ALL_TARGET=	build
22
ALL_TARGET=	build
(-)www/mod_gzip2/Makefile (+2 lines)
Lines 15-20 Link Here
15
MAINTAINER=	sec@42.org
15
MAINTAINER=	sec@42.org
16
COMMENT=	An Internet Content Acceleration module for Apache2+
16
COMMENT=	An Internet Content Acceleration module for Apache2+
17
17
18
MAKE_JOBS_SAFE=  yes
19
18
USE_APACHE=	2.0+
20
USE_APACHE=	2.0+
19
AP_FAST_BUILD=	yes
21
AP_FAST_BUILD=	yes
20
AP_GENPLIST=	yes
22
AP_GENPLIST=	yes
(-)www/mod_jk/Makefile (+2 lines)
Lines 17-22 Link Here
17
MAINTAINER?=	girgen@FreeBSD.org
17
MAINTAINER?=	girgen@FreeBSD.org
18
COMMENT?=	Apache JK module for connecting to Tomcat using AJP1X
18
COMMENT?=	Apache JK module for connecting to Tomcat using AJP1X
19
19
20
MAKE_JOBS_SAFE=  yes
21
20
USE_APACHE?=	1.3+
22
USE_APACHE?=	1.3+
21
23
22
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
(-)www/mod_jk-apache2/Makefile (+2 lines)
Lines 14-17 Link Here
14
MAINTAINER=	girgen@FreeBSD.org
14
MAINTAINER=	girgen@FreeBSD.org
15
COMMENT=	Apache2 JK module for connecting to Tomcat using AJP1X
15
COMMENT=	Apache2 JK module for connecting to Tomcat using AJP1X
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
.include "${MASTERDIR}/Makefile"
19
.include "${MASTERDIR}/Makefile"
(-)www/mod_limitipconn/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	ychsiao@ychsiao.org
14
MAINTAINER=	ychsiao@ychsiao.org
15
COMMENT=	Limit the number of simultaneous connections from a single IP address
15
COMMENT=	Limit the number of simultaneous connections from a single IP address
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
USE_APACHE=	1.3
19
USE_APACHE=	1.3
18
PLIST_FILES=	${APACHEMODDIR}/mod_limitipconn.so
20
PLIST_FILES=	${APACHEMODDIR}/mod_limitipconn.so
19
21
(-)www/mod_limitipconn2/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	ychsiao@ychsiao.org
14
MAINTAINER=	ychsiao@ychsiao.org
15
COMMENT=	Allows you to limit the number of simultaneous connexions
15
COMMENT=	Allows you to limit the number of simultaneous connexions
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
LATEST_LINK=	mod_limitipconn2
19
LATEST_LINK=	mod_limitipconn2
18
20
19
USE_APACHE=	2.0+
21
USE_APACHE=	2.0+
(-)www/mod_line_edit/Makefile (+2 lines)
Lines 16-21 Link Here
16
MAINTAINER=	dom@helenmarks.co.uk
16
MAINTAINER=	dom@helenmarks.co.uk
17
COMMENT=	Apache module for simple text rewriting
17
COMMENT=	Apache module for simple text rewriting
18
18
19
MAKE_JOBS_SAFE=  yes
20
19
USE_APACHE=	2.0+
21
USE_APACHE=	2.0+
20
22
21
do-extract:
23
do-extract:
(-)www/mod_lisp2/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	viktor.leis@googlemail.com
14
MAINTAINER=	viktor.leis@googlemail.com
15
COMMENT=	Apache2 module for use with Common Lisp
15
COMMENT=	Apache2 module for use with Common Lisp
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
USE_APACHE=	20+
19
USE_APACHE=	20+
18
AP_FAST_BUILD=	YES
20
AP_FAST_BUILD=	YES
19
AP_GENPLIST=	YES
21
AP_GENPLIST=	YES
(-)www/mod_log_dbd/Makefile (+2 lines)
Lines 13-18 Link Here
13
MAINTAINER=	bfoz@bfoz.net
13
MAINTAINER=	bfoz@bfoz.net
14
COMMENT=	Uses APR DBD to store Apache access logs in a database
14
COMMENT=	Uses APR DBD to store Apache access logs in a database
15
15
16
MAKE_JOBS_SAFE=  yes
17
16
USE_APACHE=	2.2+
18
USE_APACHE=	2.2+
17
USE_BZIP2=	yes
19
USE_BZIP2=	yes
18
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
(-)www/mod_log_firstbyte/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	leeym@FreeBSD.org
14
MAINTAINER=	leeym@FreeBSD.org
15
COMMENT=	Log the time between request and the first byte of the response served
15
COMMENT=	Log the time between request and the first byte of the response served
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
PROJECTHOST=	mod-log-firstbyte
19
PROJECTHOST=	mod-log-firstbyte
18
USE_APACHE=	2.0+
20
USE_APACHE=	2.0+
19
MOD=		mod_log_firstbyte
21
MOD=		mod_log_firstbyte
(-)www/mod_log_sql/Makefile (+2 lines)
Lines 13-18 Link Here
13
MAINTAINER=	lev@FreeBSD.org
13
MAINTAINER=	lev@FreeBSD.org
14
COMMENT=	Allows Apache to log to a MySQL database
14
COMMENT=	Allows Apache to log to a MySQL database
15
15
16
MAKE_JOBS_SAFE=  yes
17
16
WRKSRC=		${WRKDIR}/${PORTNAME}
18
WRKSRC=		${WRKDIR}/${PORTNAME}
17
19
18
USE_MYSQL=	yes
20
USE_MYSQL=	yes
(-)www/mod_log_sql2-dtc/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	scrappy@freebsd.org
14
MAINTAINER=	scrappy@freebsd.org
15
COMMENT=	Allows Apache to log to a MySQL database
15
COMMENT=	Allows Apache to log to a MySQL database
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
LATEST_LINK=	mod_log_sql2
19
LATEST_LINK=	mod_log_sql2
18
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
19
USE_BZIP2=	yes
21
USE_BZIP2=	yes
(-)www/mod_macro22/Makefile (+2 lines)
Lines 13-18 Link Here
13
MAINTAINER=	lukasz@wasikowski.net
13
MAINTAINER=	lukasz@wasikowski.net
14
COMMENT=	Apache 2.2.x module for use macros in config files
14
COMMENT=	Apache 2.2.x module for use macros in config files
15
15
16
MAKE_JOBS_SAFE=  yes
17
16
USE_APACHE=	22
18
USE_APACHE=	22
17
LATEST_LINK=	mod_macro22
19
LATEST_LINK=	mod_macro22
18
AP_FAST_BUILD=	YES
20
AP_FAST_BUILD=	YES
(-)www/mod_memcache/Makefile (+2 lines)
Lines 15-20 Link Here
15
15
16
LIB_DEPENDS=	apr-1:${PORTSDIR}/devel/apr
16
LIB_DEPENDS=	apr-1:${PORTSDIR}/devel/apr
17
17
18
MAKE_JOBS_SAFE=  yes
19
18
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
19
PROJECTHOST=	modmemcache
21
PROJECTHOST=	modmemcache
20
USE_APACHE=	2.2+
22
USE_APACHE=	2.2+
(-)www/mod_ntlm/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	skv@FreeBSD.org
14
MAINTAINER=	skv@FreeBSD.org
15
COMMENT=	NTLM authentication module for the Apache webserver
15
COMMENT=	NTLM authentication module for the Apache webserver
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
USE_APACHE=	1.3
19
USE_APACHE=	1.3
18
MAKE_ENV=	APXS=${APXS}
20
MAKE_ENV=	APXS=${APXS}
19
21
(-)www/mod_ntlm2/Makefile (-2 / +4 lines)
Lines 16-25 Link Here
16
MAINTAINER=	admin@lissyara.su
16
MAINTAINER=	admin@lissyara.su
17
COMMENT=	NTLM authentication module for the Apache2 webserver
17
COMMENT=	NTLM authentication module for the Apache2 webserver
18
18
19
BUILD_DEPENDS=	${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba3
20
21
MAKE_JOBS_SAFE=  yes
22
19
USE_APACHE=	20+
23
USE_APACHE=	20+
20
MAKE_ENV=	APXS=${APXS}
24
MAKE_ENV=	APXS=${APXS}
21
SUB_LIST=	APACHEMODDIR=${APACHEMODDIR}
25
SUB_LIST=	APACHEMODDIR=${APACHEMODDIR}
22
26
23
BUILD_DEPENDS=	${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba3
24
25
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)www/mod_proctitle/Makefile (+2 lines)
Lines 13-18 Link Here
13
MAINTAINER=	stas@FreeBSD.org
13
MAINTAINER=	stas@FreeBSD.org
14
COMMENT=	Set httpd process titles to reflect currently processed request
14
COMMENT=	Set httpd process titles to reflect currently processed request
15
15
16
MAKE_JOBS_SAFE=  yes
17
16
USE_APACHE?=	2.0+
18
USE_APACHE?=	2.0+
17
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
18
USE_BZIP2=	yes
20
USE_BZIP2=	yes
(-)www/mod_proxy_add_forward/Makefile (+2 lines)
Lines 16-21 Link Here
16
MAINTAINER=	anders@FreeBSD.org
16
MAINTAINER=	anders@FreeBSD.org
17
COMMENT=	Apache module that adds a client IP header to outgoing proxy requests
17
COMMENT=	Apache module that adds a client IP header to outgoing proxy requests
18
18
19
MAKE_JOBS_SAFE=  yes
20
19
USE_APACHE=	1.3
21
USE_APACHE=	1.3
20
AP_FAST_BUILD=	yes
22
AP_FAST_BUILD=	yes
21
AP_GENPLIST=	yes
23
AP_GENPLIST=	yes
(-)www/mod_proxy_html/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	dsl@bitwizards.com.au
14
MAINTAINER=	dsl@bitwizards.com.au
15
COMMENT=	Apache module for rewriting HTML links in proxied content
15
COMMENT=	Apache module for rewriting HTML links in proxied content
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
SUB_FILES=	pkg-message
19
SUB_FILES=	pkg-message
18
USE_APACHE=	2.0+
20
USE_APACHE=	2.0+
19
AP_FAST_BUILD=	YES
21
AP_FAST_BUILD=	YES
(-)www/mod_proxy_xml/Makefile (+2 lines)
Lines 15-20 Link Here
15
MAINTAINER=	dom@helenmarks.co.uk
15
MAINTAINER=	dom@helenmarks.co.uk
16
COMMENT=	Apache module for rewriting URI references in XML
16
COMMENT=	Apache module for rewriting URI references in XML
17
17
18
MAKE_JOBS_SAFE=  yes
19
18
USE_GNOME=	libxml2
20
USE_GNOME=	libxml2
19
USE_APACHE=	2.0+
21
USE_APACHE=	2.0+
20
22
(-)www/mod_realip/Makefile (+2 lines)
Lines 13-18 Link Here
13
MAINTAINER=	glebius@FreeBSD.org
13
MAINTAINER=	glebius@FreeBSD.org
14
COMMENT=	Apache module to fix IP addresses in proxied requests
14
COMMENT=	Apache module to fix IP addresses in proxied requests
15
15
16
MAKE_JOBS_SAFE=  yes
17
16
USE_APACHE=	1.3
18
USE_APACHE=	1.3
17
AP_FAST_BUILD=	yes
19
AP_FAST_BUILD=	yes
18
AP_GENPLIST=	yes
20
AP_GENPLIST=	yes
(-)www/mod_ruby/Makefile (+2 lines)
Lines 16-21 Link Here
16
16
17
LIB_DEPENDS=	eruby.10:${PORTSDIR}/textproc/eruby
17
LIB_DEPENDS=	eruby.10:${PORTSDIR}/textproc/eruby
18
18
19
MAKE_JOBS_SAFE=  yes
20
19
USE_APACHE=	1.3+
21
USE_APACHE=	1.3+
20
USE_RUBY=	yes
22
USE_RUBY=	yes
21
USE_PERL5_BUILD=	yes
23
USE_PERL5_BUILD=	yes
(-)www/mod_scgi/Makefile (+2 lines)
Lines 16-21 Link Here
16
MAINTAINER=	dryice@dryice.name
16
MAINTAINER=	dryice@dryice.name
17
COMMENT=	Apache module that implements the client side of the SCGI protocol
17
COMMENT=	Apache module that implements the client side of the SCGI protocol
18
18
19
MAKE_JOBS_SAFE=  yes
20
19
USE_APACHE=	1.3+
21
USE_APACHE=	1.3+
20
WRKSRC=		${WRKDIR}/${DISTNAME}/${SCGI_DIR}
22
WRKSRC=		${WRKDIR}/${DISTNAME}/${SCGI_DIR}
21
23
(-)www/mod_security/Makefile (+2 lines)
Lines 15-20 Link Here
15
MAINTAINER=	araujo@FreeBSD.org
15
MAINTAINER=	araujo@FreeBSD.org
16
COMMENT=	An intrusion detection and prevention engine
16
COMMENT=	An intrusion detection and prevention engine
17
17
18
MAKE_JOBS_SAFE=  yes
19
18
LIB_DEPENDS+=	pcre.0:${PORTSDIR}/devel/pcre \
20
LIB_DEPENDS+=	pcre.0:${PORTSDIR}/devel/pcre \
19
		apr-1.3:${PORTSDIR}/devel/apr
21
		apr-1.3:${PORTSDIR}/devel/apr
20
22
(-)www/mod_security21/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	araujo@FreeBSD.org
14
MAINTAINER=	araujo@FreeBSD.org
15
COMMENT=	An intrusion detection and prevention engine
15
COMMENT=	An intrusion detection and prevention engine
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
USE_APACHE=	2.0+
19
USE_APACHE=	2.0+
18
AP_FAST_BUILD=	yes
20
AP_FAST_BUILD=	yes
19
AP_GENPLIST=	yes
21
AP_GENPLIST=	yes
(-)www/mod_shapvh/Makefile (+2 lines)
Lines 15-20 Link Here
15
MAINTAINER=	steven@krx.nl
15
MAINTAINER=	steven@krx.nl
16
COMMENT=	Apache module that provides virtual hosts from a database
16
COMMENT=	Apache module that provides virtual hosts from a database
17
17
18
MAKE_JOBS_SAFE=  yes
19
18
USE_APACHE=	1.3
20
USE_APACHE=	1.3
19
USE_MYSQL=	yes
21
USE_MYSQL=	yes
20
22
(-)www/mod_sqlinclude/Makefile (+2 lines)
Lines 15-20 Link Here
15
MAINTAINER=	anders@FreeBSD.org
15
MAINTAINER=	anders@FreeBSD.org
16
COMMENT=	An Apache module implementing config inclusion from MySQL databases
16
COMMENT=	An Apache module implementing config inclusion from MySQL databases
17
17
18
MAKE_JOBS_SAFE=  yes
19
18
USE_APACHE=	1.3
20
USE_APACHE=	1.3
19
USE_MYSQL=	yes
21
USE_MYSQL=	yes
20
22
(-)www/mod_transform/Makefile (+2 lines)
Lines 13-18 Link Here
13
MAINTAINER=	stan@stormier.net
13
MAINTAINER=	stan@stormier.net
14
COMMENT=	An XSLT and XIncludes Filter module for Apache 2.0
14
COMMENT=	An XSLT and XIncludes Filter module for Apache 2.0
15
15
16
MAKE_JOBS_SAFE=  yes
17
16
USE_APACHE=	2.0
18
USE_APACHE=	2.0
17
USE_AUTOTOOLS=	libtool:15
19
USE_AUTOTOOLS=	libtool:15
18
HAS_CONFIGURE=	yes
20
HAS_CONFIGURE=	yes
(-)www/mod_tsunami/Makefile (+2 lines)
Lines 14-19 Link Here
14
MAINTAINER=	ale@FreeBSD.org
14
MAINTAINER=	ale@FreeBSD.org
15
COMMENT=	Apache module which dynamically limits a site's slot usage
15
COMMENT=	Apache module which dynamically limits a site's slot usage
16
16
17
MAKE_JOBS_SAFE=  yes
18
17
USE_APACHE=	1.3
19
USE_APACHE=	1.3
18
AP_FAST_BUILD=	yes
20
AP_FAST_BUILD=	yes
19
21
(-)www/mod_uid/Makefile (+2 lines)
Lines 13-18 Link Here
13
MAINTAINER=	leeym@FreeBSD.org
13
MAINTAINER=	leeym@FreeBSD.org
14
COMMENT=	A module issuing the "correct" cookies for counting the site visitors
14
COMMENT=	A module issuing the "correct" cookies for counting the site visitors
15
15
16
MAKE_JOBS_SAFE=  yes
17
16
USE_APACHE=	1.3+
18
USE_APACHE=	1.3+
17
19
18
PORTDOCS=	README.html
20
PORTDOCS=	README.html
(-)www/mod_wsgi/Makefile (+2 lines)
Lines 13-18 Link Here
13
MAINTAINER=	douglas@douglasthrift.net
13
MAINTAINER=	douglas@douglasthrift.net
14
COMMENT=	Python WSGI adapter module for Apache
14
COMMENT=	Python WSGI adapter module for Apache
15
15
16
MAKE_JOBS_SAFE=  yes
17
16
PROJECTHOST=	modwsgi
18
PROJECTHOST=	modwsgi
17
19
18
USE_APACHE=	1.3+
20
USE_APACHE=	1.3+
(-)www/mod_xmlns/Makefile (+2 lines)
Lines 15-20 Link Here
15
MAINTAINER=	dom@helenmarks.co.uk
15
MAINTAINER=	dom@helenmarks.co.uk
16
COMMENT=	Apache module for XML namespaces
16
COMMENT=	Apache module for XML namespaces
17
17
18
MAKE_JOBS_SAFE=  yes
19
18
USE_GNOME=	libxml2
20
USE_GNOME=	libxml2
19
USE_APACHE=	2.0+
21
USE_APACHE=	2.0+
20
22
(-)www/mod_xsendfile/Makefile (+2 lines)
Lines 13-18 Link Here
13
MAINTAINER=	potatosaladx@gmail.com
13
MAINTAINER=	potatosaladx@gmail.com
14
COMMENT=	An Apache2 module that processes X-SENDFILE headers
14
COMMENT=	An Apache2 module that processes X-SENDFILE headers
15
15
16
MAKE_JOBS_SAFE=  yes
17
16
USE_APACHE=	2.0+
18
USE_APACHE=	2.0+
17
AP_FAST_BUILD=	yes
19
AP_FAST_BUILD=	yes
18
AP_GENPLIST=	yes
20
AP_GENPLIST=	yes

Return to bug 134611