summaryrefslogtreecommitdiff
path: root/security/gss
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-10 00:14:41 +0000
committerjlam <jlam>2004-02-10 00:14:41 +0000
commit99e577ebd05e2fe6b154753e8309c70e35ba1ca5 (patch)
tree1aa5c9ec64658bad27de3e8c48307de33f08dbe7 /security/gss
parent764e1785418df9e55b6a02bbbbd671c6be5db6d4 (diff)
downloadpkgsrc-99e577ebd05e2fe6b154753e8309c70e35ba1ca5.tar.gz
bl3ify and bump the PKGREVISION after removing <gss/krb5.h> (which isn't
installed) from the gss.h header.
Diffstat (limited to 'security/gss')
-rw-r--r--security/gss/Makefile8
-rw-r--r--security/gss/buildlink3.mk16
-rw-r--r--security/gss/distinfo3
-rw-r--r--security/gss/patches/patch-aa12
4 files changed, 34 insertions, 5 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile
index abbeeb96d92..332d932952f 100644
--- a/security/gss/Makefile
+++ b/security/gss/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 19:22:23 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/02/10 00:14:41 jlam Exp $
#
DISTNAME= gss-0.0.6
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://josefsson.org/gss/releases/ \
${MASTER_SITE_GNU:=gss/}
@@ -11,14 +12,13 @@ HOMEPAGE= http://www.gnu.org/software/gss/
COMMENT= GNU Generic Security Service Library
GNU_CONFIGURE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE+= ${WRKSRC}/gss.pc.in
INFO_FILES= gss.info
-.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/gss/buildlink3.mk b/security/gss/buildlink3.mk
new file mode 100644
index 00000000000..d1afcd7b8a4
--- /dev/null
+++ b/security/gss/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/10 00:14:41 jlam Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+GSS_BUILDLINK3_MK:= ${GSS_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= gss
+.endif
+
+.if !empty(GSS_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= gss
+BUILDLINK_DEPENDS.gss+= gss>=0.0.6
+BUILDLINK_PKGSRCDIR.gss?= ../../security/gss
+.endif # GSS_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/security/gss/distinfo b/security/gss/distinfo
index e61a20beb2e..556ad0f18ac 100644
--- a/security/gss/distinfo
+++ b/security/gss/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/12/03 19:22:23 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/02/10 00:14:41 jlam Exp $
SHA1 (gss-0.0.6.tar.gz) = ca34b8ef66b6973c8715d0d2dc023cb7b07a0333
Size (gss-0.0.6.tar.gz) = 946704 bytes
+SHA1 (patch-aa) = dd567b34ee8b96d2d984c57cae49c08d6867b72d
diff --git a/security/gss/patches/patch-aa b/security/gss/patches/patch-aa
new file mode 100644
index 00000000000..6db3d3c32c7
--- /dev/null
+++ b/security/gss/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2004/02/10 00:14:41 jlam Exp $
+
+--- lib/gss.h.in.orig Tue Aug 12 15:16:49 2003
++++ lib/gss.h.in Mon Feb 9 18:34:47 2004
+@@ -33,7 +33,6 @@
+
+ #include <gss/api.h>
+ #include <gss/ext.h>
+-#include <gss/krb5.h>
+
+ #ifdef __cplusplus
+ }