Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2002 18:36:20 +1000 (EST)
From:      Andrew <andrew@ugh.net.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40374: databases/sqsh is built without readline or X
Message-ID:  <200207090836.g698aK60026194@hmm.syd.ntt.net.au>

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

>Number:         40374
>Category:       ports
>Synopsis:       databases/sqsh is built without readline or X
>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:   Tue Jul 09 01:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Andrew
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
UgH!
>Environment:
System: FreeBSD hmm.syd.ntt.net.au 4.6-STABLE FreeBSD 4.6-STABLE #3: Fri Jul 5 11:17:25 EST 2002 andrews@hmm.syd.ntt.net.au:/usr/obj/usr/src/sys/HMM i386


	
>Description:

The sqsh port is built without linking against libreadline or X. The porter's
hadbook (4.6.8) says X should be on by default. As readline is already in the
base system it doesn't hurt much to turn it on and makes sqsh much nicer to
use.

>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/databases/sqsh/Makefile sqsh/Makefile
--- /usr/ports/databases/sqsh/Makefile	Sat Apr 13 03:09:29 2002
+++ sqsh/Makefile	Tue Jul  9 18:18:45 2002
@@ -19,6 +19,13 @@
 
 GNU_CONFIGURE=	yes
 
+.if !defined(WITHOUT_X11)
+USE_XLIB=	yes
+CONFIGURE_ARGS+=	--with-x
+.endif
+
+CONFIGURE_ARGS+=	--with-readline
+
 MAN1=	sqsh.1
 
 post-patch:

>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?200207090836.g698aK60026194>