View | Details | Raw Unified | Return to bug 149518
Collapse All | Expand All

(-)/usr/ports/games/crafty/Makefile (-1 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	crafty
8
PORTNAME=	crafty
9
PORTVERSION=	23.2
9
PORTVERSION=	23.3
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	http://www.craftychess.com/:src \
11
MASTER_SITES=	http://www.craftychess.com/:src \
12
		ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \
12
		ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \
Lines 25-30 Link Here
25
USE_ZIP=	yes
25
USE_ZIP=	yes
26
USE_GMAKE=	yes
26
USE_GMAKE=	yes
27
27
28
WRKSRC=		${WRKDIR}
29
28
BOOKS=		books.bin
30
BOOKS=		books.bin
29
DISTFILES+=	${BOOKS:S/$/:books/}
31
DISTFILES+=	${BOOKS:S/$/:books/}
30
32
(-)/usr/ports/games/crafty/distinfo (-3 / +3 lines)
Lines 1-6 Link Here
1
MD5 (crafty/crafty-23.2.zip) = 522bb6b4ad1f04c198e6f9b2a0b1503d
1
MD5 (crafty/crafty-23.3.zip) = 5e71e1416dd55658daf5e1c851db274a
2
SHA256 (crafty/crafty-23.2.zip) = f7bd2881cbde29874f4c0934afe82acd9276256fcb1ffc622b23930ac396d951
2
SHA256 (crafty/crafty-23.3.zip) = f3d818940ae53fa3c755a24cea624b4baa440d517bb8dfe74044d24a37ec9762
3
SIZE (crafty/crafty-23.2.zip) = 424434
3
SIZE (crafty/crafty-23.3.zip) = 424299
4
MD5 (crafty/start.pgn) = 98176af8ec13945a4ec60ad9b5959412
4
MD5 (crafty/start.pgn) = 98176af8ec13945a4ec60ad9b5959412
5
SHA256 (crafty/start.pgn) = 750397385a67307bd3e565f7a86d69745476db5fed4735650af971cc94318021
5
SHA256 (crafty/start.pgn) = 750397385a67307bd3e565f7a86d69745476db5fed4735650af971cc94318021
6
SIZE (crafty/start.pgn) = 1349
6
SIZE (crafty/start.pgn) = 1349
(-)/usr/ports/games/crafty/files/patch-chess.h (-6 / +7 lines)
Lines 1-10 Link Here
1
--- chess.h.orig	2010-01-24 12:22:38.000000000 +0100
1
--- ./chess.h.orig	2010-08-11 11:20:40.000000000 +0200
2
+++ chess.h	2010-01-24 12:22:45.000000000 +0100
2
+++ ./chess.h	2010-08-11 11:20:49.000000000 +0200
3
@@ -23,7 +23,6 @@
3
@@ -24,7 +24,7 @@
4
 #include <stdio.h>
4
 #include <stdio.h>
5
 #include <assert.h>
5
 #include <assert.h>
6
 #include <stdlib.h>
6
 #include <stdlib.h>
7
-#include <malloc.h>
7
-#if !defined(IPHONE)
8
+#if !defined(IPHONE) && !defined(__FreeBSD__)   
9
 #  include <malloc.h>
10
 #endif
8
 #include <string.h>
11
 #include <string.h>
9
 #if !defined(TYPES_INCLUDED)
10
 #  include "lock.h"

Return to bug 149518