Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2010 11:35:16 +0200 (CEST)
From:      Florian Smeets <flo@kasimir.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/149518: [MAINTAINER] games/crafty: update to 23.3
Message-ID:  <20100811093516.2A9023F43E@dev.local>
Resent-Message-ID: <201008110940.o7B9e2QJ061612@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         149518
>Category:       ports
>Synopsis:       [MAINTAINER] games/crafty: update to 23.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 11 09:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Florian Smeets
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD dev.local 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r210753: Mon Aug  2 14:35:04
>Description:
- Update to 23.3

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- crafty-23.3.patch begins here ---
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 <stdio.h>
  #include <assert.h>
  #include <stdlib.h>
--#include <malloc.h>
+-#if !defined(IPHONE)
++#if !defined(IPHONE) && !defined(__FreeBSD__)   
+ #  include <malloc.h>
+ #endif
  #include <string.h>
- #if !defined(TYPES_INCLUDED)
- #  include "lock.h"
--- crafty-23.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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