Bug 82837

Summary: [patch] Missing dependencies at ftp/lftp + enhanced config
Product: Ports & Packages Reporter: Dmitry A Grigorovich <odip>
Component: Individual Port(s)Assignee: Marcus Alves Grando <mnag>
Status: Closed FIXED    
Severity: Affects Only Me CC: fm
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-lftp none

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.