diff options
author | hubertf <hubertf> | 2000-08-21 21:01:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-21 21:01:29 +0000 |
commit | 3ccf9a645e688abfaf38a08f2594ca31f2394159 (patch) | |
tree | b8540c2f811aaa6873f63ebe685a84e3151c8018 /security | |
parent | c018bc21e15534787e9c1b20397c52d2eb358a77 (diff) | |
download | pkgsrc-3ccf9a645e688abfaf38a08f2594ca31f2394159.tar.gz |
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
Diffstat (limited to 'security')
-rw-r--r-- | security/isakmpd/Makefile | 4 | ||||
-rw-r--r-- | security/openssl/Makefile | 4 | ||||
-rw-r--r-- | security/py-crypto/Makefile | 4 | ||||
-rw-r--r-- | security/racoon/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 762382cdd9d..a50d0204ed1 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/08/18 22:46:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/21 21:01:33 hubertf Exp $ # BROKEN= "broken by PF_KEY API change" @@ -18,7 +18,7 @@ RESTRICTED= "Crypto; export-controlled" # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) -IGNORE+= "requires ipsec-ready NetBSD" +IGNORE+= "${PKGNAME} requires ipsec-ready NetBSD" .endif # if PATENTEDOPENSSLSRC is defined, then we assume that diff --git a/security/openssl/Makefile b/security/openssl/Makefile index a0bad47de76..71989b60b34 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/08/18 22:46:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.18 2000/08/21 21:01:33 hubertf Exp $ # DISTNAME= openssl-0.9.5a @@ -37,7 +37,7 @@ MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC} MAKELIB=${FILESDIR}/makelib PLIST_SRC= ${WRKDIR}/.PLIST_SRC .if ${OPSYS} == "NetBSD" && !exists(/usr/libexec/ld.elf_so) && !exists(/usr/libexec/ld.so) -IGNORE= requires shared object support +IGNORE= ${PKGNAME} requires shared object support .endif .if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile index b2c9d2923a2..44ce95cf57c 100644 --- a/security/py-crypto/Makefile +++ b/security/py-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/08/18 22:46:49 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2000/08/21 21:01:33 hubertf Exp $ DISTNAME= pycrypt100 PKGNAME= py-crypto-1.0.0 @@ -20,7 +20,7 @@ MAKE_FLAGS= 'OPT=${CFLAGS}' INFO_FILES= pct.info .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "vax" -IGNORE="Needs dynamic loading" +IGNORE="${PKGNAME} needs dynamic loading" .endif post-extract: diff --git a/security/racoon/Makefile b/security/racoon/Makefile index ad52da3e2f1..ff651306489 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/07/30 16:56:36 itojun Exp $ +# $NetBSD: Makefile,v 1.17 2000/08/21 21:01:33 hubertf Exp $ # DISTNAME= racoon-20000731a @@ -12,7 +12,7 @@ RESTRICTED= "Crypto, export-controlled" # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) -IGNORE+= "requires ipsec-ready NetBSD" +IGNORE+= "${PKGNAME} requires ipsec-ready NetBSD" .endif .include "../../mk/bsd.prefs.mk" |