From nobody@FreeBSD.org  Tue Jun 19 18:55:50 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 980EC16A400
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Jun 2007 18:55:50 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 8700D13C46C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Jun 2007 18:55:50 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l5JItorR001591
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Jun 2007 18:55:50 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l5JItnJl001590;
	Tue, 19 Jun 2007 18:55:49 GMT
	(envelope-from nobody)
Message-Id: <200706191855.l5JItnJl001590@www.freebsd.org>
Date: Tue, 19 Jun 2007 18:55:49 GMT
From: Max Brazhnikov <makc@issp.ac.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: maintainer: games/hexxagon fix build with gcc42
X-Send-Pr-Version: www-3.0

>Number:         113863
>Category:       ports
>Synopsis:       maintainer: games/hexxagon fix build with gcc42
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 19 19:00:09 GMT 2007
>Closed-Date:    Thu Jun 21 10:02:30 GMT 2007
>Last-Modified:  Thu Jun 21 10:10:03 GMT 2007
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 6.2-STABLE FreeBSD 6.2-STABLE #1: Sun Apr 29 09:40:21 MSD 2007     root@luna:/usr/obj/usr/src/sys/LUNA  i386
>Description:
patch sources to fix build with gcc42
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/games/hexxagon/files/patch-src__libhexx__bitboard64.h /home/makc/porting/ports/games/hexxagon/files/patch-src__libhexx__bitboard64.h
--- /usr/ports/games/hexxagon/files/patch-src__libhexx__bitboard64.h	Thu Jan  1 03:00:00 1970
+++ /home/makc/porting/ports/games/hexxagon/files/patch-src__libhexx__bitboard64.h	Sun Jun  3 18:28:14 2007
@@ -0,0 +1,16 @@
+--- ./src/libhexx/bitboard64.h.orig	Fri Jan 14 00:19:07 2005
++++ ./src/libhexx/bitboard64.h	Sun Jun  3 18:27:59 2007
+@@ -26,8 +26,12 @@
+ #include <netinet/in.h>
+ #include <iostream>
+ 
+-namespace libhexx 
++namespace libhexx
+ {
++	
++	std::ostream& operator<<(std::ostream &output, const class BitBoard64 &b);
++	std::istream& operator>>(std::istream &input, class BitBoard64 &b);
++	
+ 	class BitBoard64
+ 	{
+ 	public:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Jun 19 22:15:00 UTC 2007 
Responsible-Changed-Why:  
ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113863 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Jun 21 10:02:29 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113863 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113863: commit references a PR
Date: Thu, 21 Jun 2007 10:02:27 +0000 (UTC)

 miwi        2007-06-21 10:02:21 UTC
 
   FreeBSD ports repository
 
   Added files:
     games/hexxagon/files patch-src__libhexx__bitboard64.h 
   Log:
   - Fix build with gcc 4.2
   
   PR:             113863
   Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (maintainer)
   
   Revision  Changes    Path
   1.1       +16 -0     ports/games/hexxagon/files/patch-src__libhexx__bitboard64.h (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"
 
>Unformatted:
