Bug 105884 - [PATCH] net/linphone-base: fix breakage by libosip2 update
Summary: [PATCH] net/linphone-base: fix breakage by libosip2 update
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: Soeren Straarup
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-26 20:20 UTC by Matus Harvan
Modified: 2007-03-05 18:01 UTC (History)
0 users

See Also:


Attachments
linphone-base.patch (78.07 KB, patch)
2006-11-26 20:20 UTC, Matus Harvan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matus Harvan 2006-11-26 20:20:04 UTC
net/linphone-base was broken by an update to libosip2. The new version of
libosip2, 2.2.3, has removed osip_negotiation, which linphone is using.

Fix: The attached patch adds 3 files from libosip2 version 2.2.2, where
osip_negotiation is implemented. Minor changes to #include and Makefiles were
needed to build within the linphone source tree.
Comment 1 Soeren Straarup freebsd_committer freebsd_triage 2006-11-28 20:55:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->xride

I'll grap this one
Comment 2 Soeren Straarup freebsd_committer freebsd_triage 2007-03-05 17:58:46 UTC
State Changed
From-To: open->closed

Superseded by 109805