Bug 45286 - [patch] Unbreak net/xmlrpc-c on -current
Summary: [patch] Unbreak net/xmlrpc-c on -current
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-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-14 09:50 UTC by Volker Stolz
Modified: 2002-11-14 11:18 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.41 KB, patch)
2002-11-14 09:50 UTC, Volker Stolz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Volker Stolz 2002-11-14 09:50:01 UTC
bento noticed that xmlrpc-c doesn't build on -current because
of generic c++ breakage.

- correct use of '#include <string>' and 'use namespace'
- PERL->REINPLACE while I'm here
- notify upstream of c++ changes as requested in sourcefile

Patch tested on: -CURRENT, -STABLE

Fix: New file:
- files/patch-src-XmlRpcCpp.h
Comment 1 Oliver Braun freebsd_committer freebsd_triage 2002-11-14 11:15:55 UTC
State Changed
From-To: open->closed

Committed, thanks!