svn commit: r422861 - head/games/hedgewars

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 28 08:41:34 UTC 2016


Author: amdmi3
Date: Wed Sep 28 08:41:33 2016
New Revision: 422861
URL: https://svnweb.freebsd.org/changeset/ports/422861

Log:
  - Disable server until it's unbroken (haskell problem)

Modified:
  head/games/hedgewars/Makefile

Modified: head/games/hedgewars/Makefile
==============================================================================
--- head/games/hedgewars/Makefile	Wed Sep 28 08:23:59 2016	(r422860)
+++ head/games/hedgewars/Makefile	Wed Sep 28 08:41:33 2016	(r422861)
@@ -38,7 +38,7 @@ PORTDATA=	*
 
 # VIDEOREC - broken with recent ffmpeg
 OPTIONS_DEFINE=	SERVER # VIDEOREC
-OPTIONS_DEFAULT=SERVER
+#OPTIONS_DEFAULT=SERVER # until it's unbroken
 
 SERVER_DESC=	Build server (requires haskell)
 #VIDEOREC_DESC=	Enable video recording (requires ffmpeg)


More information about the svn-ports-all mailing list