Bug 60675 - Fix comms/seyon build on 5.X systems
Summary: Fix comms/seyon build on 5.X systems
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: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-29 05:10 UTC by Sean Chittenden
Modified: 2003-12-29 07:30 UTC (History)
0 users

See Also:


Attachments
seyon.patch (3.06 KB, patch)
2003-12-29 05:10 UTC, Sean Chittenden
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Chittenden 2003-12-29 05:10:21 UTC

comms/seyon does not build on 5.X
systems due to the fact that multiline
string literals are depreciated with
gcc 3.X. The following patch fixes this.

How-To-Repeat: 

Build with gcc 3.X.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2003-12-29 05:22:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->linimon

I think I flagged this one as broken so I'll take up fixing it.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2003-12-29 07:30:13 UTC
State Changed
From-To: open->closed

Committed, thanks.