Bug 125220 - [maintainer update] net/frickin: fix "does not compile with gcc 4.2" problem
Summary: [maintainer update] net/frickin: fix "does not compile with gcc 4.2" problem
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: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-03 15:20 UTC by Alex Miller
Modified: 2008-07-07 12:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.11 KB, patch)
2008-07-03 15:20 UTC, Alex Miller
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Miller 2008-07-03 15:20:02 UTC
	Does not compile with gcc 4.2

How-To-Repeat: 
	Try to compile on 7.xx
Comment 1 Pietro Cerutti freebsd_committer freebsd_triage 2008-07-04 19:58:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

I'll take it.
Comment 2 Pietro Cerutti freebsd_committer freebsd_triage 2008-07-05 00:04:55 UTC
State Changed
From-To: open->feedback

While it may work, this is not correct. 

What you want is: 

+-    list<Client*>::iterator clientIter = NULL; ++ 
list<Client*>::iterator clientIter = m_ClientList.end(); 

Do you approve this modification?
Comment 3 Pietro Cerutti freebsd_committer freebsd_triage 2008-07-07 12:11:07 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-07-07 12:11:30 UTC
gahr        2008-07-07 11:11:16 UTC

  FreeBSD ports repository

  Modified files:
    net/frickin          Makefile 
  Added files:
    net/frickin/files    patch-session.cpp 
  Log:
  - Fix build with GCC 4.2
  
  PR:             125220
  Submitted by:   Alex Miller <asm@asm.kiev.ua> (maintainer)
  
  Revision  Changes    Path
  1.4       +1 -4      ports/net/frickin/Makefile
  1.1       +11 -0     ports/net/frickin/files/patch-session.cpp (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"