- Fix a condition in bsd.apache.mk

- all apache 1.3 only modules maintained by apache@ are now bsd.apache.mk
  compliant
This commit is contained in:
Clement Laforet 2005-12-04 14:08:56 +00:00
parent c7c04ab3a3
commit 146dcd05a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150376
17 changed files with 27 additions and 39 deletions

View file

@ -294,7 +294,7 @@ AP_BUILDEXT= la
PLIST_SUB+= APACHEMODDIR="libexec/apache2" \
APACHEINCLUDEDIR="include/apache2"
APACHE_PORT= www/apache${APACHE_VERSION}
.elif ${APACHE_VERSION} >= "21"
.elif ${APACHE_VERSION} >= 21
AP_BUILDEXT= la
PLIST_SUB+= APACHEMODDIR="libexec/apache${APACHE_VERSION}" \
APACHEINCLUDEDIR="include/apache${APACHE_VERSION}"

View file

@ -14,10 +14,8 @@ MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module to supply access control based on ident reply
WRKSRC= ${WRKDIR}/${PORTNAME}
WANT_APACHE= 13
USE_APACHE= 13
AP_FAST_BUILD= YES
AP_GENPLIST= YES
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1,2 +1,3 @@
MD5 (mod_access_identd-1.2.0.tar.gz) = 67a5a1b9d5862eeaf2ba812f6dca98d9
SHA256 (mod_access_identd-1.2.0.tar.gz) = b9d0471c71e846659b46f9d7d8d1d3273bb3373ca936bc38d08e89c849afa72a
SIZE (mod_access_identd-1.2.0.tar.gz) = 10500

View file

