From 64a1876fc6a5c3e665d29ad32d174a399d0b451e 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. --- security/isakmpd/Makefile | 4 ++-- security/openssh/Makefile.intree | 6 +++--- security/openssl/Makefile | 4 ++-- security/racoon/Makefile | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'security') diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 53641b10190..096376f3be6 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2002/11/18 12:07:41 martti Exp $ +# $NetBSD: Makefile,v 1.24 2002/12/07 02:39:03 schmonz Exp $ # DISTNAME= isakmpd-20021118 @@ -10,7 +10,7 @@ COMMENT= OpenBSD IKE daemon # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) -IGNORE+= "${PKGNAME} requires ipsec-ready NetBSD" +PKG_FAIL_REASON+= "${PKGNAME} requires ipsec-ready ${OPSYS}" .endif ALL_TARGET= depend all diff --git a/security/openssh/Makefile.intree b/security/openssh/Makefile.intree index e22a53785c7..baa58d07bf1 100644 --- a/security/openssh/Makefile.intree +++ b/security/openssh/Makefile.intree @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.intree,v 1.6 2002/08/28 04:02:50 jlam Exp $ +# $NetBSD: Makefile.intree,v 1.7 2002/12/07 02:39:03 schmonz Exp $ .include "../../mk/bsd.prefs.mk" @@ -26,7 +26,7 @@ PKG_SYSCONFSUBDIR:= ssh .include "../../security/openssl/buildlink2.mk" .if ${_NEED_OPENSSL} == "YES" _UPDATE_INTREE_OPENSSH= NO -IGNORE= "OpenSSL>=0.9.6f in the base distribution is required." +PKG_FAIL_REASON= "OpenSSL>=0.9.6f in the base distribution is required." .endif .if ${_UPDATE_INTREE_OPENSSH} == "YES" @@ -39,7 +39,7 @@ PKG_SYSCONFBASE:= /etc MANDIR:= share/man RCD_SCRIPTS_EGDIR:= share/examples/openssh .else -IGNORE?= "Unable to update in-tree OpenSSH for ${OPSYS}-${OS_VERSION}." +PKG_FAIL_REASON?= "Unable to update in-tree OpenSSH for ${OPSYS}-${OS_VERSION}." .endif real-tarball: diff --git a/security/openssl/Makefile b/security/openssl/Makefile index d0efd1e5155..7c65b4073d8 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2002/11/30 05:13:23 uebayasi Exp $ +# $NetBSD: Makefile,v 1.63 2002/12/07 02:39:03 schmonz Exp $ DISTNAME= openssl-0.9.6g SVR4_PKGNAME= ossl @@ -54,7 +54,7 @@ PATCHFILES= openssl-0.9.6g-20020810-netbsd.patch.gz PKG_SYSCONFDIR.${PKGBASE}?= /etc/openssl . if !exists(/usr/libexec/ld.elf_so) && !exists(/usr/libexec/ld.so) -IGNORE= ${PKGNAME} requires shared object support +PKG_FAIL_REASON= ${PKGNAME} requires shared object support . endif # This hack goes away, once we formally de-support NetBSD-1.4.x. diff --git a/security/racoon/Makefile b/security/racoon/Makefile index f36e7106d7f..e4ece291a12 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2002/11/20 03:33:49 itojun Exp $ +# $NetBSD: Makefile,v 1.56 2002/12/07 02:39:04 schmonz Exp $ # DISTNAME= racoon-20021120a @@ -13,7 +13,7 @@ CRYPTO= yes # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) -IGNORE+= "${PKGNAME} requires ipsec-ready NetBSD" +PKG_FAIL_REASON+= "${PKGNAME} requires ipsec-ready ${OPSYS}" .endif BUILD_DEFS+= USE_INET6 -- cgit v1.2.3