Bug 44852 - [patch] emulators/bsvc fixes for bento
Summary: [patch] emulators/bsvc fixes for bento
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: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-03 12:40 UTC by Volker Stolz
Modified: 2002-11-24 10:15 UTC (History)
0 users

See Also:


Attachments
file.diff (5.89 KB, patch)
2002-11-03 12:40 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-03 12:40:01 UTC
Generic fixes for GCC3:

- Mangle fstream.h & iostream.h to avoid warnings
- Fix $CFLAGS & $MAKE
- -DUSE_STD for GCC3
- Correct oversight in sim68360/loader/Loader.cxx
- Include missing header for tolower()

Tested on: -CURRENT, 4.6-STABLE

Fix: Removed files:
- patch-ad
- patch-ae
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2002-11-07 12:28:07 UTC
Responsible Changed
From-To: freebsd-ports->edwin

I'll contact the submitter about missing strstream.h part.
Comment 2 edwin 2002-11-07 12:33:35 UTC
Hello,

Thanks for your patch! During compilation I saw that it was still
complaining about strstream.h. Could you please make a patch for
that file too (it gets a little bit more tricky then because
strstream.h is replaced by sstream and istrstream by std::istringstream().
Oh boy, strict checking in C++ is tricky++ :-)

If you can provide me with a new patch (either for the full thing
or for relative to the patches you've already send), I'll be happy
to commit them!

Edwin

-- 
Edwin Groothuis      |            Personal website: http://www.MavEtJu.org
edwin@mavetju.org    |    Weblog: http://www.mavetju.org/weblog/weblog.php 
bash$ :(){ :|:&};:   | Interested in MUDs? http://www.FatalDimensions.org/
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2002-11-24 10:15:22 UTC
State Changed
From-To: open->closed

Commited, thanks!