Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2014 01:35:35 GMT
From:      Peter Losher <plosher@freebsd.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189879: Adding GNU Readline support for security/krb5
Message-ID:  <201405170135.s4H1ZZZK023890@cgiserv.freebsd.org>
Resent-Message-ID: <201405170140.s4H1e0lV033153@freefall.freebsd.org>

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

>Number:         189879
>Category:       ports
>Synopsis:       Adding GNU Readline support for security/krb5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 17 01:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Peter Losher
>Release:        10.0-RELEASE
>Organization:
>Environment:
>Description:
This patch adds support for GNU Readline (in base) in security/krb5 (very useful when using the kadmin client - command line history and ncurses) 
>How-To-Repeat:

>Fix:
Apply patch and rebuild port

Patch attached with submission follows:

--- Makefile	2014-04-24 03:53:30.000000000 +0000
+++ Makefile.readline	2014-05-17 01:28:27.000000000 +0000
@@ -27,7 +27,7 @@
 USE_LDCONFIG=		yes
 USE_CSTD=		gnu99
 USE_AUTOTOOLS=		libtool
-USES=		gettext gmake perl5
+USES=			gettext gmake perl5 readline
 CONFIGURE_ARGS?=	--enable-shared --without-system-verto
 CONFIGURE_ENV=		INSTALL="${INSTALL}" YACC="${YACC}"
 MAKE_ARGS=		INSTALL="${INSTALL}"


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



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