From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 15:43:21 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A211A408; Tue, 26 Nov 2013 15:43:21 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 906362731; Tue, 26 Nov 2013 15:43:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQFhLZe027302; Tue, 26 Nov 2013 15:43:21 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQFhLkf027299; Tue, 26 Nov 2013 15:43:21 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311261543.rAQFhLkf027299@svn.freebsd.org> From: William Grzybowski Date: Tue, 26 Nov 2013 15:43:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334947 - in head/games/freedoko: . 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.16 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: Tue, 26 Nov 2013 15:43:21 -0000 Author: wg Date: Tue Nov 26 15:43:20 2013 New Revision: 334947 URL: http://svnweb.freebsd.org/changeset/ports/334947 Log: games/freedoko: fix build on current PR: ports/184220 Submitted by: KATO Tsuguru Added: head/games/freedoko/files/ head/games/freedoko/files/patch-src__freedoko.cpp (contents, props changed) Modified: head/games/freedoko/Makefile Modified: head/games/freedoko/Makefile ============================================================================== --- head/games/freedoko/Makefile Tue Nov 26 15:40:34 2013 (r334946) +++ head/games/freedoko/Makefile Tue Nov 26 15:43:20 2013 (r334947) @@ -12,7 +12,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Play the card game Doppelkopf LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/../COPYING LIB_DEPENDS= libgnet-2.0.so:${PORTSDIR}/net/gnet2 \ libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 Added: head/games/freedoko/files/patch-src__freedoko.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/freedoko/files/patch-src__freedoko.cpp Tue Nov 26 15:43:20 2013 (r334947) @@ -0,0 +1,10 @@ +--- freedoko.cpp.orig 2011-12-18 06:05:12.000000000 -0200 ++++ freedoko.cpp 2013-11-26 13:40:09.390150518 -0200 +@@ -43,6 +43,7 @@ + #else + // for 'mkdir' + #include ++#include + #endif + + #include "class/getopt/getopt.h"