Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 2004 21:43:55 +0200
From:      "Kay Lehmann" <kay_lehmann@web.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/65302: [Update Port] math/octave: reenable readline support on 4-stable (using the port of readline)
Message-ID:  <1081367035.0@bippes.finkenkrug.ev>
Resent-Message-ID: <200404071950.i37JoHT1039913@freefall.freebsd.org>

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

>Number:         65302
>Category:       ports
>Synopsis:       [Update Port] math/octave: reenable readline support on 4-stable (using the port of readline)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 07 12:50:17 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kay Lehmann
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:


System: FreeBSD 4.9-STABLE #34: Tue Mar 30 21:05:09 CEST 2004
    kay@bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes



>Description:


After updating from 2.1.48 we had to disable readline-support for 4-stable,
because the basesystem version on 4-stable was to old.
This just adds a libdepend to the portversion of readline so we have a much 
more useful octave-port again.


>How-To-Repeat:





>Fix:


--- octave-Makefile.diff_enable_readline begins here ---
--- Makefile.orig	Wed Apr  7 21:33:04 2004
+++ Makefile	Wed Apr  7 21:40:02 2004
@@ -50,7 +50,7 @@
 .endif
 
 .if ${OSVERSION} < 500000
-CONFIGURE_ARGS+=	--disable-readline
+LIB_DEPENDS+=	readline.4:${PORTSDIR}/devel/readline
 .endif
 
 MAN1=		octave.1 octave-bug.1 mkoctfile.1 octave-config.1
--- octave-Makefile.diff_enable_readline ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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