Bug 68761 - [MAINTAINER-UPDATE] Update mail/libesmtp to 1.0.3r1
Summary: [MAINTAINER-UPDATE] Update mail/libesmtp to 1.0.3r1
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-07 10:20 UTC by John Merryweather Cooper
Modified: 2004-07-08 22:32 UTC (History)
0 users

See Also:


Attachments
update-libesmtp-1.0.3r1 (3.42 KB, text/plain)
2004-07-07 10:20 UTC, John Merryweather Cooper
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Merryweather Cooper 2004-07-07 10:20:23 UTC

Update to version 1.0.3r1.

This version incorporates a memrchr() for FreeBSD (which doesn't have one).

Everything seems to work fine with devel/libtool15.  As a result, static helper libraries and .la files are back.

How-To-Repeat: 

N/A
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-07-08 19:55:41 UTC
State Changed
From-To: open->feedback

Hmm, does not build either on -STABLE nor -CURRENT (same error): 

memrchr.lo(.text+0x0): In function `memrchr': 
: multiple definition of `memrchr' 
smtp-tls.lo(.text+0x7e0): first defined here 
/usr/bin/ld: Warning: size of symbol `memrchr' changed from 52 in smtp-tls.lo to 49 in memrchr.lo 
gmake[2]: *** [libesmtp.la] Error 1 
gmake[2]: Leaving directory `/tmp/a/ports/mail/libesmtp/work/libesmtp-1.0.3r1' 
gmake[1]: *** [all-recursive] Error 1 
gmake[1]: Leaving directory `/tmp/a/ports/mail/libesmtp/work/libesmtp-1.0.3r1' 
gmake: *** [all] Error 2 
*** Error code 2 

http://hood.oook.cz/tb/errors/5-CURRENT-FreeBSD/libesmtp-1.0.3,1.log 
http://hood.oook.cz/tb/errors/4-STABLE-FreeBSD/libesmtp-1.0.3,1.log 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-07-08 19:55:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Handle.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-07-08 22:31:52 UTC
State Changed
From-To: feedback->closed

Committed, thanks!