From dbb71432c1380918f61104a2e5d18effa27af2ab Mon Sep 17 00:00:00 2001 From: schmonz Date: Sat, 7 Dec 2002 02:38:52 +0000 Subject: Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. --- net/arla/Makefile | 4 ++-- net/bind4/Makefile | 4 ++-- net/citrix_ica/Makefile | 4 ++-- net/hesiod/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'net') diff --git a/net/arla/Makefile b/net/arla/Makefile index 5bbb330f839..b6c9c53de09 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2002/11/15 00:06:20 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2002/12/07 02:38:59 schmonz Exp $ DISTNAME= arla-0.35.9 PKGREVISION= 2 @@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --with-roken-include=${BUILDLINK_PREFIX.kth-krb4}/include/kerbe . if exists(${BSDSRCDIR}/sys/lib/libkern/libkern.h) CONFIGURE_ARGS+= --with-sys=${BSDSRCDIR}/sys . else -IGNORE= "${PKGNAME} requires kernel sources available under \$$BSDSRCDIR/sys (or /sys)" +PKG_FAIL_REASON= "${PKGNAME} requires kernel sources available under \$$BSDSRCDIR/sys (or /sys)" . endif .endif diff --git a/net/bind4/Makefile b/net/bind4/Makefile index deb2f77d520..bb1941e28b3 100644 --- a/net/bind4/Makefile +++ b/net/bind4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/11/17 16:03:12 itojun Exp $ +# $NetBSD: Makefile,v 1.12 2002/12/07 02:39:00 schmonz Exp $ # DISTNAME= bind-4.9.11-REL @@ -13,7 +13,7 @@ COMMENT= The BIND name server, version 4, as an alternative to BIND 8 WRKSRC= ${WRKDIR} .if !exists(/usr/sbin/named-bootconf) -IGNORE= "${PKGNAME} is intended for NetBSD 1.4 or higher" +PKG_FAIL_REASON= "${PKGNAME} is intended for NetBSD 1.4 or higher" .endif post-extract: diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 320bb9cd9f2..a041c13baf6 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/11/26 21:43:49 cjep Exp $ +# $NetBSD: Makefile,v 1.13 2002/12/07 02:39:00 schmonz Exp $ # # A default so lintpkgsrc is happy @@ -46,7 +46,7 @@ BINDIR= ${PREFIX}/bin .if (${MACHINE_ARCH} == "sparc") .if !exists(/emul/svr4/usr/lib/ld.so) -IGNORE= "${PKGNAME} requires SVR4 compability - see compat_svr4(8)" +PKG_FAIL_REASON= "${PKGNAME} requires SVR4 compability - see compat_svr4(8)" .endif .endif diff --git a/net/hesiod/Makefile b/net/hesiod/Makefile index 59714840e8a..f9f9d0d422a 100644 --- a/net/hesiod/Makefile +++ b/net/hesiod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/11/21 10:59:20 grant Exp $ +# $NetBSD: Makefile,v 1.5 2002/12/07 02:39:00 schmonz Exp $ DISTNAME= hesiod-3.0.2 CATEGORIES= net @@ -10,7 +10,7 @@ COMMENT= Hesiod network database client and library .include "../../mk/bsd.prefs.mk" .if exists(/usr/include/hesiod.h) && !defined(USE_HESIOD) -IGNORE= "${PKGNAME} is part of your ${OPSYS} distribution" +PKG_SKIP_REASON= "${PKGNAME} is part of your ${OPSYS} distribution" .endif USE_BUILDLINK2= YES -- cgit v1.2.3