FreeBSD Bugzilla – Attachment 145801 Details for
Bug 192669
games/xboard: add zippy option for ICS server computer player mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
option for Zippy
patch-option_ZIPPY.txt (text/plain), 2.58 KB, created by
Kalten
on 2014-08-15 02:14:51 UTC
(
hide
)
Description:
option for Zippy
Filename:
MIME Type:
Creator:
Kalten
Created:
2014-08-15 02:14:51 UTC
Size:
2.58 KB
patch
obsolete
>--- Makefile.orig 2014-08-05 20:23:44.000000000 +0200 >+++ Makefile 2014-08-15 00:51:59.000000000 +0200 >@@ -3,6 +3,7 @@ > > PORTNAME= xboard > PORTVERSION= 4.7.3 >+PORTREVISION= 1 > CATEGORIES= games > MASTER_SITES= GNU > >@@ -11,9 +12,10 @@ > > LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo > >-OPTIONS_DEFINE= NLS CRAFTY FAIRYMAX GNUCHESS KNIGHTCAP PHALANX DOCS >+OPTIONS_DEFINE= NLS ZIPPY CRAFTY FAIRYMAX GNUCHESS KNIGHTCAP PHALANX DOCS > OPTIONS_DEFAULT= > OPTIONS_SUB= yes >+ZIPPY_DESC= Add Zippy capability to xboard (computer player on ICS) > CRAFTY_DESC= Install crafty engine > FAIRYMAX_DESC= Install fairymax engine > GNUCHESS_DESC= Install GnuChess engine >@@ -43,14 +45,24 @@ > > BROKEN_sparc64= Does not install on sparc64 > >+ZIPPY_CONFIGURE_ON= --enable-zippy >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MZIPPY} >+PORTDOCS+= zippy.README >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e 's/fairymax/gnuchessx/' ${WRKSRC}/xboard.conf.in > @${REINPLACE_CMD} -e '/^#include..malloc.h/d' \ > ${WRKSRC}/engineoutput.c ${WRKSRC}/uci.c > @${REINPLACE_CMD} -e 's:INSTALL.*sysconfdir):&/$$$$files.dist:' \ > ${WRKSRC}/Makefile.in >- >-.include <bsd.port.options.mk> >+.if ${PORT_OPTIONS:MZIPPY} >+ @cd ${WRKSRC} && ${PATCH} < ${PATCHDIR}/OPTION_ZIPPY__patch-xboard.texi >+ @${REINPLACE_CMD} -e 's|%%DOCSDIR%%|${DOCSDIR}|g' ${WRKSRC}/xboard.texi >+.endif > > post-install: > @${INSTALL_SCRIPT} ${WRKSRC}/cmail ${STAGEDIR}${PREFIX}/bin/ > >--- files/OPTION_ZIPPY__patch-xboard.texi.orig 1970-01-01 01:00:00.000000000 +0100 >+++ files/OPTION_ZIPPY__patch-xboard.texi 2014-08-15 00:51:30.000000000 +0200 >@@ -0,0 +1,25 @@ >+--- xboard.texi.orig 2014-01-06 18:15:22.000000000 +0100 >++++ xboard.texi 2014-08-14 23:43:17.000000000 +0200 >+@@ -64,6 +64,7 @@ >+ * Chess Servers:: Using XBoard with an Internet Chess Server (ICS). >+ * Firewalls:: Connecting to a chess server through a firewall. >+ * Environment:: Environment variables. >++* Zippy:: XBoard as computer player on an Internet Chess Server (ICS). >+ * Limitations:: Known limitations and/or bugs. >+ * Problems:: How and where to report any problems you run into. >+ * Contributors:: People who have helped developing XBoard. >+@@ -3805,6 +3806,14 @@ >+ but see the SOCKS Web site at http://www.socks.permeo.com/. >+ If you are missing SOCKS, try http://www.funbureau.com/. >+ >++@node Zippy >++@chapter Zippy >++@cindex Zippy >++@cindex ICS >++@cindex ICS computer player >++Be a computer player on an Internet Chess Server (ICS). >++See file @code{%%DOCSDIR%%/zippy.README} for description. >++ >+ @node Environment >+ @chapter Environment variables >+ @cindex Environment variables
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 192669
: 145801
Working