diff -ruN --exclude=CVS /usr/ports/games/crafty.orig/Makefile /usr/ports/games/crafty/Makefile --- /usr/ports/games/crafty.orig/Makefile 2010-08-05 15:15:16.000000000 +0200 +++ /usr/ports/games/crafty/Makefile 2010-08-05 15:24:23.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= crafty -PORTVERSION= 23.2 +PORTVERSION= 23.3 CATEGORIES= games MASTER_SITES= http://www.craftychess.com/:src \ ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \ @@ -25,6 +25,8 @@ USE_ZIP= yes USE_GMAKE= yes +WRKSRC= ${WRKDIR} + BOOKS= books.bin DISTFILES+= ${BOOKS:S/$/:books/} diff -ruN --exclude=CVS /usr/ports/games/crafty.orig/distinfo /usr/ports/games/crafty/distinfo --- /usr/ports/games/crafty.orig/distinfo 2010-08-05 15:15:16.000000000 +0200 +++ /usr/ports/games/crafty/distinfo 2010-08-05 15:15:55.000000000 +0200 @@ -1,6 +1,6 @@ -MD5 (crafty/crafty-23.2.zip) = 522bb6b4ad1f04c198e6f9b2a0b1503d -SHA256 (crafty/crafty-23.2.zip) = f7bd2881cbde29874f4c0934afe82acd9276256fcb1ffc622b23930ac396d951 -SIZE (crafty/crafty-23.2.zip) = 424434 +MD5 (crafty/crafty-23.3.zip) = 5e71e1416dd55658daf5e1c851db274a +SHA256 (crafty/crafty-23.3.zip) = f3d818940ae53fa3c755a24cea624b4baa440d517bb8dfe74044d24a37ec9762 +SIZE (crafty/crafty-23.3.zip) = 424299 MD5 (crafty/start.pgn) = 98176af8ec13945a4ec60ad9b5959412 SHA256 (crafty/start.pgn) = 750397385a67307bd3e565f7a86d69745476db5fed4735650af971cc94318021 SIZE (crafty/start.pgn) = 1349 diff -ruN --exclude=CVS /usr/ports/games/crafty.orig/files/patch-chess.h /usr/ports/games/crafty/files/patch-chess.h --- /usr/ports/games/crafty.orig/files/patch-chess.h 2010-08-05 15:15:16.000000000 +0200 +++ /usr/ports/games/crafty/files/patch-chess.h 2010-08-11 11:20:53.000000000 +0200 @@ -1,10 +1,11 @@ ---- chess.h.orig 2010-01-24 12:22:38.000000000 +0100 -+++ chess.h 2010-01-24 12:22:45.000000000 +0100 -@@ -23,7 +23,6 @@ +--- ./chess.h.orig 2010-08-11 11:20:40.000000000 +0200 ++++ ./chess.h 2010-08-11 11:20:49.000000000 +0200 +@@ -24,7 +24,7 @@ #include #include #include --#include +-#if !defined(IPHONE) ++#if !defined(IPHONE) && !defined(__FreeBSD__) + # include + #endif #include - #if !defined(TYPES_INCLUDED) - # include "lock.h"