summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-12-07 02:38:52 +0000
committerschmonz <schmonz@pkgsrc.org>2002-12-07 02:38:52 +0000
commit0a1bd5acad4638865116c0da61447ceb86ee6ef4 (patch)
tree1de4a04cf479873e6e59c8e7b26df68132cd5628 /security
parenta2849a9dcac8e838b0156047f813c71851ab8a56 (diff)
downloadpkgsrc-0a1bd5acad4638865116c0da61447ceb86ee6ef4.tar.gz
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'security')
-rw-r--r--security/isakmpd/Makefile4
-rw-r--r--security/openssh/Makefile.intree6
-rw-r--r--security/openssl/Makefile4
-rw-r--r--security/racoon/Makefile4
4 files changed, 9 insertions, 9 deletions
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