Bug 28685 - Mozilla 0.9.2 port doesn't have gethostbyname defined properly
Summary: Mozilla 0.9.2 port doesn't have gethostbyname defined properly
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-04 05:00 UTC by klui
Modified: 2001-07-17 18:40 UTC (History)
0 users

See Also:


Attachments
file.diff (672 bytes, patch)
2001-07-04 05:00 UTC, klui
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description klui 2001-07-04 05:00:01 UTC
When using the 0.9.2 port that's available, typing in a name with an LDAP directory defined will cause the program to exit due to an undefined reference for gethostbyname_r().

Fix: The ports will need an additional patch file in /usr/ports/www/mozilla/files. I've named it as patch-di, and in case this form messes up the formatting, I've added "defined(FREEBSD) ||" to this section of code:
How-To-Repeat: Compile 0.9.2 from the ports, define an LDAP server and use it using a new message.
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2001-07-07 04:03:12 UTC
Responsible Changed
From-To: freebsd-ports->gnome

over to maintainer
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2001-07-17 17:13:07 UTC
State Changed
From-To: open->closed

Patch committed, big thanks for reporting! Please don't forget to submit 
your patch to mozilla's developers.
Comment 3 klui 2001-07-17 18:29:45 UTC
Submitted in bugzilla.mozilla.org as bug id 91133.


Ken