1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- s/BROKEN/IGNORE/

This commit is contained in:
Clement Laforet 2004-05-29 22:07:37 +00:00
parent f042b70768
commit e4bf8af6bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110323
4 changed files with 14 additions and 14 deletions

View File

@ -106,7 +106,7 @@ CONFIGURE_ARGS+= --with-ldap \
# Untested and may fail !
.if defined(WITH_APR_FROM_PORTS)
. if defined (WITH_BDB) || defined(WITH_BERKELEYDB)
BROKEN= "You can't set WITH_BDB or WITH_BERKELEYDB when WITH_APR_FROM_PORTS is defined"
IGNORE= "You can't set WITH_BDB or WITH_BERKELEYDB when WITH_APR_FROM_PORTS is defined"
. endif
LIB_DEPENDS+= apr-0.9:${PORTSDIR}/devel/apr
CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-config \
@ -115,7 +115,7 @@ CONFIGURE_ENV+= LTFLAGS="--tag=CXX"
PLIST_SUB+= PORTS_APR="@comment "
.else
. if exists(${LOCALBASE}/lib/libapr-0.so)
BROKEN= "apr is installed and may conflict with apache one\
IGNORE= "apr is installed and may conflict with apache one\
(if you want to use apr port define WITH_APR_FROM_PORTS,\
at your own risk)"
. endif

View File

@ -13,7 +13,7 @@
#
.if defined(SLAVE_DESIGNED_FOR) && ${PORTVERSION} != ${SLAVE_DESIGNED_FOR}
BROKEN= "Sorry, ${SLAVENAME} and ${PORTNAME} versions are out of sync"
IGNORE= "Sorry, ${SLAVENAME} and ${PORTNAME} versions are out of sync"
.endif
# MPM section:
@ -30,7 +30,7 @@ PLIST_SUB+= PREFORK="@comment " WORKER=""
. elif ${WITH_MPM:L} == "perchild"
PLIST_SUB+= PREFORK="@comment " WORKER="@comment "
. else
BROKEN= "Unknown MPM: ${WITH_MPM}"
IGNORE= "Unknown MPM: ${WITH_MPM}"
. endif
. else
PLIST_SUB+= PREFORK="@comment " WORKER="@comment "
@ -79,10 +79,10 @@ LIB_DEPENDS+= db-4.2:${PORTSDIR}/databases/db42
CONFIGURE_ARGS+= --with-dbm=db42 \
--with-berkeley-db=${LOCALBASE}/include:${LOCALBASE}/lib/db42
. else
BROKEN= "Unknown Berkeley DB version"
IGNORE= "Unknown Berkeley DB version"
. endif
. else
BROKEN= "Unknown DBM"
IGNORE= "Unknown DBM"
. endif
.else
CONFIGURE_ARGS+= --with-dbm=sdbm
@ -126,7 +126,7 @@ ${module}_PLIST_SUB= "@comment "
# Configure
.if defined(WITH_MODULES) && ( defined(WITHOUT_MODULES) || defined(WITH_EXTRA_MODULES))
BROKEN= "WITH_MODULES and WITHOUT_MODULES are mutually exclusive"
IGNORE= "WITH_MODULES and WITHOUT_MODULES are mutually exclusive"
.endif
.if defined(WITHOUT_AUTH) || defined(WITH_CUSTOM_AUTH) || \

View File

@ -106,7 +106,7 @@ CONFIGURE_ARGS+= --with-ldap \
# Untested and may fail !
.if defined(WITH_APR_FROM_PORTS)
. if defined (WITH_BDB) || defined(WITH_BERKELEYDB)
BROKEN= "You can't set WITH_BDB or WITH_BERKELEYDB when WITH_APR_FROM_PORTS is defined"
IGNORE= "You can't set WITH_BDB or WITH_BERKELEYDB when WITH_APR_FROM_PORTS is defined"
. endif
LIB_DEPENDS+= apr-0.9:${PORTSDIR}/devel/apr
CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-config \
@ -115,7 +115,7 @@ CONFIGURE_ENV+= LTFLAGS="--tag=CXX"
PLIST_SUB+= PORTS_APR="@comment "
.else
. if exists(${LOCALBASE}/lib/libapr-0.so)
BROKEN= "apr is installed and may conflict with apache one\
IGNORE= "apr is installed and may conflict with apache one\
(if you want to use apr port define WITH_APR_FROM_PORTS,\
at your own risk)"
. endif

View File

@ -13,7 +13,7 @@
#
.if defined(SLAVE_DESIGNED_FOR) && ${PORTVERSION} != ${SLAVE_DESIGNED_FOR}
BROKEN= "Sorry, ${SLAVENAME} and ${PORTNAME} versions are out of sync"
IGNORE= "Sorry, ${SLAVENAME} and ${PORTNAME} versions are out of sync"
.endif
# MPM section:
@ -30,7 +30,7 @@ PLIST_SUB+= PREFORK="@comment " WORKER=""
. elif ${WITH_MPM:L} == "perchild"
PLIST_SUB+= PREFORK="@comment " WORKER="@comment "
. else
BROKEN= "Unknown MPM: ${WITH_MPM}"
IGNORE= "Unknown MPM: ${WITH_MPM}"
. endif
. else
PLIST_SUB+= PREFORK="@comment " WORKER="@comment "
@ -79,10 +79,10 @@ LIB_DEPENDS+= db-4.2:${PORTSDIR}/databases/db42
CONFIGURE_ARGS+= --with-dbm=db42 \
--with-berkeley-db=${LOCALBASE}/include:${LOCALBASE}/lib/db42
. else
BROKEN= "Unknown Berkeley DB version"
IGNORE= "Unknown Berkeley DB version"
. endif
. else
BROKEN= "Unknown DBM"
IGNORE= "Unknown DBM"
. endif
.else
CONFIGURE_ARGS+= --with-dbm=sdbm
@ -126,7 +126,7 @@ ${module}_PLIST_SUB= "@comment "
# Configure
.if defined(WITH_MODULES) && ( defined(WITHOUT_MODULES) || defined(WITH_EXTRA_MODULES))
BROKEN= "WITH_MODULES and WITHOUT_MODULES are mutually exclusive"
IGNORE= "WITH_MODULES and WITHOUT_MODULES are mutually exclusive"
.endif
.if defined(WITHOUT_AUTH) || defined(WITH_CUSTOM_AUTH) || \