Bug 114024

Summary: news/klibido: fix build breakage under gcc 4.2
Product: Ports & Packages Reporter: Conrad J. Sabatier <conrads>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
klibido.diff none

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!