From owner-svn-ports-head@freebsd.org Mon Nov 16 09:40:48 2015 Return-Path: Delivered-To: svn-ports-head@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 D2F2AA2E1E5; Mon, 16 Nov 2015 09:40:48 +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 9BCA01D88; Mon, 16 Nov 2015 09:40:48 +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 tAG9elvl025428; Mon, 16 Nov 2015 09:40:47 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAG9el8M025427; Mon, 16 Nov 2015 09:40:47 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201511160940.tAG9el8M025427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 16 Nov 2015 09:40:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401757 - head/games/corsix-th 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.20 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: Mon, 16 Nov 2015 09:40:48 -0000 Author: madpilot Date: Mon Nov 16 09:40:47 2015 New Revision: 401757 URL: https://svnweb.freebsd.org/changeset/ports/401757 Log: Disable MOVIES option by deafult due to core dumps. PR: 204482 Submitted by: Ben Lavery Modified: head/games/corsix-th/Makefile Modified: head/games/corsix-th/Makefile ============================================================================== --- head/games/corsix-th/Makefile Mon Nov 16 08:47:09 2015 (r401756) +++ head/games/corsix-th/Makefile Mon Nov 16 09:40:47 2015 (r401757) @@ -3,6 +3,7 @@ PORTNAME= corsixth PORTVERSION= 0.50 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= games @@ -27,7 +28,7 @@ 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