pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/bash Remove readline dependency, it's not neede...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43cff804f17d
branches:  trunk
changeset: 482188:43cff804f17d
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Oct 21 16:36:28 2004 +0000

description:
Remove readline dependency, it's not needed really... because bash
uses its own, and there isn't any test in the configure script.

Pointed out by wiz@.

diffstat:

 shells/bash/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 6d189953e3ee -r 43cff804f17d shells/bash/Makefile
--- a/shells/bash/Makefile      Thu Oct 21 16:07:26 2004 +0000
+++ b/shells/bash/Makefile      Thu Oct 21 16:36:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/10/21 03:11:14 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/21 16:36:28 xtraeme Exp $
 #
 
 DISTNAME=      bash-3.0
@@ -25,8 +25,6 @@
 
 PKG_SHELL=             ${PREFIX}/bin/bash
 
-USE_GNU_READLINE=      yes
-
 # All features enabled by default.
 CONFIGURE_ARGS+=       --enable-readline
 CONFIGURE_ARGS+=       --enable-progcomp
@@ -66,5 +64,4 @@
        ${INSTALL_MAN} ${WRKSRC}/doc/bashbug.1 ${PREFIX}/man/man1
 
 .include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index