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
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"
State Changed From-To: open->closed Committed. Thanks!