Bug 189879 - Adding GNU Readline support for security/krb5
Summary: Adding GNU Readline support for security/krb5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-17 02:40 UTC by Peter Losher
Modified: 2015-06-01 07:36 UTC (History)
2 users (show)

See Also:


Attachments
file.diff (397 bytes, patch)
2014-05-17 02:40 UTC, Peter Losher
no flags Details | Diff
krb5-megapatch (2.06 KB, patch)
2014-07-15 19:41 UTC, Cy Schubert
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Losher freebsd_committer freebsd_triage 2014-05-17 02:40:00 UTC
This patch adds support for GNU Readline (in base) in security/krb5 (very useful when using the kadmin client - command line history and ncurses)

Fix: Apply patch and rebuild port

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-17 02:40:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2014-07-15 09:47:06 UTC
Looking at the log after building with the attached patch, I'm seeing:

erwin@erwinlab:/poudriere/data/logs/bulk % grep -i readli latest-per-pkg/krb5/1.12.1_4/92amd64-head.log
checking for readline support... not using any
erwin@erwinlab:/poudriere/data/logs/bulk % 

deadline does exist on a 9.2 system:
root@erwinlab:/poudriere/jails/92amd64 # ls usr/lib/libreadline.so
usr/lib/libreadline.so


Is this expected or is there something more missing here in the deadline detection?
Comment 3 Cy Schubert freebsd_committer freebsd_triage 2014-07-15 19:41:33 UTC
Created attachment 144702 [details]
krb5-megapatch

This patch fixes readline support and allows it to discover python2.7 proprly, dragging it in as a build prereq -- this won't make a few people happy.
Comment 4 Xin LI freebsd_committer freebsd_triage 2015-06-01 07:36:43 UTC
Looks like this was fixed in r364798?  Marking as closed as it's not touched for quite some time.