Bug 82837 - [patch] Missing dependencies at ftp/lftp + enhanced config
Summary: [patch] Missing dependencies at ftp/lftp + enhanced config
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: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-30 19:40 UTC by Dmitry A Grigorovich
Modified: 2005-09-18 18:54 UTC (History)
1 user (show)

See Also:


Attachments
patch-lftp (1.26 KB, text/plain)
2005-06-30 19:40 UTC, Dmitry A Grigorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry A Grigorovich 2005-06-30 19:40:15 UTC
At ftp/lftp ports missed dependency of expat library

Also added support for make config

Also lftp by default with openssl support

Fix: Apply patch
Reinstall port
How-To-Repeat: 
Install ftp/lftp

root@manticore# ldd /usr/local/bin/lftp | grep expat
        libexpat.so.5 => /usr/local/lib/libexpat.so.5 (0x282a1000)

Library expat found

root@manticore# pkg_info -rx lftp
Information for lftp-3.2.1_1:

Depends on:
Dependency: libiconv-1.9.2_1
Dependency: gettext-0.14.5

Expat not presented in dependency list !
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2005-06-30 19:49:23 UTC
State Changed
From-To: open->feedback

Forward PR to maintainer. 

Note: If it built fine on pointyhat, it might be 'configure magic' that 
autodetected your expat library and added it to LDFLAGS.
Comment 2 Florent Thoumie freebsd_committer freebsd_triage 2005-06-30 19:52:42 UTC
Le Jeudi 30 juin 2005 à 18:51 +0000, Florent Thoumie a écrit :
> Synopsis: [patch] Missing dependencies at ftp/lftp + enhanced config
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: flz
> State-Changed-When: Thu Jun 30 18:49:23 GMT 2005
> State-Changed-Why: 
> Forward PR to maintainer.
> 
> Note: If it built fine on pointyhat, it might be 'configure magic' that
> autodetected your expat library and added it to LDFLAGS.
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=82837
-- 
Florent Thoumie
flz@FreeBSD.org
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2005-09-16 08:40:26 UTC
State Changed
From-To: feedback->open

Feedback timeout
Comment 4 Marcus Alves Grando freebsd_committer freebsd_triage 2005-09-18 06:29:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Take.
Comment 5 Marcus Alves Grando freebsd_committer freebsd_triage 2005-09-18 18:54:21 UTC
State Changed
From-To: open->closed

Commited, thanks.