From owner-freebsd-ports Thu Nov 14 23:00:22 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA20432 for ports-outgoing; Thu, 14 Nov 1996 23:00:22 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA20388; Thu, 14 Nov 1996 23:00:10 -0800 (PST) Resent-Date: Thu, 14 Nov 1996 23:00:10 -0800 (PST) Resent-Message-Id: <199611150700.XAA20388@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, dave@dogwood.com Received: from white.dogwood.com (dave@white.dogwood.com [140.174.96.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA20179 for ; Thu, 14 Nov 1996 22:56:23 -0800 (PST) Received: (from dave@localhost) by white.dogwood.com (8.8.2/8.8.2) id WAA23490 ; Thu, 14 Nov 1996 22:56:11 -0800 (PST) Message-Id: <199611150656.WAA23490@white.dogwood.com> Date: Thu, 14 Nov 1996 22:56:11 -0800 (PST) From: Dave Cornejo Reply-To: dave@dogwood.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2012: ncftp port doesn't use readline lib Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2012 >Category: ports >Synopsis: ncftp should use existing libreadline for cl editing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 14 23:00:03 PST 1996 >Last-Modified: >Originator: Dave Cornejo >Organization: Dogwood Media >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD current, any system >Description: The current port of ncftp 1.9.5 doesn't have command line editing - this can be easily remedied by linking in the standard libreadline. >How-To-Repeat: >Fix: Create a patches directory in /usr/ports/net/ncftp and place the following into a file 'patch-aa' ===== cut here ===== *** Makefile.orig Sun Oct 1 17:50:58 1995 --- Makefile Thu Nov 14 13:10:49 1996 *************** *** 13,19 **** # Program definitions. See the README, part C. #-------------------------------------------------------------------------- ! PDEFS = #PDEFS = -DGETLINE #PDEFS = -DREADLINE -DCURSES #PDEFS = -DSOCKS --- 13,19 ---- # Program definitions. See the README, part C. #-------------------------------------------------------------------------- ! PDEFS = -DREADLINE #PDEFS = -DGETLINE #PDEFS = -DREADLINE -DCURSES #PDEFS = -DSOCKS *************** *** 53,59 **** # You'll need to know where the Rconnect.o object file is if you want # to use Socks. #-------------------------------------------------------------------------- ! LIBS = #LIBS = -ldbmalloc #LIBS = -lgetline #LIBS = -lreadline -lcurses --- 53,59 ---- # You'll need to know where the Rconnect.o object file is if you want # to use Socks. #-------------------------------------------------------------------------- ! LIBS = -lreadline #LIBS = -ldbmalloc #LIBS = -lgetline #LIBS = -lreadline -lcurses ===== cut here ===== >Audit-Trail: >Unformatted: