From owner-svn-ports-head@FreeBSD.ORG Sat Dec 21 16:26:30 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B826B1E; Sat, 21 Dec 2013 16:26:30 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D183C105C; Sat, 21 Dec 2013 16:26:29 +0000 (UTC) Received: from misterbean90now (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with SMTP id rBLGQPfV033465; Sat, 21 Dec 2013 16:26:27 GMT (envelope-from nemysis@FreeBSD.org) Received: by misterbean90now (sSMTP sendmail emulation); Sat, 21 Dec 2013 17:26:25 +0100 Date: Sat, 21 Dec 2013 17:26:25 +0100 From: Rusmir Dusko To: Mathieu Arnold Subject: Re: svn commit: r337149 - in head: . games games/blue games/bluemoon games Message-ID: <20131221162625.GA34492@misterbean90now> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 21 Dec 2013 16:26:30 -0000 +--On 21 décembre 2013 15:31:11 +0000 Rusmir Dusko wrote: | - Add patch Could have been nice to say what the patch did, like "silence warnings" or something :-) This patch fix this: bluemoon.c:379:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ 1 warning generated -- Best regards, Rusmir Dusko