From owner-svn-ports-head@FreeBSD.ORG Wed Apr 1 14:10:22 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 818A73CA; Wed, 1 Apr 2015 14:10:22 +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 6BE841B1; Wed, 1 Apr 2015 14:10:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t31EAMTQ002983; Wed, 1 Apr 2015 14:10:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t31EALR9002981; Wed, 1 Apr 2015 14:10:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201504011410.t31EALR9002981@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Apr 2015 14:10:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382914 - in head/games/sdlsand: . 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: Wed, 01 Apr 2015 14:10:22 -0000 Author: amdmi3 Date: Wed Apr 1 14:10:20 2015 New Revision: 382914 URL: https://svnweb.freebsd.org/changeset/ports/382914 QAT: https://qat.redports.org/buildarchive/r382914/ Log: - Fix build on DragonFly Added: head/games/sdlsand/files/ head/games/sdlsand/files/patch-CmdLine.cpp (contents, props changed) Modified: head/games/sdlsand/Makefile Modified: head/games/sdlsand/Makefile ============================================================================== --- head/games/sdlsand/Makefile Wed Apr 1 13:58:14 2015 (r382913) +++ head/games/sdlsand/Makefile Wed Apr 1 14:10:20 2015 (r382914) @@ -10,7 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simulation of falling sand and other materials -USES= zip +USES= dos2unix zip +DOS2UNIX_FILES= CmdLine.cpp USE_SDL= sdl WRKSRC= ${WRKDIR}/SDL\ Sand/SDL\ Sand Added: head/games/sdlsand/files/patch-CmdLine.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/sdlsand/files/patch-CmdLine.cpp Wed Apr 1 14:10:20 2015 (r382914) @@ -0,0 +1,10 @@ +--- CmdLine.cpp.orig 2015-03-27 03:02:22.542305000 +0300 ++++ CmdLine.cpp 2015-03-27 03:02:46.761263000 +0300 +@@ -32,6 +32,7 @@ + // if you're using MFC, you'll need to un-comment this line + // #include "stdafx.h" + ++#include + #include "CmdLine.h" + + /*------------------------------------------------------