pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/heimdal Linux does not have glob.h and vis.h ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17ad54d1457c
branches:  trunk
changeset: 512739:17ad54d1457c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon May 15 09:17:14 2006 +0000

description:
Linux does not have glob.h and vis.h compatible with heimdal, so heimdal
installs its own glob.h and vis.h.  Add them to PLIST.Linux.

Bump PKGREVISION.

diffstat:

 security/heimdal/Makefile    |  3 ++-
 security/heimdal/PLIST.Linux |  3 +++
 2 files changed, 5 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r cb3048b9c8e7 -r 17ad54d1457c security/heimdal/Makefile
--- a/security/heimdal/Makefile Mon May 15 08:28:57 2006 +0000
+++ b/security/heimdal/Makefile Mon May 15 09:17:14 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2006/05/06 01:05:51 minskim Exp $
+# $NetBSD: Makefile,v 1.58 2006/05/15 09:17:14 minskim Exp $
 
 DISTNAME=      heimdal-0.7.2
+PKGREVISION=   1
 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 cb3048b9c8e7 -r 17ad54d1457c security/heimdal/PLIST.Linux
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/heimdal/PLIST.Linux      Mon May 15 09:17:14 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.Linux,v 1.1 2006/05/15 09:17:14 minskim Exp $
+include/krb5/glob.h
+include/krb5/vis.h



Home | Main Index | Thread Index | Old Index