From owner-svn-ports-head@FreeBSD.ORG Thu Mar 26 22:42:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B14279C; Thu, 26 Mar 2015 22:42:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF9FE6BE; Thu, 26 Mar 2015 22:42:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2QMgirt037662; Thu, 26 Mar 2015 22:42:44 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2QMgigQ037661; Thu, 26 Mar 2015 22:42:44 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201503262242.t2QMgigQ037661@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 26 Mar 2015 22:42:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382348 - head/games/grhino/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2015 22:42:45 -0000 Author: marino Date: Thu Mar 26 22:42:43 2015 New Revision: 382348 URL: https://svnweb.freebsd.org/changeset/ports/382348 QAT: https://qat.redports.org/buildarchive/r382348/ Log: games/ghrino: Fix on modern gcc Patches taken from dports, which were taken from pkgsrc. The port is not maintained. Added: head/games/grhino/files/patch-fix-headers (contents, props changed) Added: head/games/grhino/files/patch-fix-headers ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/grhino/files/patch-fix-headers Thu Mar 26 22:42:43 2015 (r382348) @@ -0,0 +1,56 @@ +$NetBSD: patch-aiai.cc,v 1.1 2011/11/24 14:08:05 joerg Exp $ +$NetBSD: patch-game.cc,v 1.1 2011/11/24 14:08:05 joerg Exp $ +$NetBSD: patch-gen__book.cc,v 1.1 2011/11/24 14:08:05 joerg Exp $ +$NetBSD: patch-gen__pattern.cc,v 1.1 2011/11/24 14:08:05 joerg Exp $ +$NetBSD: patch-log__proc.h,v 1.1 2011/11/24 14:08:05 joerg Exp $ + +--- aiai.cc.orig 2011-11-24 01:17:40.000000000 +0000 ++++ aiai.cc +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + + #include + #include +--- game.cc.orig 2011-11-24 01:12:02.000000000 +0000 ++++ game.cc +@@ -37,6 +37,7 @@ + #include + #include + #include ++#include + + #ifdef _ + # undef _ +--- gen_book.cc.orig 2011-11-24 01:15:36.000000000 +0000 ++++ gen_book.cc +@@ -20,6 +20,7 @@ + + #include "config.h" + ++#include + #include + #include + +--- gen_pattern.cc.orig 2011-11-24 01:16:59.000000000 +0000 ++++ gen_pattern.cc +@@ -23,6 +23,7 @@ + #include + #include + ++#include + #include + #include + #include +--- log_proc.h.orig 2011-11-24 01:12:41.000000000 +0000 ++++ log_proc.h +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + #include "board.h" + #include "order.h"