Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2002 13:48:31 +0100
From:      Roman Neuhauser <neuhauser@mobil.cz>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35668: Link sqsh with readline
Message-ID:  <20020308124831.GE89033@roman.mobil.cz>

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

>Number:         35668
>Category:       ports
>Synopsis:       Link sqsh with readline
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 08 04:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD roman.mobil.cz 4.4-STABLE FreeBSD 4.4-STABLE #0: Wed Dec 26 12:45:18 CET 2001 root@roman.mobil.cz:/usr/obj/usr/src/sys/CRUDPUPPY_3 i386


>Description:
	/usr/ports/databases/sqsh doesn't link readline, which makes sqsh just
    as use[ful|less] as isql.
>How-To-Repeat:
    build sqsh, connect to a sybase server, issue a query, and try to 
    get it from history with ^P.
>Fix:

diff -ru sqsh-old/Makefile sqsh/Makefile
--- sqsh-old/Makefile	Fri Mar  8 13:16:40 2002
+++ sqsh/Makefile	Fri Mar  8 13:22:52 2002
@@ -17,6 +17,7 @@
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash1
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS= --with-readline
 
 MAN1=	sqsh.1
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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