From owner-svn-ports-branches@freebsd.org Wed Nov 18 17:37:45 2015 Return-Path: Delivered-To: svn-ports-branches@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 C8CEDA31230; Wed, 18 Nov 2015 17:37:45 +0000 (UTC) (envelope-from madpilot@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 88B9D1286; Wed, 18 Nov 2015 17:37:45 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAIHbiub001122; Wed, 18 Nov 2015 17:37:44 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAIHbitW001121; Wed, 18 Nov 2015 17:37:44 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201511181737.tAIHbitW001121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 18 Nov 2015 17:37:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r401884 - branches/2015Q4/games/corsix-th X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 17:37:45 -0000 Author: madpilot Date: Wed Nov 18 17:37:44 2015 New Revision: 401884 URL: https://svnweb.freebsd.org/changeset/ports/401884 Log: MFH: r401757 r401871 r401757: Disable MOVIES option by deafult due to core dumps. PR: 204482 Submitted by: Ben Lavery r401871: Fix build on FreeBSD 9.3. Approved by: ports-secteam (feld) Modified: branches/2015Q4/games/corsix-th/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/games/corsix-th/Makefile ============================================================================== --- branches/2015Q4/games/corsix-th/Makefile Wed Nov 18 17:00:16 2015 (r401883) +++ branches/2015Q4/games/corsix-th/Makefile Wed Nov 18 17:37:44 2015 (r401884) @@ -3,6 +3,7 @@ PORTNAME= corsixth PORTVERSION= 0.50 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= games @@ -21,13 +22,14 @@ DOS2UNIX_FILES= CMake/FindFFmpeg.cmake \ CorsixTH/CMakeLists.txt \ CorsixTH/Src/iso_fs.cpp CMAKE_ARGS= -DWITH_LUAJIT=OFF +CFLAGS+= -I${ICONV_PREFIX}/include USE_GITHUB= yes GH_ACCOUNT= CorsixTH GH_PROJECT= CorsixTH OPTIONS_DEFINE= MOVIES -OPTIONS_DEFAULT= MOVIES +#OPTIONS_DEFAULT= MOVIES MOVIES_DESC= Play in-game movies MOVIES_CMAKE_ON= -DWITH_MOVIES=ON