diff options
author | markd <markd> | 2006-07-02 13:53:28 +0000 |
---|---|---|
committer | markd <markd> | 2006-07-02 13:53:28 +0000 |
commit | 9c7dec0b420c491bc0432ae51b8f942da87bf7f5 (patch) | |
tree | 96a50025fdfa2a84664e3b073766e11bd3cc23c2 /security | |
parent | 47fd3d864836f52d9515f0522b12d69c47f815dc (diff) | |
download | pkgsrc-9c7dec0b420c491bc0432ae51b8f942da87bf7f5.tar.gz |
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.
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 4 | ||||
-rw-r--r-- | security/heimdal/PLIST.SunOS | 5 |
2 files changed, 7 insertions, 2 deletions
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 |