pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells/tcsh + Teach shells/tcsh to use the terminal li...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b70f450362e8
branches: trunk
changeset: 539182:b70f450362e8
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Feb 29 22:23:50 2008 +0000
description:
+ Teach shells/tcsh to use the terminal library required by pkgsrc
instead of self-detecting what's in the base system.
Bump the PKGREVISION to 1.
diffstat:
shells/tcsh/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r a85434dd0b65 -r b70f450362e8 shells/tcsh/Makefile
--- a/shells/tcsh/Makefile Fri Feb 29 22:11:18 2008 +0000
+++ b/shells/tcsh/Makefile Fri Feb 29 22:23:50 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.59 2008/01/03 23:21:41 heinz Exp $
+# $NetBSD: Makefile,v 1.60 2008/02/29 22:23:50 jlam Exp $
#
DISTNAME= tcsh-6.15.00
+PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \
ftp://ftp.gw.com/pub/unix/tcsh/ \
@@ -29,6 +30,8 @@
LOWER_OPSYS= solaris${OS_VER_cmd:sh}
.endif
+CONFIGURE_ENV+= ac_cv_search_tgetent=${BUILDLINK_LDADD.termlib:Q}
+
PKG_SHELL?= bin/tcsh
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
@@ -86,4 +89,5 @@
done; \
fi
+.include "../../mk/termlib.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index