1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Convert to new USE_APACHE

- Add SHA256
This commit is contained in:
Clement Laforet 2005-12-04 20:56:16 +00:00
parent fc43dd2632
commit 8ce51beeec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150407
10 changed files with 15 additions and 26 deletions

View File

@ -15,18 +15,20 @@ MASTER_SITE_SUBDIR= contrib/modules/1.3
MAINTAINER= apache@FreeBSD.org
COMMENT= Third-party modules contributed to the Apache HTTP server project
USE_APACHE= yes
USE_APACHE= 13
.include <bsd.port.pre.mk>
.if defined(WITH_MODULES_PORTS)
PLIST_SUB+= PORTS="@comment "
MODS_DIR= ${LOCALBASE}/libexec/apache
MODS_DIR= ${LOCALBASE}/${APACHEMODDIR}
RUN_DEPENDS+= ${MODS_DIR}/mod_auth_external.so:${PORTSDIR}/www/mod_auth_external \
${MODS_DIR}/mod_bandwidth.so:${PORTSDIR}/www/mod_bandwidth \
${MODS_DIR}/mod_put.so:${PORTSDIR}/www/mod_put \
${MODS_DIR}/mod_ticket.so:${PORTSDIR}/www/mod_ticket \
${MODS_DIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \
${MODS_DIR}/mod_cvs.so:${PORTSDIR}/www/mod_cvs \
${MODS_DIR}/mod_roaming.so:${PORTSDIR}/www/mod_roaming
${MODS_DIR}/mod_roaming.so:${PORTSDIR}/www/mod_roaming \
${MODS_DIR}/mod_layout.so:${PORTSDIR}/www/mod_layout
PKGNAMESUFFIX+= -lite
.else
@ -37,21 +39,6 @@ CONFLICTS= mod_auth_external-2.* mod_bandwidth-2.* mod_put-1.* \
mod_layout-3.* mod_macro-1.*
.endif
.if exists(${APXS})
APXS_WORKS!= ${APXS} -q TARGET 2>/dev/null || echo no
.endif
.if exists(${APXS}) && ${APXS_WORKS} != no
AP_TARGET!= ${APXS} -q TARGET
AP_SYSCONF!= ${APXS} -q SYSCONFDIR
AP_INCLUDE!= ${APXS} -q INCLUDEDIR
AP_LIBEXEC!= ${APXS} -q LIBEXECDIR
.else
AP_TARGET?= httpd
AP_SYSCONF?= ${PREFIX}/etc/apache
AP_INCLUDE?= ${PREFIX}/include/apache
AP_LIBEXEC?= ${PREFIX}/libexec/apache
.endif
ALL_TARGET= APXS=${APXS} all
INSTALL_TARGET= APXS=${APXS} install
@ -60,4 +47,4 @@ pre-everything::
@${ECHO_MSG} " If you want to install their latest version from ports"
@${ECHO_MSG} " just define WITH_MODULES_PORTS."
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,2 +1,3 @@
MD5 (apache-contrib-1.0.8.tar.gz) = a289d3596091ad8f7722f62aaa2d1465
SHA256 (apache-contrib-1.0.8.tar.gz) = 9e77fa71146a0671cab7ecc148bace5215fa990b154c05ce041c2340195a29fe
SIZE (apache-contrib-1.0.8.tar.gz) = 194413

View File

@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= mod-acct
MAINTAINER= apache@FreeBSD.org
COMMENT= An Apache module that records traffic statistics into a database
USE_APACHE= YES
USE_APACHE= 13
MAKE_ARGS+= APXS="${APXS}"
.if defined(WITHOUT_PGSQL)

View File

@ -1,2 +1,3 @@
MD5 (mod_accounting-0.5.tar.gz) = fc045bbdc5ae32241765fea2967a63fb
SHA256 (mod_accounting-0.5.tar.gz) = 7aabd36a071c764fec90d76a6d9b1b7bfd8d8991e044d205e7d53d087a6361a3
SIZE (mod_accounting-0.5.tar.gz) = 9728

View File

@ -24,7 +24,7 @@ COMMENT= An Apache module for authenticating users with Kerberos v5
# (i.e., HTTP over SSL/TLS). Thus, we require as a dependency
# a version of Apache which can do this.
#
USE_APACHE= yes
USE_APACHE= 13
# Don't fsck with CFLAGS
CFLAGS:=
GNU_CONFIGURE= yes

View File

@ -1,2 +1,3 @@
MD5 (mod_auth_kerb-5.0-rc6.tar.gz) = 274edfb950af20ce6ef0ddcb7c20263a
SHA256 (mod_auth_kerb-5.0-rc6.tar.gz) = ae33ab3ae5b419819725091d154add1a1d1a5d6d97e31e9f327f71a0b6370d3e
SIZE (mod_auth_kerb-5.0-rc6.tar.gz) = 68761

View File

@ -24,7 +24,7 @@ COMMENT= An Apache module for authenticating users with Kerberos v5
# (i.e., HTTP over SSL/TLS). Thus, we require as a dependency
# a version of Apache which can do this.
#
USE_APACHE= yes
USE_APACHE= 13
# Don't fsck with CFLAGS
CFLAGS:=
GNU_CONFIGURE= yes

View File

@ -1,2 +1,3 @@
MD5 (mod_auth_kerb-5.0-rc6.tar.gz) = 274edfb950af20ce6ef0ddcb7c20263a
SHA256 (mod_auth_kerb-5.0-rc6.tar.gz) = ae33ab3ae5b419819725091d154add1a1d1a5d6d97e31e9f327f71a0b6370d3e
SIZE (mod_auth_kerb-5.0-rc6.tar.gz) = 68761

View File

@ -15,15 +15,12 @@ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION}
MAINTAINER= apache@FreeBSD.org
COMMENT= Allows users to use PAM modules for user authentication
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20
RUN_DEPENDS= ${BUILD_DEPENDS}
LATEST_LINK= mod_auth_pam2
USE_APACHE= 20+
USE_GMAKE= YES
MAKE_ENV+= APXS=${APXS}
WRKSRC= ${WRKDIR}/${PORTNAME}
APXS?= ${LOCALBASE}/sbin/apxs
post-install:
${MKDIR} ${EXAMPLESDIR}

View File

@ -1,2 +1,3 @@
MD5 (mod_auth_pam-2.0-1.1.1.tar.gz) = ab873520ddd2fee7d480dfd53e464e0a
SHA256 (mod_auth_pam-2.0-1.1.1.tar.gz) = 21c55e3a3539e05782654d4dc6f12345b0a4eac29425c20c41f540260866977b
SIZE (mod_auth_pam-2.0-1.1.1.tar.gz) = 11456