From owner-freebsd-ports Thu Mar 16 23:23:33 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA00738 for ports-outgoing; Thu, 16 Mar 1995 23:23:33 -0800 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA00588; Thu, 16 Mar 1995 23:19:39 -0800 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.8/8.6.6) id XAA17921; Thu, 16 Mar 1995 23:19:08 -0800 From: "Rodney W. Grimes" Message-Id: <199503170719.XAA17921@gndrsh.aac.dev.com> Subject: Re: What programs use libreadline? To: nate@trout.sri.MT.net (Nate Williams) Date: Thu, 16 Mar 1995 23:19:08 -0800 (PST) Cc: ports@FreeBSD.org, hackers@FreeBSD.org In-Reply-To: <199503170627.XAA04430@trout.sri.MT.net> from "Nate Williams" at Mar 16, 95 11:27:56 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 946 Sender: ports-owner@FreeBSD.org Precedence: bulk > > Aside from gdb in the source tree, which programs use libreadline? I'm > assuming bash does, but I'm not aware of any other program that uses it > that runs (or might run) under FreeBSD. If you know of a program, can > you send me private email and let me know so I can test out a change I > would like to make to the readline library to make it easier to upgrade > to newer versions of gdb when they are released. hookturn# find . -name Makefile | xargs grep -i readline | more [I cleaned it up and eliminated the false hits] ./gnu/usr.bin/gdb/gdb/Makefile:LDADD+= -lreadline -ltermcap -lgnuregex ./gnu/usr.bin/kgdb/Makefile:LDADD+= -lreadline -ltermcap ./usr.bin/ncftp/Makefile:LDADD= -lreadline -ltermcap I don't have a ports tree with all the sources expanded :-(. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD