mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add CONFLICTS with apache-contrib-1.*
Approved by: erwin (mentor)
This commit is contained in:
parent
efc38ce350
commit
ddd1452c7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96152
8 changed files with 16 additions and 0 deletions
|
@ -18,6 +18,8 @@ USE_APACHE= yes
|
||||||
DOCDIR= ${PREFIX}/share/doc/${PORTNAME}
|
DOCDIR= ${PREFIX}/share/doc/${PORTNAME}
|
||||||
DOCS= AUTHENTICATORS CHANGES INSTALL README TODO
|
DOCS= AUTHENTICATORS CHANGES INSTALL README TODO
|
||||||
|
|
||||||
|
CONFLICTS= apache-contrib-1.*
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
@cd ${WRKSRC} && ${APXS} -c mod_auth_external.c
|
@cd ${WRKSRC} && ${APXS} -c mod_auth_external.c
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,8 @@ COMMENT= Bandwidth management module for the Apache webserver
|
||||||
USE_APACHE= YES
|
USE_APACHE= YES
|
||||||
USE_PERL5= YES
|
USE_PERL5= YES
|
||||||
|
|
||||||
|
CONFLICTS= apache-contrib-1.*
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
@(cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c)
|
@(cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c)
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= petef
|
||||||
MAINTAINER= petef@FreeBSD.org
|
MAINTAINER= petef@FreeBSD.org
|
||||||
COMMENT= A module that makes Apache CVS aware
|
COMMENT= A module that makes Apache CVS aware
|
||||||
|
|
||||||
|
CONFLICTS= apache-contrib-1.*
|
||||||
|
|
||||||
USE_APACHE= yes
|
USE_APACHE= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
MAKE_ARGS+= APXS="${APXS}"
|
MAKE_ARGS+= APXS="${APXS}"
|
||||||
|
|
|
@ -16,6 +16,8 @@ COMMENT= A fast-cgi module for Apache
|
||||||
|
|
||||||
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
|
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
|
||||||
|
|
||||||
|
CONFLICTS= apache-contrib-1.*
|
||||||
|
|
||||||
.if defined(WITH_APACHE2)
|
.if defined(WITH_APACHE2)
|
||||||
MAKEFILE= Makefile.AP2
|
MAKEFILE= Makefile.AP2
|
||||||
USE_REINPLACE= YES
|
USE_REINPLACE= YES
|
||||||
|
|
|
@ -16,6 +16,8 @@ COMMENT= Apache module to wrap served pages with a header and/or footer
|
||||||
USE_APACHE= yes
|
USE_APACHE= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
|
|
||||||
|
CONFLICTS= mod_layout-4.* apache-contrib-1.*
|
||||||
|
|
||||||
CFLAGS+= -fPIC
|
CFLAGS+= -fPIC
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -17,6 +17,8 @@ COMMENT= An Apache module that provides PUT and DELETE methods
|
||||||
USE_APACHE= yes
|
USE_APACHE= yes
|
||||||
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
CONFLICTS= apache-contrib-1.*
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
cd ${WRKSRC} && ${LOCALBASE}/sbin/apxs -c ${PORTNAME}.c
|
cd ${WRKSRC} && ${LOCALBASE}/sbin/apxs -c ${PORTNAME}.c
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,8 @@ COMMENT= An Apache module that works as a Netscape Roaming Access server
|
||||||
USE_APACHE= yes
|
USE_APACHE= yes
|
||||||
DOCS= CHANGES INSTALL LICENSE README
|
DOCS= CHANGES INSTALL LICENSE README
|
||||||
|
|
||||||
|
CONFLICTS= apache-contrib-1.*
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
@cd ${WRKSRC} && \
|
@cd ${WRKSRC} && \
|
||||||
${APXS} -c mod_roaming.c
|
${APXS} -c mod_roaming.c
|
||||||
|
|
|
@ -18,6 +18,8 @@ COMMENT= Apache module for a digitally signed ticket in URL
|
||||||
|
|
||||||
USE_APACHE= yes
|
USE_APACHE= yes
|
||||||
|
|
||||||
|
CONFLICTS= apache-contrib-1.*
|
||||||
|
|
||||||
do-extract:
|
do-extract:
|
||||||
${MKDIR} ${WRKSRC}
|
${MKDIR} ${WRKSRC}
|
||||||
${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
|
${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
|
||||||
|
|
Loading…
Add table
Reference in a new issue