aboutsummaryrefslogtreecommitdiff
path: root/games/xboard
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Prefer graphics/ligvrsvg2-rust over graphics/librsvg2Tobias C. Berner2020-11-091-1/+1
| | | | | | | | | | | | | | - switch to the more modern version of librsvg2 on architectures supporting rust - this will fix some graphical issues on these architectures PR: 250276 Exp-run by: antoine Submitted by: tobik Differential Revision: https://reviews.freebsd.org/D18878 Notes: svn path=/head/; revision=554733
* devel/xboard: fix build in 13-currentFernando Apesteguía2020-09-021-2/+2
| | | | | | | | | | | | | | Another case of -fno-common This fixes the slave port devel/xboard-devel too. While here, add missing USE_XORG modules. PR: 248984 Reported by: kalten@gmx.at MFH: 2020Q3 (build fix, -fno-common) Notes: svn path=/head/; revision=547338
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-2/+2
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Returns johans's ports to the pool after safekeeping his commit bit.Rene Ladan2019-11-041-1/+1
| | | | Notes: svn path=/head/; revision=516744
* Mk/bsd.sanity.mk: Flag non-integer PORTREVISION/PORTEPOCHTobias Kortkamp2019-08-131-1/+1
| | | | | | | | | | | | | | | | Currently they are not checked and something like PORTREVISION=foo or just PORTREVISION= is accepted. Some ports use indirection via custom variables for them so it is worthwhile to check that they are set to sane values. While here fix ports that currently have non-integer PORTREVISION or PORTEPOCH. Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D21225 Notes: svn path=/head/; revision=508829
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* There is no need to say "(optional)" about something that is an option.Alexey Dokuchaev2018-01-191-1/+1
| | | | | | | Suggested by: mat Notes: svn path=/head/; revision=459434
* Revert inadvertent change that crept in the previous commit (r459416).Alexey Dokuchaev2018-01-191-1/+1
| | | | Notes: svn path=/head/; revision=459427
* - Remove BROKEN_sparc64 that was originally added in r239630 by linimon@Alexey Dokuchaev2018-01-191-11/+11
| | | | | | | | 8.5 years ago for version 4.2.7; current version (4.9.1) installs fine - Correctly set FOO_RUN_DEPENDS knobs and add some readability linefeeds Notes: svn path=/head/; revision=459416
* Update to 4.9.1 (bugfix release)Johan van Selst2016-08-012-4/+4
| | | | Notes: svn path=/head/; revision=419452
* Update to Xboard 4.9.0Johan van Selst2016-05-223-6/+52
| | | | | | | https://www.gnu.org/software/xboard/whats_new/4.9.0/ Notes: svn path=/head/; revision=415628
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Add shebangfix for texi2man script when option ZIPPY is selectedJohan van Selst2015-09-201-0/+2
| | | | | | | | PR: 200790 Submitted by: kalten@gmx.at Notes: svn path=/head/; revision=397368
* Add shebangfix to fix build when the option ZIPPY is selectedJohan van Selst2015-06-111-1/+4
| | | | | | | | PR: 200790 Submitted by: kalten@gmx.at Notes: svn path=/head/; revision=389244
* Update xboard to 4.8.0 (stable)Johan van Selst2014-11-054-35/+65
| | | | | | | http://www.gnu.org/software/xboard/whats_new/4.8.0/index.html Notes: svn path=/head/; revision=372192
* Add patch file, forgotten in previous commitJohan van Selst2014-09-121-0/+15
| | | | | | | | PR: 193271 Submitted by: Kalten Notes: svn path=/head/; revision=368017
* Overhaul of games/xboard in preparation of slave port games/xboard-develJohan van Selst2014-09-111-27/+91
| | | | | | | | PR: 193271 Submitted by: kalten@gmx.at Notes: svn path=/head/; revision=367968
* add zippy option for ICS server computer player modeJohan van Selst2014-08-263-21/+45
| | | | | | | | PR: 192669 Submitted by: kalten@gmx.at Notes: svn path=/head/; revision=366198
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361946
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359318
* - Use BROKEN_sparc64 and avoid <bsd.port.pre.mk>Johan van Selst2014-01-111-6/+4
| | | | | | | | PR: ports/185654 Submitted by: jgh Notes: svn path=/head/; revision=339407
* - Update xboard to 4.7.3 (bugfix release)Johan van Selst2014-01-102-34/+12
| | | | | | | - Simplify options handling Notes: svn path=/head/; revision=339375
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (games category) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331269
* - Update to 4.7.2Johan van Selst2013-10-063-14/+12
| | | | | | | - Add stage support Notes: svn path=/head/; revision=329558
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Do not overwrite USESBaptiste Daroussin2013-09-181-2/+1
| | | | Notes: svn path=/head/; revision=327532
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-1/+2
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327451
* Add dependencies, NLS, docsJohan van Selst2013-06-133-136/+148
| | | | | | | | PR: ports/179340 Submitted by: <nemysis@gmx.ch> Notes: svn path=/head/; revision=320822
* - Remove PORTDATA and pkg-deinstall in favour of static file listJohan van Selst2013-05-153-13/+139
| | | | | | | | | | Installing the port without PORTDATA is not advised - Add USES=shared-mime-info - Fix plist - Bump PORTREVISION Notes: svn path=/head/; revision=318248
* - Update xboard to 4.7.1Johan van Selst2013-05-134-552/+11
| | | | | | | | - Remove patch file that is no longer needed (fixed upstream) - Add deinstall script to avoid leftovers Notes: svn path=/head/; revision=318127
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Fix all new cases of 'No newline at end of file' in the ports treeAlex Kozlov2013-03-071-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=313597
* Fix build error on xboard.texi with modern texinfo.Johan van Selst2013-02-241-0/+545
| | | | | | | | | | Note that this is only an issue when makeinfo from ports is used. PR: ports/176397 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Notes: svn path=/head/; revision=312883
* - Upgrade xboard to 4.7.0Johan van Selst2013-02-233-419/+13
| | | | | | | | many improvements, http://www.gnu.org/software/xboard/whats_new/4.7.0/ - Remove Xaw3d look (no longer supported); note GTK is not yet finished Notes: svn path=/head/; revision=312811
* Convert to new options frameworkJohan van Selst2012-06-161-16/+19
| | | | Notes: svn path=/head/; revision=299407
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Update xboard to 4.6.2Johan van Selst2012-04-202-3/+3
| | | | Notes: svn path=/head/; revision=295150
* - Update to xboard 4.6.0Johan van Selst2012-03-313-4/+33
| | | | | | | | | | - Remove code patch (fixed upstream) - Honour WITHOUT_NLS to disable NLS support (new in this version) Feature safe: yes Notes: svn path=/head/; revision=294040
* Update xboard to 4.5.3Johan van Selst2011-10-032-3/+3
| | | | Notes: svn path=/head/; revision=282891
* Correct function definition (to fix building with clang)Johan van Selst2011-06-211-0/+1
| | | | Notes: svn path=/head/; revision=276017
* Update xboard to 4.5.2Johan van Selst2011-04-273-6/+399
| | | | Notes: svn path=/head/; revision=273275
* Add xboard OPTIONS to install optional chess engine backends.Johan van Selst2011-04-231-1/+26
| | | | | | | | PR: ports/156592 Submitted by: Kalten <kalten@gmx.at> Notes: svn path=/head/; revision=273109
* Update xboard to 4.5.1Johan van Selst2011-02-222-3/+3
| | | | Notes: svn path=/head/; revision=269522
* Update xboard to 4.5.0Johan van Selst2011-02-113-12/+23
| | | | | | | http://www.gnu.org/software/xboard/whats_new/4.5.0/ Notes: svn path=/head/; revision=268932
* Update xboard to 4.4.4 (bugfix release)Johan van Selst2010-08-202-4/+4
| | | | Notes: svn path=/head/; revision=259646
* Update to 4.4.3Johan van Selst2010-04-053-5/+19
| | | | Notes: svn path=/head/; revision=252229
* Update my mail address to @FreeBSD.orgJohan van Selst2010-02-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250234
* - Update to 4.4.2Johan van Selst2009-12-082-9/+7
| | | | | | | - Remove autotools run and another patch that's no longer required Notes: svn path=/head/; revision=245426