Bug 87442 - [MAINTAINER] graphics/ocrad: update to 0.13
Summary: [MAINTAINER] graphics/ocrad: update to 0.13
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-14 16:00 UTC by Ulrich Spoerlein
Modified: 2005-10-14 23:10 UTC (History)
0 users

See Also:


Attachments
ocrad-0.13.patch (1.50 KB, patch)
2005-10-14 16:00 UTC, Ulrich Spoerlein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Spoerlein 2005-10-14 16:00:25 UTC
- Update to 0.13

Added file(s):
- files/patch-main.cc

Can someone tell me, why gcc 3.4 on 4-STABLE can't compile main.cc? It says that std
has no member 'snprintf'. With the base-compiler in 6.0 and the ICC it's working
with no problems.

Generated with FreeBSD Port Tools 0.63
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2005-10-14 23:05:14 UTC
> Can someone tell me, why gcc 3.4 on 4-STABLE can't compile main.cc? It says that std
> has no member 'snprintf'. With the base-compiler in 6.0 and the ICC it's working
> with no problems.

Looks like some buggy or wrong header using.
-- 
Sem.
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2005-10-14 23:08:12 UTC
State Changed
From-To: open->closed

Committed, thanks!