- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@
This commit is contained in:
parent
c2f2d9bfd5
commit
19fe40753d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288372
@ -17,7 +17,7 @@ COMMENT= A tool to collect and graph database statistics from mysql
|
||||
BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
USE_MYSQL= yes
|
||||
|
||||
MYSQLARD_DIR?= ${PREFIX}/www/mysqlard
|
||||
|
@ -32,7 +32,7 @@ WWWGRP= ${WWWOWN}
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_APACHE)
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
.endif
|
||||
.if defined(WITH_LIGHTTPD)
|
||||
RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd
|
||||
|
@ -75,7 +75,7 @@ CLEAN_FILES= scripts/suse* scripts/redhat* \
|
||||
var/httpd/htdocs/js/thirdparty/ckeditor-3.4.2/_source \
|
||||
var/httpd/htdocs/skins/Agent/*/img/source
|
||||
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
USE_PERL5= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -54,18 +54,14 @@ post-install:
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_APACHELOG)
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_APACHELOG)
|
||||
.if ${APACHE_VERSION} == 13
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
|
||||
.else
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITH_EMAIL_MIMELITE)
|
||||
RUN_DEPENDS+= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite
|
||||
|
@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/htmldoc:${PORTSDIR}/textproc/htmldoc \
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
USE_PERL5_RUN= yes
|
||||
USE_MYSQL= yes
|
||||
|
||||
|
@ -142,12 +142,10 @@ CONFIGURE_ARGS+= --with-curl=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MAPSERV)
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
.include "${PORTSDIR}/Mk/bsd.apache.mk"
|
||||
PLIST_SUB+= WITH_MAPSERV=""
|
||||
.if ${APACHE_VERSION} > 13
|
||||
PLIST_DIRSTRY= www/cgi-bin
|
||||
.endif
|
||||
.else
|
||||
PLIST_SUB+= WITH_MAPSERV="@comment "
|
||||
.endif
|
||||
|
@ -138,12 +138,6 @@ USE_GNOME= gtk20
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.if ${PKGNAMESUFFIX} == "-httpd13"
|
||||
. if defined(WITH_APACHE13)
|
||||
USE_APACHE= 13
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.if ${PKGNAMESUFFIX} == "-httpd20"
|
||||
. if defined(WITH_APACHE20)
|
||||
USE_APACHE= 20
|
||||
|
@ -99,13 +99,9 @@ CONFIGURE_ARGS+=--disable-cgi
|
||||
|
||||
.if defined(WITH_APACHE)
|
||||
PHP_SAPI+= mod
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
.include "${PORTSDIR}/Mk/bsd.apache.mk"
|
||||
.if ${APACHE_VERSION} > 13
|
||||
CONFIGURE_ARGS+=--with-apxs2=${APXS}
|
||||
.else
|
||||
CONFIGURE_ARGS+=--with-apxs=${APXS}
|
||||
.endif
|
||||
PKGMESSAGE= ${PKGDIR}/pkg-message.mod
|
||||
MODULENAME= lib${PORTNAME}
|
||||
SHORTMODNAME= ${PORTNAME}
|
||||
|
@ -105,17 +105,13 @@ PLIST_SUB+= FPM="@comment "
|
||||
|
||||
.if defined(WITH_APACHE)
|
||||
PHP_SAPI+= mod
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
.include "${PORTSDIR}/Mk/bsd.apache.mk"
|
||||
.if ${APACHE_VERSION} > 13
|
||||
.if defined(WITH_AP2FILTER)
|
||||
CONFIGURE_ARGS+=--with-apxs2filter=${APXS}
|
||||
.else
|
||||
CONFIGURE_ARGS+=--with-apxs2=${APXS}
|
||||
.endif
|
||||
.else
|
||||
CONFIGURE_ARGS+=--with-apxs=${APXS}
|
||||
.endif
|
||||
PKGMESSAGE= ${PKGDIR}/pkg-message.mod
|
||||
MODULENAME= lib${PORTNAME}
|
||||
SHORTMODNAME= ${PORTNAME}
|
||||
|
@ -138,13 +138,9 @@ CONFIGURE_ARGS+=--disable-cgi
|
||||
|
||||
.if defined(WITH_APACHE)
|
||||
PHP_SAPI+= mod
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
.include "${PORTSDIR}/Mk/bsd.apache.mk"
|
||||
.if ${APACHE_VERSION} > 13
|
||||
CONFIGURE_ARGS+=--with-apxs2=${APXS}
|
||||
.else
|
||||
CONFIGURE_ARGS+=--with-apxs=${APXS}
|
||||
.endif
|
||||
PKGMESSAGE= ${PKGDIR}/pkg-message.mod
|
||||
MODULENAME= libphp5
|
||||
SHORTMODNAME= php5
|
||||
|
@ -105,17 +105,13 @@ PLIST_SUB+= FPM="@comment "
|
||||
|
||||
.if defined(WITH_APACHE)
|
||||
PHP_SAPI+= mod
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
.include "${PORTSDIR}/Mk/bsd.apache.mk"
|
||||
.if ${APACHE_VERSION} > 13
|
||||
.if defined(WITH_AP2FILTER)
|
||||
CONFIGURE_ARGS+=--with-apxs2filter=${APXS}
|
||||
.else
|
||||
CONFIGURE_ARGS+=--with-apxs2=${APXS}
|
||||
.endif
|
||||
.else
|
||||
CONFIGURE_ARGS+=--with-apxs=${APXS}
|
||||
.endif
|
||||
PKGMESSAGE= ${PKGDIR}/pkg-message.mod
|
||||
MODULENAME= lib${PORTNAME}
|
||||
SHORTMODNAME= ${PORTNAME}
|
||||
|
@ -414,7 +414,7 @@ CONFIGURE_ARGS+= --with-dspam-mode=${DSPAM_MODE}
|
||||
. if defined(WITH_LIGHTTPD)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd
|
||||
. else
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
. endif
|
||||
LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
|
||||
RUN_DEPENDS+= ${SITE_PERL}/mach/GD.pm:${PORTSDIR}/graphics/p5-GD
|
||||
|
@ -398,7 +398,7 @@ CONFIGURE_ARGS+= --with-dspam-mode=${DSPAM_MODE}
|
||||
. if defined(WITH_LIGHTTPD)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd
|
||||
. else
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
. endif
|
||||
LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
|
||||
RUN_DEPENDS+= ${SITE_PERL}/mach/GD.pm:${PORTSDIR}/graphics/p5-GD
|
||||
|
@ -47,7 +47,7 @@ USERS= sympa
|
||||
GROUPS= sympa
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PERL5= yes
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
ICONSDIR?= www/icons
|
||||
CONFIGURE_ARGS+=--bindir=${PREFIX}/libexec/${PORTNAME} \
|
||||
--libexecdir=${PREFIX}/libexec/${PORTNAME} \
|
||||
|
@ -31,7 +31,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
LATEST_LINK= sympa5
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
HAS_CONFIGURE= yes
|
||||
USE_PERL5= 5.8.6+
|
||||
USE_GMAKE= yes
|
||||
|
@ -17,7 +17,7 @@ COMMENT= An extremely admin-configurable email user signup CGI
|
||||
BUILD_DEPENDS= ${VPOPMAIL_DIR}:${PORTSDIR}/mail/vpopmail
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_APACHE_RUN= 13+
|
||||
USE_APACHE_RUN= 20+
|
||||
VPOPMAIL_DIR?= ${LOCALBASE}/vpopmail
|
||||
|
||||
USE_MYSQL= yes
|
||||
|
@ -28,7 +28,7 @@ SAMBA_PORT?= net/samba34
|
||||
# Don't let stupid programs ask for configuration.
|
||||
|
||||
BATCH= YES
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
NO_BUILD= yes
|
||||
|
||||
# comms/hylafax irc/ircd-hybrid
|
||||
|
@ -27,7 +27,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
USE_PERL5= yes
|
||||
USE_RC_SUBR= argusd
|
||||
HAS_CONFIGURE= yes
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
CONFIGURE_ARGS= --bin_dir=${PREFIX}/bin --sbin_dir=${PREFIX}/sbin \
|
||||
--lib_dir=${PREFIX}/lib/argus-monitor --data_dir=${PREFIX}/etc/argus-monitor \
|
||||
|
@ -32,7 +32,7 @@ GROUPS= netdisco
|
||||
|
||||
USE_PERL5= yes
|
||||
USE_PGSQL= yes
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
|
||||
USE_RC_SUBR= netdisco
|
||||
|
||||
|
@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap \
|
||||
RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool
|
||||
|
||||
WRKSRC= ${WRKDIR}/mrourmon
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
USE_PERL5= yes
|
||||
NO_BUILD= yes
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
|
@ -23,7 +23,7 @@ BUILD_DEPENDS+= xmlrpc-c-config:${PORTSDIR}/net/xmlrpc-c
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_APACHE)
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_scgi.so:${PORTSDIR}/www/mod_scgi
|
||||
.elif defined(WITH_LIGHTTPD)
|
||||
RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd
|
||||
|
@ -74,7 +74,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DB
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_APACHE) && defined(WITH_WEBUI)
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
.elif defined(WITH_LIGHTTPD) && defined(WITH_WEBUI)
|
||||
RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd
|
||||
.elif defined(WITH_HIAWATHA) && defined(WITH_WEBUI)
|
||||
|
@ -73,7 +73,7 @@ RUN_DEPENDS+= cvsup:${PORTSDIR}/net/cvsup-without-gui
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_APACHE) && defined(WITH_WEBUI)
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
.elif defined(WITH_LIGHTTPD) && defined(WITH_WEBUI)
|
||||
RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd
|
||||
.elif defined(WITH_HIAWATHA) && defined(WITH_WEBUI)
|
||||
|
@ -19,16 +19,14 @@ MAKE_JOBS_SAFE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_OPENSSL= yes
|
||||
USE_OPENLDAP= yes
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${APACHE_VERSION} > 13
|
||||
PLIST_DIRSTRY= www/cgi-bin
|
||||
.endif
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
||||
|
@ -21,7 +21,7 @@ DLDIR= www/${DLURL}
|
||||
PORTDOCS= CHANGES.txt COPYING.txt UPGRADE.txt
|
||||
|
||||
USE_DOS2UNIX= yes
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
USE_PHP= mysql session ctype pcre
|
||||
NO_BUILD= yes
|
||||
|
||||
|
@ -39,12 +39,10 @@ OPTIONS= APACHE "Include ${APACHE_PORT} as a dependency" on
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_APACHE)
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
CONFIGURE_ARGS+= --with-apache=${LOCALBASE}/sbin
|
||||
.include "${PORTSDIR}/Mk/bsd.apache.mk"
|
||||
. if ${APACHE_VERSION} > 13
|
||||
PLIST_DIRSTRY+= www/cgi-bin www/data www/icons
|
||||
. endif
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
@ -14,8 +14,9 @@ MASTER_SITES= http://www.dixongroup.net/
|
||||
MAINTAINER= jhuldtgren@gmail.com
|
||||
COMMENT= Simple weblog
|
||||
|
||||
PERL_MODULES= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||
${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \
|
||||
${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \
|
||||
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
|
||||
${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
|
||||
@ -24,18 +25,10 @@ PERL_MODULES= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
||||
NO_BUILD= yes
|
||||
USE_PERL5_RUN= yes
|
||||
|
||||
USE_APACHE_RUN= 13+
|
||||
USE_APACHE_RUN= 20+
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${APACHE_VERSION} != 13
|
||||
PERL_MODULES+= ${LOCALBASE}/${APACHEMODDIR}/mod_perl.so:${PORTSDIR}/www/mod_perl2
|
||||
.else
|
||||
PERL_MODULES+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq
|
||||
.endif
|
||||
|
||||
RUN_DEPENDS= ${PERL_MODULES}
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST+= APACHEETCDIR=${APACHEETCDIR} APACHEMODDIR=${APACHEMODDIR} WWWOWN=${WWWOWN}
|
||||
|
||||
|
@ -24,7 +24,6 @@ WITHOUT_NLS= yes
|
||||
|
||||
OPTIONS= DEBUG_MODE "Enable debug output" off \
|
||||
ENABLE_OPTIMIZATION "Enable optimization" on \
|
||||
BUILD_APACHE13_MODULE "Build Apache 1.3 module" off \
|
||||
BUILD_APACHE2X_MODULE "Build Apache 2.x module" on \
|
||||
BUILD_CURL_XMLRPC_CLIENT "Build cURL-based XMLRPC client" on \
|
||||
INSTALL_EXAMPLE_MODULES "Install example modules" off \
|
||||
@ -51,14 +50,16 @@ CMAKE_ARGS+= -DENABLE_OPTIMIZATION=ON
|
||||
CMAKE_ARGS+= -DENABLE_OPTIMIZATION=OFF
|
||||
.endif
|
||||
|
||||
.if defined(WITH_BUILD_APACHE13_MODULE)
|
||||
CMAKE_ARGS+= -DBUILD_APACHE13_MODULE=ON
|
||||
USE_APACHE= 13
|
||||
PLIST_SUB+= APACHE13_MODULE=""
|
||||
.else
|
||||
# XXX apache13 was removed from portstree
|
||||
# XXX
|
||||
##.if defined(WITH_BUILD_APACHE13_MODULE)
|
||||
##CMAKE_ARGS+= -DBUILD_APACHE13_MODULE=ON
|
||||
##USE_APACHE= 13
|
||||
##PLIST_SUB+= APACHE13_MODULE=""
|
||||
##.else
|
||||
CMAKE_ARGS+= -DBUILD_APACHE13_MODULE=OFF
|
||||
PLIST_SUB+= APACHE13_MODULE="@comment "
|
||||
.endif
|
||||
##.endif
|
||||
|
||||
.if defined(WITH_BUILD_APACHE2X_MODULE)
|
||||
USE_APACHE= 20+
|
||||
|
@ -50,7 +50,7 @@ RESTRICTED= Redistribution and commercial download is restricted. Check ${DG_UR
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_APACHE)
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_TRICKLE)
|
||||
|
@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
NO_BUILD= yes
|
||||
USE_PHP= gd mysql session zlib
|
||||
WANT_PHP_WEB= yes
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
@ -100,7 +100,7 @@ CONFIGURE_ARGS+=--enable-idn
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DPSEARCH_APACHE)
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
PLIST_SUB+= APACHE=""
|
||||
CONFIGURE_ARGS+=--enable-apache-module
|
||||
.else
|
||||
|
@ -15,7 +15,7 @@ MASTER_SITES= http://www.ranner.eu/stuff/ \
|
||||
MAINTAINER= michael@ranner.eu
|
||||
COMMENT= Formular processing tool written in perl
|
||||
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
USE_PERL5_RUN= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
@ -26,9 +26,7 @@ SUB_FILES+= pkg-message
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${APACHE_VERSION} > 13
|
||||
PLIST_DIRSTRY= www/cgi-bin
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,^#!/usr/local/bin/perl,#!${PERL},g" \
|
||||
|
@ -50,19 +50,15 @@ RUN_DEPENDS+= p5-Apache-Htpasswd>=0:${PORTSDIR}/security/p5-Apache-Htpasswd \
|
||||
.endif
|
||||
|
||||
.if defined(WITH_APACHE)
|
||||
USE_APACHE?= 13+
|
||||
USE_APACHE?= 20+
|
||||
PLIST_SUB+= NOAPACHE=""
|
||||
PKGMESSAGE= pkg-message-apache
|
||||
SUB_FILES+= pkg-message-apache
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
CONFDIR= ${PREFIX}/${CONFDIR_REL}
|
||||
.if ${APACHE_VERSION} == "13"
|
||||
CONFDIR_REL= ${APACHEETCDIR}
|
||||
.else
|
||||
CONFDIR_REL= ${APACHEETCDIR}/Includes
|
||||
.endif
|
||||
CONFDIR= ${PREFIX}/${CONFDIR_REL}
|
||||
|
||||
PLIST_SUB+= CONFDIR=${CONFDIR_REL}
|
||||
.else
|
||||
|
@ -18,7 +18,7 @@ MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= A CGI script that lets you embed LaTeX math in your HTML pages
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
USE_ZIP= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
@ -30,9 +30,7 @@ CGI_BIN= ${WWWDIR}/cgi-bin
|
||||
CGI_PRG= ${PORTNAME}.cgi
|
||||
WWW_DIR= ${WWWDIR}/data
|
||||
|
||||
.if ${APACHE_VERSION} > 13
|
||||
PLIST_DIRSTRY+= www/cgi-bin www/data
|
||||
.endif
|
||||
|
||||
PLIST_SUB= CGI_BIN="${CGI_BIN:S,^${PREFIX}/,,}" \
|
||||
WWW_DIR="${WWW_DIR:S,^${PREFIX}/,,}"
|
||||
|
@ -17,7 +17,7 @@ COMMENT= Allows users to use MySQL databases for user authentication
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_MYSQL= YES
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
|
||||
SHORTMODNAME= mysql_auth
|
||||
AP_FAST_BUILD= YES
|
||||
@ -25,23 +25,13 @@ AP_GENPLIST= YES
|
||||
AP_INC= ${LOCALBASE}/include/mysql
|
||||
AP_LIB= ${LOCALBASE}/lib/mysql
|
||||
AP_EXTRAS= -lmysqlclient -lz -lm
|
||||
AP_EXTRAS+= -DAPACHE2
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${APACHE_VERSION} > 20
|
||||
AP_EXTRAS+= -DAPACHE2
|
||||
.endif
|
||||
|
||||
.if ${APACHE_VERSION} > 20
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s|APR_XtOffsetOf|APR_OFFSETOF|g" \
|
||||
-e "s|APR_XtOffset|APR_OFFSET|g" ${WRKSRC}/mod_auth_mysql.c
|
||||
.else
|
||||
pre-build:
|
||||
${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -e "s|%%APXS%%|${APXS}|g" \
|
||||
-e "s|%%AP_INC%%|${AP_INC}|g" -e "s|%%AP_LIB%%|${AP_LIB}|g" ${WRKSRC}/Makefile
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-build:
|
||||
|
@ -18,7 +18,7 @@ COMMENT= An Apache module to provide public key ticket based authentication
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --apxs=${APXS}
|
||||
|
||||
|
@ -19,7 +19,7 @@ MAKE_JOBS_SAFE= yes
|
||||
PORTDOCS= INSTALL CAVEATS README.Apache20 README
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
|
||||
|
||||
post-install:
|
||||
|
@ -21,7 +21,7 @@ MAKE_JOBS_SAFE= yes
|
||||
# Mostly because of the dependency of mod_dav.
|
||||
#APACHE_VERSION= 1.3.6
|
||||
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
USE_ICONV= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -20,7 +20,7 @@ MAKE_JOBS_SAFE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
|
||||
@ -28,9 +28,7 @@ PORTDOCS= LICENSE README test.pl
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${APACHE_VERSION} != "13"
|
||||
MODULENAME= ${PORTNAME}20
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|/bin/mail|/usr/bin/mail|g" \
|
||||
|
@ -17,7 +17,7 @@ COMMENT= A fast-cgi module for Apache
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFLICTS= apache-contrib-1.*
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
SRC_FILE= *.c
|
||||
|
@ -16,7 +16,7 @@ COMMENT= Apache module that makes Apache respect hosts.allow and hosts.deny
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
||||
|
@ -17,7 +17,7 @@ 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-0.5.1
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
|
||||
|
@ -20,7 +20,7 @@ COMMENT?= Apache JK module for connecting to Tomcat using AJP1X
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE?= 13+
|
||||
USE_APACHE?= 20+
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -26,7 +26,7 @@ APACHE2X= ""
|
||||
PLIST_SUB+= SSL=${SSL_PLIST} APACHE2X=${APACHE2X}
|
||||
|
||||
USE_MYSQL= yes
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
@ -36,11 +36,6 @@ CONFIGURE_ARGS+= --with-dbi=${LOCALBASE}
|
||||
LIB_DEPENDS+= dbi.1:${PORTSDIR}/databases/libdbi
|
||||
.endif
|
||||
|
||||
.if ${APACHE_VERSION} == 13
|
||||
WITHOUT_SSL= YES
|
||||
APACHE2X= "@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_SSL)
|
||||
CONFIGURE_ARGS+= --disable-ssl
|
||||
SSL_PLIST= "@comment "
|
||||
|
@ -18,7 +18,7 @@ COMMENT= An Apache module that embeds Ruby interpreter within
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
USE_RUBY= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
|
||||
|
@ -18,21 +18,16 @@ COMMENT= Apache module that implements the client side of the SCGI protocol
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
SCGI_DIR= apache2
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/${SCGI_DIR}
|
||||
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${APACHE_VERSION} >= 20
|
||||
SCGI_DIR= apache2
|
||||
.else
|
||||
SCGI_DIR= apache1
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
@ -17,21 +17,13 @@ COMMENT= A apache module for WebWare WebKit AppServer
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${APACHE_VERSION} >= 20
|
||||
APACHE_VER= 2
|
||||
.else
|
||||
APACHE_VER= 1
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/Webware-${PORTVERSION}/WebKit/Adapters/${PORTNAME}${APACHE_VER}
|
||||
WRKSRC= ${WRKDIR}/Webware-${PORTVERSION}/WebKit/Adapters/${PORTNAME}2
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/sbin/apxs|${APXS}|' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -26,7 +26,7 @@ CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-3.* mod_wsgi-3.*
|
||||
|
||||
PROJECTHOST= modwsgi
|
||||
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
USE_PYTHON= 2.5-2.7
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -26,7 +26,7 @@ CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.*
|
||||
|
||||
PROJECTHOST= modwsgi
|
||||
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
USE_PYTHON= 2.5+
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -29,7 +29,7 @@ SUB_FILES= pkg-message
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_APACHE)
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
.endif
|
||||
.if defined(WITH_LIGHTTPD)
|
||||
RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd
|
||||
|
@ -102,7 +102,7 @@ CONFIGURE_ARGS+= -disable-gtk2
|
||||
.endif
|
||||
|
||||
.if defined(WITH_APACHE)
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
CONFIGURE_ARGS+= -enable-apache -apxs ${APXS} -apache ${HTTPD}
|
||||
OCAML_PKGDIRS+= netcgi_apache
|
||||
.else
|
||||
|
@ -15,19 +15,13 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= A perl module to provide custom forms for reauthentication
|
||||
|
||||
USE_APACHE= 13+
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_APACHE= 20+
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
|
||||
.else
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
|
||||
p5-Apache-Test>=1.35:${PORTSDIR}/www/p5-Apache-Test
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
|
||||
.endif
|
||||
|
||||
CURUSER?= `whoami`
|
||||
CURGRP?= `groups | ${AWK} '{print $$1}'`
|
||||
TESTPORT?= 8228
|
||||
|
@ -15,31 +15,20 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl modules that implement a cookie-based authentication system
|
||||
|
||||
RUN_DEPENDS= p5-CGI.pm>=3.12:${PORTSDIR}/www/p5-CGI.pm \
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \
|
||||
p5-CGI.pm>=3.12:${PORTSDIR}/www/p5-CGI.pm \
|
||||
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
|
||||
p5-ModPerl-VersionUtil>=0:${PORTSDIR}/www/p5-ModPerl-VersionUtil \
|
||||
p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract
|
||||
|
||||
USE_APACHE= 20+
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Apache::AuthTicket.3 \
|
||||
Apache::AuthTicket::Base.3 \
|
||||
Apache2::AuthTicket.3
|
||||
|
||||
USE_APACHE= 13+
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${APACHE_VERSION} > 13
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
|
||||
.else
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
|
||||
p5-Apache-Test>=1.35:${PORTSDIR}/www/p5-Apache-Test
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
|
||||
p5-Apache-Test>=1.35:${PORTSDIR}/www/p5-Apache-Test
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,20 +15,14 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Debugging and profiling tools for mod_perl
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USE_APACHE_RUN= 13+
|
||||
USE_APACHE_RUN= 20+
|
||||
|
||||
MAN3= Apache::DB.3 Apache::DProf.3 Apache::perl5db.3 \
|
||||
Apache::SmallProf.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
|
||||
.else
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,25 +16,21 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= brix@FreeBSD.org
|
||||
COMMENT= Apache::Gallery - mod_perl handler to create an image gallery
|
||||
|
||||
LICENSE= ART10
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
|
||||
${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \
|
||||
${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info \
|
||||
${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \
|
||||
${SITE_PERL}/${PERL_ARCH}/Image/Imlib2.pm:${PORTSDIR}/graphics/p5-Image-Imlib2 \
|
||||
${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 \
|
||||
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
LICENSE= ART10
|
||||
PERL_CONFIGURE= yes
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${APACHE_VERSION} == 13
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq
|
||||
.else
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
|
||||
PLIST_DIRSTRY+= www/icons
|
||||
.endif
|
||||
|
||||
MAN3= Apache::Gallery.3
|
||||
DOC_FILES= INSTALL LICENSE README TODO UPGRADE
|
||||
@ -70,4 +66,4 @@ post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,41 +15,32 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A bundle to install all modules used for Sledge
|
||||
|
||||
BUILD_DEPENDS= ${PM_DEPENDS}
|
||||
RUN_DEPENDS= ${PM_DEPENDS}
|
||||
|
||||
USE_APACHE= 13+
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${APACHE_VERSION} == 13
|
||||
PM_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq
|
||||
PM_DEPENDS+= ${SITE_PERL}/Apache/Reload.pm:${PORTSDIR}/www/p5-Apache-Reload
|
||||
.else
|
||||
PM_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
|
||||
.endif
|
||||
PM_DEPENDS+= ${SITE_PERL}/Test/Inline.pm:${PORTSDIR}/devel/p5-Test-Inline
|
||||
PM_DEPENDS+= ${SITE_PERL}/Carp/Assert.pm:${PORTSDIR}/devel/p5-Carp-Assert
|
||||
PM_DEPENDS+= ${SITE_PERL}/Class/Fields.pm:${PORTSDIR}/devel/p5-Class-Fields
|
||||
PM_DEPENDS+= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
PM_DEPENDS+= ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable
|
||||
PM_DEPENDS+= ${SITE_PERL}/Class/Singleton.pm:${PORTSDIR}/devel/p5-Class-Singleton
|
||||
PM_DEPENDS+= ${SITE_PERL}/Class/Trigger.pm:${PORTSDIR}/devel/p5-Class-Trigger
|
||||
PM_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
|
||||
PM_DEPENDS+= ${SITE_PERL}/HTML/FillInForm.pm:${PORTSDIR}/www/p5-HTML-FillInForm
|
||||
PM_DEPENDS+= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template
|
||||
PM_DEPENDS+= ${SITE_PERL}/HTML/StickyQuery.pm:${PORTSDIR}/www/p5-HTML-StickyQuery
|
||||
PM_DEPENDS+= ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy
|
||||
PM_DEPENDS+= ${JCODE}:${PORTSDIR}/japanese/p5-Jcode
|
||||
PM_DEPENDS+= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
|
||||
PM_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
|
||||
PM_DEPENDS+= ${SITE_PERL}/Data/Properties.pm:${PORTSDIR}/devel/p5-Data-Properties
|
||||
PM_DEPENDS+= ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error
|
||||
PM_DEPENDS+= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 \
|
||||
${SITE_PERL}/Test/Inline.pm:${PORTSDIR}/devel/p5-Test-Inline \
|
||||
${SITE_PERL}/Carp/Assert.pm:${PORTSDIR}/devel/p5-Carp-Assert \
|
||||
${SITE_PERL}/Class/Fields.pm:${PORTSDIR}/devel/p5-Class-Fields \
|
||||
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
||||
${SITE_PERL}/Class/Singleton.pm:${PORTSDIR}/devel/p5-Class-Singleton \
|
||||
${SITE_PERL}/Class/Trigger.pm:${PORTSDIR}/devel/p5-Class-Trigger \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
${SITE_PERL}/HTML/FillInForm.pm:${PORTSDIR}/www/p5-HTML-FillInForm \
|
||||
${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
|
||||
${SITE_PERL}/HTML/StickyQuery.pm:${PORTSDIR}/www/p5-HTML-StickyQuery \
|
||||
${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \
|
||||
${JCODE}:${PORTSDIR}/japanese/p5-Jcode \
|
||||
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
|
||||
${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
${SITE_PERL}/Data/Properties.pm:${PORTSDIR}/devel/p5-Data-Properties \
|
||||
${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
|
||||
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_APACHE= 20+
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Bundle::Sledge.3
|
||||
|
||||
JCODE= ${SITE_PERL}/Jcode.pm
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -23,7 +23,7 @@ OPTIONS= APACHE "Enable mod_speedycgi" On
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_APACHE)
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
PLIST_SUB+= APACHE=""
|
||||
.else
|
||||
PLIST_SUB+= APACHE="@comment "
|
||||
|
@ -15,27 +15,18 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Works with HTML::Mason to do processing before Mason is invoked
|
||||
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
|
||||
${SITE_PERL}/Apache/Session/Wrapper.pm:${PORTSDIR}/www/p5-Apache-Session-Wrapper \
|
||||
${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
|
||||
${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
||||
${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util
|
||||
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USE_APACHE_RUN= 13+
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
|
||||
.else
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
.endif
|
||||
|
||||
USE_APACHE_RUN= 20+
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= MasonX::WebApp.3
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -42,34 +42,15 @@ PORTSCOUT= skipv:2.121
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
OPTIONS= MODPERL "mod_perl support" off \
|
||||
MODPERL2 "mod_perl2 support" on
|
||||
OPTIONS= MODPERL2 "mod_perl2 support" on
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_MODPERL) || defined(WITH_MODPERL2)
|
||||
USE_APACHE_RUN= 13+
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_MODPERL) && ${APACHE_VERSION} > 13
|
||||
IGNORE= mod_perl require apache13 but ${APACHE_PORT} is installed
|
||||
.elif defined(WITH_MODPERL2) && ${APACHE_VERSION} < 20
|
||||
IGNORE= mod_perl2 require at last apache20 but ${APACHE_PORT} is installed
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MODPERL) && defined(WITH_MODPERL2)
|
||||
IGNORE= only 1 mod_perl at a time
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MODPERL2)
|
||||
USE_APACHE_RUN= 20+
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
|
||||
.endif
|
||||
.if defined(WITH_MODPERL)
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq
|
||||
.endif
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
SUB_FILES+= pkg-message
|
||||
@ -132,4 +113,4 @@ post-install:
|
||||
.endif
|
||||
@ ${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -19,7 +19,7 @@ RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm\
|
||||
${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info\
|
||||
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
|
||||
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
USE_PERL5= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
|
@ -68,7 +68,7 @@ RUN_DEPENDS+= ${STANDALONE_DEPS}
|
||||
.endif
|
||||
|
||||
.if defined(WITH_APACHE) || defined(WITH_FASTCGI) || defined(WITH_MODPERL)
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
.endif
|
||||
|
||||
.if defined(WITH_FASTCGI)
|
||||
@ -87,17 +87,10 @@ WITH_APACHE= yes
|
||||
|
||||
.include "${.CURDIR}/../../Mk/bsd.apache.mk"
|
||||
|
||||
. if ${APACHE_VERSION} == 13
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \
|
||||
${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp1
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \
|
||||
${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp1
|
||||
. else
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 \
|
||||
${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp2
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 \
|
||||
${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp2
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_MYSQL)
|
||||
|
@ -48,7 +48,7 @@ USE_PHP+= ldap
|
||||
.endif
|
||||
|
||||
.if defined(WITH_APACHE)
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
.endif
|
||||
|
||||
.if defined(WITH_INSTALLGD)
|
||||
|
@ -48,7 +48,7 @@ SUB_LIST+= NEXT_ROOT=${NEXT_BASE} USER=${NEXT_USER} GROUP=${NEXT_GROUP} \
|
||||
SUB_FILES+= pkg-message pkg-install pkg-deinstall
|
||||
|
||||
.if defined(WITH_APACHE)
|
||||
USE_APACHE?= 13+
|
||||
USE_APACHE?= 20+
|
||||
BUILD_DEPENDS+= ${APACHEMODDIR}/mod_WebObjects.so:${PORTSDIR}/www/mod_webobjects
|
||||
.endif
|
||||
|
||||
|
@ -32,7 +32,7 @@ SUB_LIST+= TCL_DVER=${TCL_DVER} WS_VER=${PORTVERSION}
|
||||
SUB_LIST+= APACHEETCDIR=${APACHEETCDIR} APACHEMODDIR=${APACHEMODDIR}
|
||||
PLIST_SUB+= TCL_DVER=${TCL_DVER}
|
||||
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
CONFIGURE_ARGS+=--with-httpdinclude=`apxs -q includedir`
|
||||
|
||||
CPPFLAGS+= -I ${LOCALBASE}/include/apr-1
|
||||
|
@ -21,7 +21,7 @@ COMMENT= Webserver logfile analysis package
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 13+
|
||||
USE_APACHE= 20+
|
||||
USE_PERL5= yes
|
||||
MAKE_ENV+= PERL5=${PERL5}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user