Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2015 09:40:47 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401757 - head/games/corsix-th
Message-ID:  <201511160940.tAG9el8M025427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ben.lavery at hashbang0.com>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511160940.tAG9el8M025427>