pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/kth-krb4 Don't put glob.h in the PLIST for Ne...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8db432a51aad
branches: trunk
changeset: 547806:8db432a51aad
user: gdt <gdt%pkgsrc.org@localhost>
date: Fri Oct 03 19:01:14 2008 +0000
description:
Don't put glob.h in the PLIST for NetBSD. At least 4.0 and current do
not require this, and this fixes the build on those systems. Not
objected to by joerg@.
diffstat:
security/kth-krb4/Makefile | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 9e01e65cca61 -r 8db432a51aad security/kth-krb4/Makefile
--- a/security/kth-krb4/Makefile Fri Oct 03 18:34:38 2008 +0000
+++ b/security/kth-krb4/Makefile Fri Oct 03 19:01:14 2008 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.49 2008/07/15 16:39:55 joerg Exp $
+# $NetBSD: Makefile,v 1.50 2008/10/03 19:01:14 gdt Exp $
#
DISTNAME= krb4-1.2.2
PKGNAME= kth-krb4-1.2.2
-#PKGREVISION= 1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security net
MASTER_SITES= ftp://ftp.pdc.kth.se/pub/krb/src/
@@ -47,8 +46,15 @@
SUBST_SED.paths+= -e 's|/usr/arla/etc/|${PKG_SYSCONFDIR}|g'
SUBST_STAGE.paths= post-patch
+# On some systems, kth-krb4's libroken installs a glob.h to compensate
+# for the system not having one. Please turn PLIST support for this
+# on narrowly.
+INSTALLS_GLOB= no
+.if ${INSTALLS_GLOB} == yes
+PLIST.glob= yes
+.endif
+
.if ${OPSYS} == "NetBSD"
-PLIST.glob= yes
CONFIGURE_ARGS+= --with-readline=yes \
--with-readline-lib=${BUILDLINK_PREFIX.readline}/lib \
--with-readline-include=${BUILDLINK_PREFIX.readline}/include/readline \
Home |
Main Index |
Thread Index |
Old Index