svn commit: r486058 - head/games/blokish/files

Mark Linimon linimon at FreeBSD.org
Tue Nov 27 20:01:07 UTC 2018


Author: linimon
Date: Tue Nov 27 20:01:06 2018
New Revision: 486058
URL: https://svnweb.freebsd.org/changeset/ports/486058

Log:
  - <sys/limits.h> is not in POSIX unlike <limits.h>
  - "ai.h" doesn't need the fix unlike ai.cpp, so move both below
  
  Reported by:	jbeich
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/blokish/files/patch-src_ai.cpp

Modified: head/games/blokish/files/patch-src_ai.cpp
==============================================================================
--- head/games/blokish/files/patch-src_ai.cpp	Tue Nov 27 19:59:27 2018	(r486057)
+++ head/games/blokish/files/patch-src_ai.cpp	Tue Nov 27 20:01:06 2018	(r486058)
@@ -4,8 +4,8 @@
  /*	This file is contains the AI logic.
   */
  
+ #include "ai.h"
 +#include <algorithm>
 +#include <sys/limits.h>
- #include "ai.h"
  
  AI::AI(BlokishBoard &board)


More information about the svn-ports-all mailing list