Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2013 21:13:17 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328996 - in head/games/brutalchess: . files
Message-ID:  <201310012113.r91LDHIt020627@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Oct  1 21:13:17 2013
New Revision: 328996
URL: http://svnweb.freebsd.org/changeset/ports/328996

Log:
  games/brutalchess: add <unistd.h> for modern compilers
  
  USE_DOS2UNIX was required in order to create and apply the patch.
  
  Approved by:	portmgr (bapt, implicit)

Added:
  head/games/brutalchess/files/patch-src_board.h   (contents, props changed)
Modified:
  head/games/brutalchess/Makefile

Modified: head/games/brutalchess/Makefile
==============================================================================
--- head/games/brutalchess/Makefile	Tue Oct  1 20:58:48 2013	(r328995)
+++ head/games/brutalchess/Makefile	Tue Oct  1 21:13:17 2013	(r328996)
@@ -18,7 +18,7 @@ USE_XORG=		x11 xext xt xmu xi
 
 USE_GMAKE=		yes
 USE_AUTOTOOLS=		libtool
-
+USE_DOS2UNIX=		yes
 USE_GL=			yes
 USE_SDL=		sdl image
 

Added: head/games/brutalchess/files/patch-src_board.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/brutalchess/files/patch-src_board.h	Tue Oct  1 21:13:17 2013	(r328996)
@@ -0,0 +1,10 @@
+--- src/board.h.orig	2013-10-01 21:08:24.000000000 +0000
++++ src/board.h
+@@ -12,6 +12,7 @@
+ #include <cstdio>
+ #include <iostream>
+ #include <vector>
++#include <unistd.h>
+ 
+ #include "bitboard.h"
+ #include "boardmove.h"



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