From owner-svn-ports-all@freebsd.org Thu Sep 21 23:34:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BBE8E00677; Thu, 21 Sep 2017 23:34:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 054B07050C; Thu, 21 Sep 2017 23:34:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8LNYrXG007627; Thu, 21 Sep 2017 23:34:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8LNYqDM007624; Thu, 21 Sep 2017 23:34:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709212334.v8LNYqDM007624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 21 Sep 2017 23:34:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450310 - in head/games/simutrans: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/games/simutrans: . files X-SVN-Commit-Revision: 450310 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 23:34:54 -0000 Author: jbeich Date: Thu Sep 21 23:34:52 2017 New Revision: 450310 URL: https://svnweb.freebsd.org/changeset/ports/450310 Log: games/simutrans: regen patches via "make makepatch" Added: head/games/simutrans/files/patch-gui_loadsave__frame.h (contents, props changed) - copied, changed from r450309, head/games/simutrans/files/patch-gui-loadsave_frame.h head/games/simutrans/files/patch-squirrel_squirrel_sqvm.cc - copied unchanged from r450309, head/games/simutrans/files/patch-squirrel_squirrel_sqvm.cpp Deleted: head/games/simutrans/files/patch-gui-loadsave_frame.h head/games/simutrans/files/patch-squirrel_squirrel_sqvm.cpp Modified: head/games/simutrans/Makefile Modified: head/games/simutrans/Makefile ============================================================================== --- head/games/simutrans/Makefile Thu Sep 21 23:26:45 2017 (r450309) +++ head/games/simutrans/Makefile Thu Sep 21 23:34:52 2017 (r450310) @@ -37,8 +37,7 @@ MAKE_ARGS= BACKEND=mixer_sdl \ FLAGS="-DUSE_C -DREVISION=${SIMUTRANS_REVISION}" \ VERBOSE=1 NO_WRKSUBDIR= yes -USES= dos2unix gmake zip -DOS2UNIX_FILES= gui/loadsave_frame.h +USES= gmake zip USE_SDL= sdl mixer DESKTOP_ENTRIES=Simutrans "" "" simutrans "Game;Simulation;" false Copied and modified: head/games/simutrans/files/patch-gui_loadsave__frame.h (from r450309, head/games/simutrans/files/patch-gui-loadsave_frame.h) ============================================================================== --- head/games/simutrans/files/patch-gui-loadsave_frame.h Thu Sep 21 23:26:45 2017 (r450309, copy source) +++ head/games/simutrans/files/patch-gui_loadsave__frame.h Thu Sep 21 23:34:52 2017 (r450310) @@ -1,10 +1,10 @@ ---- gui/loadsave_frame.h.orig -+++ gui/loadsave_frame.h -@@ -11,6 +11,7 @@ - - #include "savegame_frame.h" - #include "../tpl/stringhashtable_tpl.h" -+#include - #include - - class karte_t; +--- gui/loadsave_frame.h.orig 2017-02-17 12:53:58 UTC ++++ gui/loadsave_frame.h +@@ -11,6 +11,7 @@ + + #include "savegame_frame.h" + #include "../tpl/stringhashtable_tpl.h" ++#include + #include + + class loadsave_t; Copied: head/games/simutrans/files/patch-squirrel_squirrel_sqvm.cc (from r450309, head/games/simutrans/files/patch-squirrel_squirrel_sqvm.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/simutrans/files/patch-squirrel_squirrel_sqvm.cc Thu Sep 21 23:34:52 2017 (r450310, copy of r450309, head/games/simutrans/files/patch-squirrel_squirrel_sqvm.cpp) @@ -0,0 +1,12 @@ +--- squirrel/squirrel/sqvm.cc.orig 2017-02-17 12:54:05 UTC ++++ squirrel/squirrel/sqvm.cc +@@ -1,8 +1,8 @@ + /* + see copyright notice in squirrel.h + */ +-#include "sqpcheader.h" + #include ++#include "sqpcheader.h" + #include + #include + #include "sqopcodes.h"