Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 1996 22:56:11 -0800 (PST)
From:      Dave Cornejo <dave@dogwood.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/2012: ncftp port doesn't use readline lib
Message-ID:  <199611150656.WAA23490@white.dogwood.com>
Resent-Message-ID: <199611150700.XAA20388@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611150656.WAA23490>