mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Migrate USE_APACHE to USES= apache
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk With hat: apache
This commit is contained in:
parent
b990a496b1
commit
f0229aab54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464193
@ -15,9 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= p5-MIME-Base64>=0:converters/p5-MIME-Base64
|
||||
|
||||
USE_APACHE_RUN= 22+
|
||||
|
||||
USES= perl5 shebangfix
|
||||
USES= apache:run,2.2+ perl5 shebangfix
|
||||
SHEBANG_FILES= gnatsweb.pl
|
||||
USE_PERL5= run
|
||||
NO_BUILD= yes
|
||||
|
@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Simple Groupware is an open source enterprise application
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_APACHE_RUN= 22+
|
||||
USES= apache:run,2.2+
|
||||
USE_MYSQL= yes
|
||||
USE_PHP= mysql
|
||||
|
||||
|
@ -44,7 +44,7 @@ REDIS_RUN_DEPENDS= redis-server:databases/redis
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MAPACHE}
|
||||
USE_APACHE_RUN= 22+
|
||||
USES= apache:run,2.2+
|
||||
.elif ${PORT_OPTIONS:MLIGHTTPD}
|
||||
RUN_DEPENDS+= lighttpd:www/lighttpd
|
||||
.elif ${PORT_OPTIONS:MHIAWATHA}
|
||||
|
@ -26,8 +26,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
||||
p5-Test-Output>=0:devel/p5-Test-Output \
|
||||
${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2
|
||||
|
||||
USES= perl5
|
||||
USES= apache:2.2+ perl5
|
||||
USE_PERL5= configure
|
||||
USE_APACHE= 22+
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -17,10 +17,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
SUB_FILES= pkg-message sql-ledger-httpd.conf
|
||||
USES= perl5 pgsql shebangfix
|
||||
USES= apache:run,2.2+ perl5 pgsql shebangfix
|
||||
SHEBANG_FILES= *.pl locale/*/*.pl bin/*/*.pl
|
||||
NO_ARCH= yes
|
||||
USE_APACHE_RUN= 22+
|
||||
|
||||
ROOT_DIRS= SL bin css doc images js locale spool sql templates users
|
||||
ROOT_FILES= VERSION favicon.ico index.html menu.ini
|
||||
|
@ -85,7 +85,7 @@ CONFIGURE_ARGS+=--enable-fpm \
|
||||
.endif
|
||||
|
||||
.if defined(PKGNAMEPREFIX)
|
||||
USE_APACHE= 22+
|
||||
USES+= apache:2.2+
|
||||
.include "${PORTSDIR}/Mk/Uses/apache.mk"
|
||||
.if ${PORT_OPTIONS:MAP2FILTER}
|
||||
CONFIGURE_ARGS+=--with-apxs2filter=${APXS}
|
||||
|
@ -91,7 +91,7 @@ CONFIGURE_ARGS+=--enable-fpm \
|
||||
.endif
|
||||
|
||||
.if defined(PKGNAMEPREFIX)
|
||||
USE_APACHE= 22+
|
||||
USES+= apache:2.2+
|
||||
.include "${PORTSDIR}/Mk/Uses/apache.mk"
|
||||
.if ${PORT_OPTIONS:MAP2FILTER}
|
||||
CONFIGURE_ARGS+=--with-apxs2filter=${APXS}
|
||||
|
@ -92,7 +92,7 @@ CONFIGURE_ARGS+=--enable-fpm \
|
||||
.endif
|
||||
|
||||
.if defined(PKGNAMEPREFIX)
|
||||
USE_APACHE= 22+
|
||||
USES+= apache:2.2+
|
||||
.include "${PORTSDIR}/Mk/Uses/apache.mk"
|
||||
.if ${PORT_OPTIONS:MAP2FILTER}
|
||||
CONFIGURE_ARGS+=--with-apxs2filter=${APXS}
|
||||
|
@ -85,7 +85,7 @@ CONFIGURE_ARGS+=--enable-fpm \
|
||||
.endif
|
||||
|
||||
.if defined(PKGNAMEPREFIX)
|
||||
USE_APACHE= 22+
|
||||
USES+= apache:2.2+
|
||||
.include "${PORTSDIR}/Mk/Uses/apache.mk"
|
||||
.if ${PORT_OPTIONS:MAP2FILTER}
|
||||
CONFIGURE_ARGS+=--with-apxs2filter=${APXS}
|
||||
|
@ -397,7 +397,7 @@ CONFIGURE_ARGS+= --with-dspam-mode=${DSPAM_MODE}
|
||||
. if ${PORT_OPTIONS:MLIGHTTPD}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/sbin/lighttpd:www/lighttpd
|
||||
. else
|
||||
USE_APACHE_RUN= 22+
|
||||
USES+= apache:2.2+
|
||||
. endif
|
||||
LIB_DEPENDS+= libgd.so:graphics/gd
|
||||
RUN_DEPENDS+= p5-GD>=0:graphics/p5-GD
|
||||
|
@ -27,7 +27,7 @@ GH_ACCOUNT= smtpd
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MMODPERL}
|
||||
USE_APACHE_RUN= 22+
|
||||
USES+= apache:run,2.2+
|
||||
RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2
|
||||
.endif
|
||||
|
||||
|
@ -76,7 +76,7 @@ PORTDOCS= INSTALL README VERSION
|
||||
PORTEXAMPLES= snmp.conf.example snmpd.conf.example
|
||||
|
||||
.if ${PORT_OPTIONS:MAPACHEMOD}
|
||||
USE_APACHE_RUN= 22+
|
||||
USES+= apache:run,2.2+
|
||||
.endif
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
USES+= php:mod
|
||||
|
@ -21,8 +21,7 @@ RUN_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple \
|
||||
p5-SOAP-Lite>=0:net/p5-SOAP-Lite \
|
||||
p5-XML-Entities>=0:textproc/p5-XML-Entities
|
||||
|
||||
USES= mysql perl5
|
||||
USE_APACHE_RUN= 22+
|
||||
USES= apache:run,2.2+ mysql perl5
|
||||
WANT_PHP_WEB= yes
|
||||
USE_PHP= mysql pcre zlib session xml gd zip openssl mbstring
|
||||
NO_ARCH= yes
|
||||
|
@ -12,7 +12,7 @@ LICENSE_FILE= ${PANDORA_LICENSE_FILE}
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/twopi:graphics/graphviz
|
||||
|
||||
USES= shebangfix
|
||||
USES= apache:run,2.2+ shebangfix
|
||||
SHEBANG_FILES= include/languages/extract_newlines.sh \
|
||||
include/languages/util-all \
|
||||
include/languages/util-bzr-update \
|
||||
@ -30,7 +30,6 @@ PGSQL_DESC= Use PostgreSQL backend (experimental)
|
||||
USE_PHP= curl filter gd gettext hash json ldap mbstring mysql \
|
||||
snmp session xml zip zlib
|
||||
WANT_PHP_WEB= yes
|
||||
USE_APACHE_RUN= 22+
|
||||
|
||||
SUB_FILES+= pandora_console.conf pkg-message newsyslog.conf
|
||||
SUB_LIST+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
|
||||
|
@ -15,8 +15,7 @@ BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2 \
|
||||
p5-SOAP-Lite>=0:net/p5-SOAP-Lite
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USES= apache:2.2+ perl5
|
||||
USE_PERL5= configure
|
||||
USE_APACHE= 22+
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -65,7 +65,7 @@ RUN_DEPENDS+= rsync:net/rsync
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MAPACHE}
|
||||
USE_APACHE_RUN= 22+
|
||||
USES+= apache:run,2.2+
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MNGINX}
|
||||
|
@ -80,7 +80,7 @@ RUN_DEPENDS+= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MAPACHE}
|
||||
USE_APACHE_RUN= 22+
|
||||
USES+= apache:run,2.2+
|
||||
.elif ${PORT_OPTIONS:MLIGHTTPD}
|
||||
RUN_DEPENDS+= lighttpd:www/lighttpd
|
||||
.elif ${PORT_OPTIONS:MHIAWATHA}
|
||||
|
@ -100,7 +100,7 @@ USE_RC_SUBR+= maiad
|
||||
# setting USE_ variables. C'est la vie.
|
||||
|
||||
.if ${PORT_OPTIONS:MAPACHE}
|
||||
USE_APACHE_RUN= 22+
|
||||
USES+= apache:run,2.2+
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MWEBHOST}
|
||||
|
@ -12,9 +12,8 @@ COMMENT= Open source scep server
|
||||
|
||||
CONFLICTS_INSTALL= nss-3.*
|
||||
|
||||
USES= gmake libtool ssl
|
||||
USES= apache:2.2+ gmake libtool ssl
|
||||
USE_OPENLDAP= yes
|
||||
USE_APACHE= 22+
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -19,8 +19,7 @@ DLURL?= ${PORTNAME}
|
||||
DLDIR= www/${DLURL}
|
||||
PORTDOCS= CHANGES.txt COPYING.txt UPGRADE.txt
|
||||
|
||||
USES= dos2unix
|
||||
USE_APACHE_RUN= 22+
|
||||
USES= apache:run,2.2+ dos2unix
|
||||
USE_PHP= mysql session ctype pcre
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
@ -12,8 +12,7 @@ DISTNAME= tomcat-connectors-${PORTVERSION}-src
|
||||
MAINTAINER?= girgen@FreeBSD.org
|
||||
COMMENT?= Apache JK module for connecting to Tomcat using AJP1X
|
||||
|
||||
USES= gmake
|
||||
USE_APACHE?= 22+
|
||||
USES= apache:2.2+ gmake
|
||||
APACHE_VER= 2.0
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -20,8 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
CONFLICTS= p5-Apache-DBI-mp[12]*
|
||||
|
||||
USES= perl5
|
||||
USES= apache:2.2+ perl5
|
||||
USE_PERL5= configure
|
||||
USE_APACHE?= 22+
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user