Bug 189879

Summary: Adding GNU Readline support for security/krb5
Product: Ports & Packages Reporter: Peter Losher <plosher>
Component: Individual Port(s)Assignee: Cy Schubert <cy>
Status: Closed FIXED    
Severity: Affects Only Me CC: delphij, erwin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
krb5-megapatch none

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.