pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/heimdal Solaris does not have err.h, glob.h, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/240bb6996687
branches: trunk
changeset: 515457:240bb6996687
user: markd <markd%pkgsrc.org@localhost>
date: Sun Jul 02 13:53:28 2006 +0000
description:
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:
security/heimdal/Makefile | 4 ++--
security/heimdal/PLIST.SunOS | 5 +++++
2 files changed, 7 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 7f75c228eb28 -r 240bb6996687 security/heimdal/Makefile
--- a/security/heimdal/Makefile Sun Jul 02 13:41:03 2006 +0000
+++ b/security/heimdal/Makefile Sun Jul 02 13:53:28 2006 +0000
@@ -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 -r 7f75c228eb28 -r 240bb6996687 security/heimdal/PLIST.SunOS
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/heimdal/PLIST.SunOS Sun Jul 02 13:53:28 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index