Bug 114024 - news/klibido: fix build breakage under gcc 4.2
Summary: news/klibido: fix build breakage under gcc 4.2
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: 2007-06-26 05:30 UTC by Conrad J. Sabatier
Modified: 2007-06-26 08:10 UTC (History)
0 users

See Also:


Attachments
klibido.diff (4.50 KB, patch)
2007-06-26 05:30 UTC, Conrad J. Sabatier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad J. Sabatier 2007-06-26 05:30:01 UTC
	Fix news/klibido to build under gcc 4.2, create new set of patch 
	files using "make makepatch" to conform to the new way of naming 
	patches (deleting the old patch file in the process)

Fix: patch included below
How-To-Repeat: 	Building under gcc 4.2 with old version would cause several 
	C++ -related build errors due to unnecessary over-qualification 
	of some variables
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-06-26 08:09:15 UTC
miwi        2007-06-26 07:09:10 UTC

  FreeBSD ports repository

  Added files:
    news/klibido/files   patch-src__addserver.cpp 
                         patch-src__nntpthreadsocket.h 
                         patch-src__yydecoder.h 
  Removed files:
    news/klibido/files   patch-src_addserver.cpp 
  Log:
  - Fix build with gcc 4.2
  
  PR:             114024
  Submitted by:   Conrad J. Sabatier <conrads@cox.net> (maintainer)
  
  Revision  Changes    Path
  1.1       +20 -0     ports/news/klibido/files/patch-src__addserver.cpp (new)
  1.1       +11 -0     ports/news/klibido/files/patch-src__nntpthreadsocket.h (new)
  1.1       +11 -0     ports/news/klibido/files/patch-src__yydecoder.h (new)
  1.2       +0 -20     ports/news/klibido/files/patch-src_addserver.cpp (dead)
_______________________________________________
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"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-06-26 08:09:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!