Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Feb 2000 11:34:50 GMT
From:      sa264@cam.ac.uk
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16579: math/gnuplot readline option fix
Message-ID:  <200002081134.LAA55619@yamame.phy.cam.ac.uk>

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

>Number:         16579
>Category:       ports
>Synopsis:       math/gnuplot readline option fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb  8 03:40:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     AMAKAWA Shuhei
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
Univ of Cambridge
>Environment:

	FreeBSD 3.4-RELEASE i386

>Description:

	The option for GNU readline specified in CONFIGURE_ARGS is wrong.

>How-To-Repeat:

	

>Fix:
	
	
--- Makefile.org	Tue Feb  8 11:23:34 2000
+++ Makefile	Tue Feb  8 11:24:47 2000
@@ -23,7 +23,7 @@
 		--libdir=${LOCALBASE}/lib \
 		--with-x --without-linux-vga \
 		--with-gd=${LOCALBASE}/lib \
-		--with-gnu-readline --with-lasergnu --with-png
+		--with-readline=gnu --with-lasergnu --with-png
 
 post-install:
 	${MKDIR} ${PREFIX}/share/doc/gnuplot



>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?200002081134.LAA55619>