From 9c7dec0b420c491bc0432ae51b8f942da87bf7f5 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 2 Jul 2006 13:53:28 +0000 Subject: Solaris does not have err.h, glob.h, ifaddrs.h and vis.h compatible with heimdal, so heimdal installs its own. Add them in PLIST.SunOS Fixes PR pkg/33656. Bump PKGREVISION. --- security/heimdal/Makefile | 4 ++-- security/heimdal/PLIST.SunOS | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 security/heimdal/PLIST.SunOS (limited to 'security') diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index a0566f88283..b2b61b6af19 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2006/05/31 18:22:26 ghen Exp $ +# $NetBSD: Makefile,v 1.60 2006/07/02 13:53:28 markd Exp $ DISTNAME= heimdal-0.7.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.sunet.se/pub/unix/admin/mirror-pdc/heimdal/src/ diff --git a/security/heimdal/PLIST.SunOS b/security/heimdal/PLIST.SunOS new file mode 100644 index 00000000000..dbcedc6b44f --- /dev/null +++ b/security/heimdal/PLIST.SunOS @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST.SunOS,v 1.1 2006/07/02 13:53:28 markd Exp $ +include/krb5/err.h +include/krb5/glob.h +include/krb5/ifaddrs.h +include/krb5/vis.h -- cgit v1.2.3