svn commit: r401757 - head/games/corsix-th

Guido Falsi madpilot at FreeBSD.org
Mon Nov 16 09:40:48 UTC 2015


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


More information about the svn-ports-all mailing list