Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2007 01:40:09 GMT
From:      J Shoemaker <shoemaker@bluebottle.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/116622: [MAINTAINER] games/crafty: fix book conflict
Message-ID:  <200709250140.l8P1e9vC021198@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/116622; it has been noted by GNATS.

From: J Shoemaker <shoemaker@bluebottle.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116622: [MAINTAINER] games/crafty: fix book conflict
Date: Mon, 24 Sep 2007 19:36:25 -0600

 Actually, books.bin is still needed, so lets keep it.  It shouldn't
 cause any conflicts; it's just the smaller 'programmable' book.
 
 Please apply the following patch instead of the original:
 
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	/tmp/patch.diff
 #
 echo x - /tmp/patch.diff
 sed 's/^X//' >/tmp/patch.diff << 'END-of-/tmp/patch.diff'
 Xdiff -ruN /usr/ports/games/crafty/Makefile /tmp/crafty/Makefile
 X--- /usr/ports/games/crafty/Makefile	2007-09-22 21:44:46.000000000 -0600
 X+++ /tmp/crafty/Makefile	2007-09-24 19:31:07.000000000 -0600
 X@@ -7,7 +7,7 @@
 X 
 X PORTNAME=	crafty
 X PORTVERSION=	20.14
 X-PORTREVISION=	1
 X+PORTREVISION=	20070924
 X CATEGORIES=	games
 X MASTER_SITES=	ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \
 X 		ftp://ftp.cis.uab.edu/pub/hyatt/documentation/:doc \
 X@@ -77,7 +77,6 @@
 X 	${INSTALL_DATA} ${WRKSRC}/position.bin ${PREFIX}/lib/crafty/position.bin
 X 	${INSTALL_DATA} ${WRKSRC}/position.lrn ${PREFIX}/lib/crafty/position.lrn
 X 	${INSTALL_DATA} ${WRKSRC}/crafty.hlp ${PREFIX}/lib/crafty/crafty.hlp
 X-	${TOUCH} ${PREFIX}/lib/crafty/book.bin
 X 	${CHOWN} root:nogroup ${PREFIX}/lib/crafty/book*
 X 	${CHOWN} root:nogroup ${PREFIX}/lib/crafty/position*
 X 	${CHMOD} 664 ${PREFIX}/lib/crafty/book*
 Xdiff -ruN /usr/ports/games/crafty/pkg-plist /tmp/crafty/pkg-plist
 X--- /usr/ports/games/crafty/pkg-plist	2007-09-11 06:00:42.000000000 -0600
 X+++ /tmp/crafty/pkg-plist	2007-09-24 19:31:13.000000000 -0600
 X@@ -1,5 +1,4 @@
 X bin/crafty
 X-lib/crafty/book.bin
 X lib/crafty/book.lrn
 X lib/crafty/books.bin
 X lib/crafty/crafty.hlp
 END-of-/tmp/patch.diff
 exit
 
 ----------------------------------------------------------------------
 Free pop3 email with a spam filter.
 http://www.bluebottle.com/tag/5
 



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