summaryrefslogtreecommitdiff
path: root/security/racoon
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-25 21:48:57 +0000
committerjlam <jlam>2002-08-25 21:48:57 +0000
commitbae2639e49cd3cf3ee78c2ed8e82c3a277c91404 (patch)
treec8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /security/racoon
parentcd541833a6d47d522a3c2b271309abd492b2464c (diff)
downloadpkgsrc-bae2639e49cd3cf3ee78c2ed8e82c3a277c91404.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'security/racoon')
-rw-r--r--security/racoon/Makefile8
-rw-r--r--security/racoon/distinfo2
-rw-r--r--security/racoon/patches/patch-ag2
3 files changed, 6 insertions, 6 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile
index 42d0facce74..ee22f5946ab 100644
--- a/security/racoon/Makefile
+++ b/security/racoon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2002/06/28 09:05:18 seb Exp $
+# $NetBSD: Makefile,v 1.53 2002/08/25 21:50:42 jlam Exp $
#
DISTNAME= racoon-20020507a
@@ -13,13 +13,13 @@ 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"
+IGNORE+= "${PKGNAME} requires ipsec-ready NetBSD"
.endif
BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
-USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK2= yes
CONFLICTS+= racoon-[0-9]*
@@ -53,5 +53,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/samples/racoon.conf.sample \
${PREFIX}/share/examples/racoon
-.include "../../security/openssl/buildlink.mk"
+.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/racoon/distinfo b/security/racoon/distinfo
index c0b386e734b..7881f084082 100644
--- a/security/racoon/distinfo
+++ b/security/racoon/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.16 2002/05/20 13:25:16 itojun Exp $
+$NetBSD: distinfo,v 1.17 2002/08/25 21:50:42 jlam Exp $
SHA1 (racoon-20020507a.tar.gz) = 9ecf5fa5660362a967bf6e48499e834eab3a7181
Size (racoon-20020507a.tar.gz) = 620752 bytes
diff --git a/security/racoon/patches/patch-ag b/security/racoon/patches/patch-ag
index 5f3afdc79ba..f3c44a89ea3 100644
--- a/security/racoon/patches/patch-ag
+++ b/security/racoon/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.5 2002/05/20 13:25:17 itojun Exp $
+$NetBSD: patch-ag,v 1.6 2002/08/25 21:50:43 jlam Exp $
--- algorithm.c.orig Thu Apr 25 18:48:32 2002
+++ algorithm.c Mon May 20 22:11:56 2002