FreeBSD Bugzilla – Attachment 147877 Details for
Bug 194064
[MAINTAINER] Update games/chessx to 1.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch with the upgrade
chessx.patch (text/plain), 1.79 KB, created by
yamagi
on 2014-10-01 09:47:42 UTC
(
hide
)
Description:
Patch with the upgrade
Filename:
MIME Type:
Creator:
yamagi
Created:
2014-10-01 09:47:42 UTC
Size:
1.79 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 369706) >+++ Makefile (Arbeitskopie) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= chessx >-DISTVERSION= 1-1-0 >+PORTVERSION= 1.2.0 > CATEGORIES= games > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} > >@@ -15,8 +15,6 @@ > moc_build qmake_build rcc_build uic_build > QMAKE_ARGS+= QMAKE_LRELEASE=${LRELEASE} > >-WRKSRC= ${WRKDIR}/${PORTNAME} >- > OPTIONS_DEFINE= STOCKFISH CRAFTY > > STOCKFISH_DESC= Install Stockfish Chess Engine >Index: distinfo >=================================================================== >--- distinfo (Revision 369706) >+++ distinfo (Arbeitskopie) >@@ -1,2 +1,2 @@ >-SHA256 (chessx-1-1-0.tgz) = 87daa893b0fcc89a78f12521d1a6d098f0d02d236d04fb2110a5726dc2893e8e >-SIZE (chessx-1-1-0.tgz) = 3637453 >+SHA256 (chessx-1.2.0.tgz) = 83ad6c6dded68e309b6d78d107de577f1eea93b0a41f484ef1cc44acd54c6a11 >+SIZE (chessx-1.2.0.tgz) = 3705185 >Index: files/patch-src_database_enginelist.cpp >=================================================================== >--- files/patch-src_database_enginelist.cpp (Revision 369706) >+++ files/patch-src_database_enginelist.cpp (Arbeitskopie) >@@ -1,17 +0,0 @@ >---- src/database/enginelist.cpp_orig 2014-03-21 10:38:05.774005768 +0100 >-+++ src/database/enginelist.cpp 2014-03-21 10:38:46.470001992 +0100 >-@@ -52,6 +52,14 @@ >- restoreEmptyFromPath(path1, EngineData::UCI); >- restoreEmptyFromPath(path2, EngineData::WinBoard); >- #endif >-+ >-+#ifdef Q_OS_FREEBSD >-+ QString path(AppSettings->programDataPath()); >-+ QString path1 = path + "/engines-freebsd/uci"; >-+ QString path2 = path + "/engines-freebsd/winboard"; >-+ restoreEmptyFromPath(path1, EngineData::UCI); >-+ restoreEmptyFromPath(path2, EngineData::WinBoard); >-+#endif >- } >- >- void EngineList::restore()
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 194064
: 147877