Bug 69091 - [Fix] mbone/imm does not build on FreeBSD
Summary: [Fix] mbone/imm does not build on FreeBSD
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: Bill Fenner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-15 11:50 UTC by Samy Al Bahra
Modified: 2004-08-23 08:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samy Al Bahra 2004-07-15 11:50:23 UTC
The mbone/imm port does not build on FreeBSD due to it's ancient
varargs.h usage. This fix provides a full solution by providing
a stdargs.h alternative to the routines requiring this functionality.

Fix: 

Add the following file (patch-src::utils.c) to the files/ folder of
the port as an additional patch.

The patch may also be found here:
   http://samy.kerneled.org/patches/imm-patch.diff
How-To-Repeat: Build unpatched mbone/imm port on FreeBSD.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-07-15 15:11:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fenner

Over to maintainer
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-08-23 08:36:58 UTC
State Changed
From-To: open->closed

Committed (maintainer timeout, 1 month).