FreeBSD Bugzilla – Attachment 119053 Details for
Bug 161516
[maintainer-update] games/stockfish: Update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.65 KB, created by
Gautam Mani
on 2011-10-12 13:40:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Gautam Mani
Created:
2011-10-12 13:40:08 UTC
Size:
2.65 KB
patch
obsolete
>diff --git a/ports/stockfish/Makefile b/ports/stockfish/Makefile >index b461ecb..9a7decc 100644 >--- a/ports/stockfish/Makefile >+++ b/ports/stockfish/Makefile >@@ -8,26 +8,49 @@ > PORTNAME= stockfish > PORTVERSION= 2.1.1 > CATEGORIES= games >-MASTER_SITES= http://f.cl.ly/items/3E1y252w3q0R3C050k01/ >-DISTNAME= stockfish-211-ja >+MASTER_SITES= http://f.cl.ly/items/1W3R1i3c3Y2n0m133q15/:src \ >+ http://www.execve.net/sf/:src \ >+ http://f.cl.ly/items/1y0Q3P2n0I2S0g0Y100E/:book \ >+ http://www.execve.net/sf/:book >+DISTNAME= sf-211-linux-eng >+DISTFILES= sf-211-linux-eng.zip:src \ >+ sf-211-book.zip:book > > MAINTAINER= execve@gmail.com > COMMENT= Open source chess engine > >+LICENSE= GPLv3 >+ > USE_ZIP= yes > WRKSRC= ${WRKDIR}/${DISTNAME}/src > USE_GMAKE= yes > MYARCH= ${ARCH} >+BOOKDIR= sf-211-book > > ALL_TARGET= build ARCH=${MYARCH} > >+OPTIONS= POPCNT_PROFILE_BUILD "Make a Profile build (POPCNT enabled)" Off \ >+ PROFILE_BUILD "Make a Profile build" Off >+ >+TGTBLD= build >+ >+.include <bsd.port.options.mk> >+ >+.if defined(WITH_PROFILE_BUILD) >+TGTBLD= profile-build >+.endif >+ >+.if defined(WITH_POPCNT_PROFILE_BUILD) >+TGTBLD= popcnt-profile-build >+.endif >+ > .include <bsd.port.pre.mk> > > # workaround the ARCH usage in the stockfish Makefile > .if ${MYARCH} == "i386" >-ALL_TARGET= build ARCH=x86-32 >+ALL_TARGET= ${TGTBLD} ARCH=x86-32 > .elif ${MYARCH} == "amd64" >-ALL_TARGET= build ARCH=x86-64 >+ALL_TARGET= ${TGTBLD} ARCH=x86-64 > .endif > > .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" >@@ -39,5 +62,7 @@ do-install: > ${MKDIR} ${DOCSDIR} > ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/Readme.txt ${DOCSDIR} > ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/polyglot.ini ${DOCSDIR} >+ ${MKDIR} ${PREFIX}/share/stockfish >+ ${INSTALL_DATA} ${WRKDIR}/${BOOKDIR}/Book.bin ${PREFIX}/share/stockfish > > .include <bsd.port.post.mk> >diff --git a/ports/stockfish/distinfo b/ports/stockfish/distinfo >index 9370ee1..54d7216 100644 >--- a/ports/stockfish/distinfo >+++ b/ports/stockfish/distinfo >@@ -1,2 +1,4 @@ >-SHA256 (stockfish-211-ja.zip) = bbc01a873183d213903260e4262fbee3cc79f51c62a601fce6b66a405b13d93a >-SIZE (stockfish-211-ja.zip) = 2623630 >+SHA256 (sf-211-linux-eng.zip) = 65398505d9582160a62520eb1bebe4527df7d90e3af2b88d0458919bf65c2def >+SIZE (sf-211-linux-eng.zip) = 1218458 >+SHA256 (sf-211-book.zip) = fc4b2964128278dcf076b1601a5fb7a6cc88d87d9f617d32fa82aeb05cfdff74 >+SIZE (sf-211-book.zip) = 8831695 >diff --git a/ports/stockfish/pkg-plist b/ports/stockfish/pkg-plist >index f963cd5..382503a 100644 >--- a/ports/stockfish/pkg-plist >+++ b/ports/stockfish/pkg-plist >@@ -1,4 +1,6 @@ > bin/stockfish >+share/stockfish/Book.bin > %%DOCSDIR%%/Readme.txt > %%DOCSDIR%%/polyglot.ini > @dirrm %%DOCSDIR%% >+@dirrm share/stockfish
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 161516
: 119053 |
119054