@ -21,14 +21,11 @@ PATCH_DIST_STRIP= -l
MAINTAINER= apache@FreeBSD.org
COMMENT= Provides access control based on Referer HTTP header for Apache
WANT_APACHE= 13
USE_APACHE= 13
AP_FAST_BUILD= YES
AP_GENPLIST= YES
PORTDOCS= HACKING LICENSE.txt ChangeLog README TODO mod_access_referer.html
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@ -38,4 +35,4 @@ post-install:
.endif
${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1,4 +1,6 @@
MD5 (apache/mod_access_referer-1.0.2.tar.gz) = f1726cfe5965eda1bdca90b8db475377
SHA256 (apache/mod_access_referer-1.0.2.tar.gz) = 83876c4fc182052672dad9ae3c38f6be2bdcaab5d56bb56570a5f94645b86be4
SIZE (apache/mod_access_referer-1.0.2.tar.gz) = 9745
MD5 (apache/mod_access_referer_1.0.2_third_part_patch.txt) = 4a1e4c0c9f39bf522f36b60178256072
SHA256 (apache/mod_access_referer_1.0.2_third_part_patch.txt) = bb6bf88fec976c5dd86f588a7d9a92d4ed2a67ff6ca4670979d10e18d118d6ae
SIZE (apache/mod_access_referer_1.0.2_third_part_patch.txt) = 1122

View file

@ -15,7 +15,7 @@ MAINTAINER= apache@FreeBSD.org
COMMENT= Supply access control based cookies stored in a MySQL database
USE_MYSQL= YES
WANT_APACHE= 13
USE_APACHE= 13
AP_FAST_BUILD= YES
AP_GENPLIST= YES
AP_INC+= ${LOCALBASE}/include/mysql
@ -23,8 +23,6 @@ AP_LIB+= ${LOCALBASE}/lib/mysql -lmysqlclient
PORTDOCS= README
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@ -32,4 +30,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1,2 +1,3 @@
MD5 (mod_accessCookie-0.4.tgz) = 638d06ed61a7bda08a69c5c86343302e
SHA256 (mod_accessCookie-0.4.tgz) = 019588b46f4918884b34fe1e44ec6fb876be22517787ce15d52e7984ce1cb8e1
SIZE (mod_accessCookie-0.4.tgz) = 7638

View file

@ -16,17 +16,16 @@ MAINTAINER= apache@FreeBSD.org
COMMENT= Allows authentication against a MySQL database via a secure cookie
USE_MYSQL= YES
# If someone can test it with MySQL 4.1 ;-)
BROKEN_WITH_MYSQL= 41
WANT_APACHE= 13
USE_APACHE= 13
AP_FAST_BUILD= YES
AP_INC?= ${LOCALBASE}/include/mysql
AP_LIB?= ${LOCALBASE}/lib/mysql -lmysqlclient -lz
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
@(cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.so)
.if !defined(NOPORTDOCS)
@ -37,4 +36,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/putcookie.cgi ${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1,2 +1,3 @@
MD5 (apache/mod_auth_cookie_mysql-1.0.tar.gz) = 84ab8b4a0e19bfc3af808b11a399b050
SHA256 (apache/mod_auth_cookie_mysql-1.0.tar.gz) = 716e19d801f6872b5f58010e4b17550302f2382f0c876ab69473ef7de7a9d9e1
SIZE (apache/mod_auth_cookie_mysql-1.0.tar.gz) = 14688

View file

@ -14,19 +14,16 @@ DIST_SUBDIR= apache
MAINTAINER= apache@FreeBSD.org
COMMENT= An Apache module to provide authentication via an IMAP mail server
WANT_APACHE= 13
USE_APACHE= 13
AP_FAST_BUILD= YES
AP_GENPLIST= YES
PORTDOCS= htaccess-example httpd.conf-append-example
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1,2 +1,3 @@
MD5 (apache/mod_auth_imap-1.1.tar.gz) = 43adcd9d754786306107b4425116663e
SHA256 (apache/mod_auth_imap-1.1.tar.gz) = acccf10c4b5ff4aeac24351a9231e6e13f73436bcc6f77f4433c977d20062522
SIZE (apache/mod_auth_imap-1.1.tar.gz) = 12532

View file

@ -14,13 +14,12 @@ MASTER_SITES= http://download.tangent.org/ \
MAINTAINER= apache@FreeBSD.org
COMMENT= Allows you to forbid clients based on their User-Agent
WANT_APACHE= 13
USE_APACHE= 13
AP_FAST_BUILD= yes
AP_GENPLIST= yes
PORTDOCS= README faq.html
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
@ -28,4 +27,4 @@ PORTDOCS= README faq.html
.endfor
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1,2 +1,3 @@
MD5 (mod_auth_useragent-1.0.tar.gz) = 1eec76c001085d1d1c21aae72ce40034
SHA256 (mod_auth_useragent-1.0.tar.gz) = a023e0d1949a1e1cc1e98be49a53c343ccf9ec75c0b8854587af9da63be218c7
SIZE (mod_auth_useragent-1.0.tar.gz) = 5243

View file

@ -15,17 +15,14 @@ DIST_SUBDIR= apache
MAINTAINER= apache@FreeBSD.org
COMMENT= A per-server bandwidth limiter module for Apache 1.3
WANT_APACHE= 13
USE_APACHE= 13
AP_FAST_BUILD= YES
AP_GENPLIST= YES
PORTDOCS= README
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
MD5 (apache/mod-curb-1.1.tar.gz) = 89db4cebe55f7301fc8404e409203315
SIZE (apache/mod-curb-1.1.tar.gz) = 5104

View file

@ -14,18 +14,15 @@ MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module for use macros in config files
WANT_APACHE= 13
USE_APACHE= 13
AP_FAST_BUILD= YES
AP_GENPLIST= YES
PORTDOCS= ${PORTNAME}.html
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1,2 +1,3 @@
MD5 (mod_macro-1.1.2.tar.gz) = d9761cbaa5e14c064bed29cd0dab918a
SHA256 (mod_macro-1.1.2.tar.gz) = 437f433eaf95a4ef7211df03deb61bbaaa689949ea773b15ad8085845581474e
SIZE (mod_macro-1.1.2.tar.gz) = 13349