Bug 101366 - patch: ftp/lftp: error in the lib dependence about devel/readline
Summary: patch: ftp/lftp: error in the lib dependence about devel/readline
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-04 18:40 UTC by Jacula Modyun
Modified: 2006-09-13 21:10 UTC (History)
0 users

See Also:


Attachments
file.diff (465 bytes, patch)
2006-08-04 18:40 UTC, Jacula Modyun
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacula Modyun 2006-08-04 18:40:15 UTC
The problem is that I've the misc/compat5x installed. This port install the
/usr/local/lib/compat/libreadline.so.5; then my system doesn't install
devel/readline. This doesn't work.

Fix: This patch work:

How-To-Repeat: On a FreeBsD 6* install the misc/compat5x, and install lftp.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2006-08-04 18:41:51 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Make this a ports PR.
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2006-08-30 18:05:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

I will take care of it.
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2006-08-30 18:07:28 UTC
State Changed
From-To: open->feedback

Awaiting feedback from maintainer.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2006-09-05 05:27:12 UTC
State Changed
From-To: feedback->open

Maintainer was reset.
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2006-09-05 05:28:18 UTC
State Changed
From-To: open->feedback

Maintainer has actually been active more recently, according to other PRs.
Comment 6 Jacula Modyun 2006-09-13 16:59:56 UTC
Sorry for my delay.
My simple patch works for me, and I don't know another solution.
I think the problem report can be closed, the problem was fixed by this
patch.
Thanks

Best regards,
Jacula Modyun
Comment 7 Emanuel Haupt freebsd_committer freebsd_triage 2006-09-13 20:26:20 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 8 dfilter service freebsd_committer freebsd_triage 2006-09-13 21:07:47 UTC
ehaupt      2006-09-13 20:07:40 UTC

  FreeBSD ports repository

  Modified files:
    ftp/lftp             Makefile 
  Log:
  Depend on devel/readline even if misc/compat5x is installed. If misc/compat5x
  is installed ${LOCALBASE}/lib/compat/libreadline.so.5 exists and
  devel/readline won't be installed.
  
  PR:             101366
  Submitted by:   Jacula Modyun <jacula@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.112     +4 -2      ports/ftp/lftp/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 9 Emanuel Haupt freebsd_committer freebsd_triage 2006-09-13 21:08:05 UTC
State Changed
From-To: open->closed

Committed, thanks!