1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Replace the dangerous .error with IGNORE.

This commit is contained in:
Mark Linimon 2006-01-27 09:38:34 +00:00
parent 61901c3d0f
commit 739e564b8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154573
7 changed files with 8 additions and 8 deletions

View File

@ -41,7 +41,7 @@ MAN5= bochsrc.5
.if defined(WITH_BOCHS_PROCESSORS)
.if ${WITH_BOCHS_PROCESSORS} < 1 || ${WITH_BOCHS_PROCESSORS} > 15
.error "WITH_BOCHS_PROCESSORS must be an integer value between 1 and 15."
IGNORE= Cannot install: WITH_BOCHS_PROCESSORS must be an integer value between 1 and 15
.endif
CONFIGURE_ARGS+= --enable-processors=${WITH_BOCHS_PROCESSORS}
WITH_BOCHS_CPU_LEVEL= 6
@ -49,7 +49,7 @@ WITH_BOCHS_CPU_LEVEL= 6
.if defined(WITH_BOCHS_CPU_LEVEL)
.if ${WITH_BOCHS_CPU_LEVEL} < 3 || ${WITH_BOCHS_CPU_LEVEL} > 6
.error "WITH_BOCHS_CPU_LEVEL must be an integer value between 3 and 6."
IGNORE= Cannot install: WITH_BOCHS_CPU_LEVEL must be an integer value between 3 and 6
.endif
CONFIGURE_ARGS+= --enable-cpu-level=${WITH_BOCHS_CPU_LEVEL}
.if ${WITH_BOCHS_CPU_LEVEL} < 5

View File

@ -23,7 +23,7 @@ INSTALLS_SHLIB= yes
MAN1= cxpm.1 sxpm.1
.ifdef USE_XPM
.error You have `USE_XPM' variable defined either in environment or in make(1) arguments. Please undefine and try again.
IGNORE= Cannot install: you have the `USE_XPM' variable defined either in environment or in make(1) arguments. Please undefine and try again
.endif
.include <bsd.port.pre.mk>

View File

@ -24,7 +24,7 @@ USE_BZIP2= yes
LATEST_LINK= gcc295
.ifdef USE_GCC
.error You have `USE_GCC' variable defined either in environment or in make(1) arguments. Please undefine and try again.
IGNORE= Cannot install: you have the `USE_GCC' variable defined either in environment or in make(1) arguments. Please undefine and try again
.endif
.include <bsd.port.pre.mk>

View File

@ -25,7 +25,7 @@ RUN_DEPENDS= ${CYRUS_IMAP_PM}:${PORTSDIR}/mail/cyrus-imapd22
.elif ${WITH_CYRUS_IMAPD_VER} == 21
RUN_DEPENDS= ${CYRUS_IMAP_PM}:${PORTSDIR}/mail/cyrus-imapd2
.else
.error WITH_CYRUS_IMAPD_VER must be 22 or 21
IGNORE= Cannot install: WITH_CYRUS_IMAPD_VER must be 22 or 21
.endif
.else
RUN_DEPENDS= ${SITE_PERL}/IMAP/Admin.pm:${PORTSDIR}/mail/p5-IMAP-Admin \

View File

@ -27,7 +27,7 @@ USE_OPENLDAP= yes
.elif ${WITH_LDAP} == ldapsdk
LIB_DEPENDS= ${LOCALBASE}/mozilla/directory/lib/libldap.so.1:${PORTSDIR}/net/ldapsdk
.else
.error WITH_LDAP must be set to one of "openldap1", "openldap2" and "ldapsdk".
IGNORE= Cannot install: WITH_LDAP must be set to one of "openldap1", "openldap2" and "ldapsdk"
.endif
USE_RUBY= yes

View File

@ -26,7 +26,7 @@ CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
USE_REINPLACE= yes
.ifdef USE_FREETYPE
.error You have `USE_FREETYPE' variable defined either in environment or in make(1) arguments. Please undefine and try again.
IGNORE= Cannot install: you have the `USE_FREETYPE' variable defined either in environment or in make(1) arguments. Please undefine and try again
.endif
post-patch:

View File

@ -21,7 +21,7 @@ MAKEFILE= ${PKGDIR}/src/Makefile
MAKE_ENV= PKGDIR="${PKGDIR}"
.ifdef USE_REINPLACE
.error You have `USE_REINPLACE' variable defined either in environment or in make(1) arguments. Please undefine and try again.
IGNORE= Cannot install: you have `USE_REINPLACE' variable defined either in environment or in make(1) arguments. Please undefine and try again
.endif
.include <bsd.port.pre.mk>