Port details |
- stockfish Open source chess engine
- 16.1 games =4 16Version of this port present on the latest quarterly branch.
- Maintainer: execve@gmail.com
- Port Added: 2011-09-24 17:17:26
- Last Update: 2024-08-11 18:25:50
- Commit Hash: bab9bc0
- People watching this port, also watch:: xboard, ta-lib, weberp, prestashop, autoconf
- License: GPLv3
- WWW:
- https://www.stockfishchess.com/
- Description:
- Stockfish is a free UCI chess engine derived from Glaurung 2.1. It is not
a complete chess program and requires some UCI-compatible GUI (e.g. XBoard
with PolyGlot, eboard, Arena, Sigma Chess, Shredder, Chess Partner, or
Fritz) in order to be used comfortably.
Read the documentation for your GUI of choice for information about how to
use Stockfish with it.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- stockfish>0:games/stockfish
- To install the port:
- cd /usr/ports/games/stockfish/ && make install clean
- To add the package, run one of these commands:
- pkg install games/stockfish
- pkg install stockfish
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: stockfish
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1709006625
SHA256 (nn-b1a57edbea57.nnue) = b1a57edbea574ca8b88d6837473845791beb53d885f87f86d5ccdd5659fbf3b2
SIZE (nn-b1a57edbea57.nnue) = 65429575
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for stockfish-16.1:
DOCS=on: Build and/or install documentation
====> Options available for the radio MACHDEP: you can only select none or one of them
AVX2=off: Use the AVX2 instruction set
BMI2=off: Use the BMI2 instruction set
POPCNT=off: Use the POPCNT instruction
===> Use 'make config' to modify these settings
- Options name:
- games_stockfish
- USES:
- compiler:c++11-lang gmake perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
16.1 11 Aug 2024 18:25:50 |
Zsolt Udvari (uzsolt) Author: Gautam Mani |
games/stockfish: update to 16.1
Changelog: https://stockfishchess.org/blog/2024/stockfish-16-1/
PR: 277347
Approved by: submitter is maintainer |
16 11 Jul 2023 22:07:30 |
Robert Clausecker (fuz) Author: Gautam Mani |
games/stockfish: update to 16
Changelog: https://github.com/official-stockfish/Stockfish/releases/tag/sf_16
PR: 272424 |
15.1 20 Jan 2023 11:50:25 |
Mikael Urankar (mikael) Author: Gautam Mani |
games/stockfish: Update to 15.1
Changes:
- Updated stockfish to 15.1
- nnue file is downloaded automatically during build and not needed at runtime
- Makefile website updated
PR: 268195 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
14 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
14 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
14 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
14 26 Aug 2021 06:09:52 |
Fernando Apesteguía (fernape) Author: Martin Neubauer |
games/stockfish: Update to 14
ChangeLog: https://stockfishchess.org/blog/2021/stockfish-14/
PR: 257934
Reported by: m.ne@gmx.net
Approved by: execve@gmail.com (maintainer, timeout 1 week) |
13 01 May 2021 17:55:48 |
Tobias Kortkamp (tobik) |
games/stockfish: Clean it up a little
- Eliminate use-once variables
- Do not abuse ALL_TARGET for MAKE_ARGS
- Override PREFIX and CXX via MAKE_ARGS
- Do not expose options that are amd64 only on other archs
- Add missing MYARCH definitions and reattempt build on other archs |
13 17 Apr 2021 17:03:52 |
Fernando Apesteguía (fernape) |
games/stockfish: Update to 13
ChangeLog: https://stockfishchess.org/blog/2021/stockfish-13/
PR: 254989
Reported by: m.ne@gmx.net
Revision by: execve@gmail.com (maintainer) |
12 14 Apr 2021 20:30:41 |
Piotr Kubaj (pkubaj) |
games/stockfish: fix build on powerpc64le
powerpc64le uses the same flags as powerpc64. |
12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
12 02 Jan 2021 01:46:09 |
linimon |
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket) |
12 13 Dec 2020 18:49:04 |
fernape |
games/stockfish: Update to 12
ChangeLog:
https://blog.stockfishchess.org/post/628172810852925440/stockfish-12
PR: 251253
Submitted by: m.ne@gmx.net
Approved by: execve@gmail.com (maintainer) |
11 26 Mar 2020 19:22:41 |
makc |
games/stockfish:
- Update to 11
PR: 243651
Sumbitted by: m.ne@gmx.net
Approved by: Gautam Mani (maintainer) |
10_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
10 14 Jan 2019 15:44:21 |
swills |
games/stockfish: fix build with GCC-based architectures
PR: 234410
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: maintainer timeout (execve@gmail.com, >2 weeks) |
10 21 Dec 2018 19:23:45 |
fernape |
games/stockfish: update to 10
Add LDFLAGS+= -fuse-ld=lld
so the port builds regardless of the linker differences between FreeBSD
releases.
Not much in the release notes:
http://blog.stockfishchess.org/post/180691011237/stockfish-10
SF 10 improves by about 50 ELO in self-play compared to SF 9.
PR: 234035
Submitted by: execve@gmail.com (maintainer) |
9_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
9 11 Dec 2018 10:10:02 |
antoine |
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
With hat: portmgr |
9 18 Sep 2018 09:28:35 |
linimon |
Upgrade these ports to USES=compiler:c++11-lang to fix build on gcc-based
archs such as powerpc64.
Tested for no effect on amd64.
While here, pet portlint.
Approved by: portgmr (tier-2 blanket) |
9 24 Feb 2018 07:48:16 |
yuri |
games/stockfish: Update to 9
Additional port changes:
* Changed to DISTVERSION
* Added DISTVERSIONSUFFIX
* Removed DISTNAME/DISTFILES
* Added LICENSE_FILE
* Removed WRKSRC
* Added NO_WRKSUBDIR
* Added WRKSRC_SUBDIR
* Removed the blank PORTDATA
* Updated the path in do-install-DOCS-on
PR: 226129
Submitted by: m.ne@gmx.net
Approved by: Gautam Mani <execve@gmail.com>, tcberner (mentor, implicit) |
8 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
8 23 Nov 2017 21:16:45 |
junovitch |
games/stockfish: update 5 -> 8
- Book support removed; it was removed from latest stockfish version
- PROFILE option support is no longer functional and was removed
PR: 206096
Submitted by: Gautam Mani <execve@gmail.com> (maintainer) |
5 14 May 2017 06:33:57 |
linimon |
Mark some ports failing on various tier-2 archs. In cases where the
error message was a stub, provide a real one.
While here, pet portlint.
This is a catchup commit from various earlier commits.
Approved by: portmgr (tier-2 blanket) |
5 08 Nov 2016 19:29:57 |
linimon |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. |
5 08 Nov 2016 09:01:11 |
linimon |
Mark as broken on arm64 and mips64.
Approved by: portmgr (tier-2 blanket) |
5 13 Sep 2015 13:51:42 |
danfe |
- Limit Tier-2 unsupported systems list to sparc64: PowerPC is supported
(both 32- and 64-bit), and there's little reason to mention ia64 as it
is being officially killed in -CURRENT some time ago and we don't make
any packages for it anyways
- Rename options POPCNT_ENABLED -> POPCNT and PROFILE_BUILD -> PROFILE;
not just it makes more sense, it also allows to use shared description
text (PROFILE_DESC)
- Place PORTDATA and PORTDOCS right below PLIST_FILES where they belong
- Organize knobs in a more natural way, use `do-install-DOCS-on' target,
mute MKDIR's, improve and kill EOL whitespace in the port description
text, sort USES values, and fix some minor style issues while I'm here |
5 02 Jul 2014 12:51:31 |
arved |
Update to version 5
PR: 190741
Submitted by: dennylin93@hs.ntnu.edu.tw
Approved by: maintainer timeout |
10 Mar 2014 14:49:26
|
bapt |
Convert g* to USES=zip |
4 18 Jan 2014 09:35:15 |
bapt |
Remove reference to NOPORTDATA
Use USES=compiler.mk to determine the compiler that will be in use
Use bsdtar to extract the zip file |
4 03 Jan 2014 00:46:47 |
bapt |
Part 1 at removing now useless FETCH_ARGS redifition |
4 26 Oct 2013 16:17:33 |
wg |
games/stockfish: update to 4
- Update to 4 [1]
- Allow staging
PR: ports/182769 [1]
Submitted by: Gautam Mani <execve gmail.com> (maintainer) |
3 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
3 16 Sep 2013 17:37:14 |
madpilot |
- Fix build with clang
- Make it respect PREFIX
- While here, USES=gmake
PR: ports/181616
Submitted by: Me
Approved by: Maintainer timeout |
3 29 Jun 2013 21:39:34 |
antoine |
Do not try to remove directories not created by the port |
3 02 Jun 2013 18:00:04 |
pawel |
- Update to version 3
- Make pkg-descr more detailed
PR: ports/179168
Submitted by: Gautam Mani <execve@gmail.com> (maintainer) |
2.3.1 20 Oct 2012 08:39:39 |
madpilot |
- Update to 2.3.1
- Add clang support
- Update MASTER_SITES
- Convert to optionsng
- Trim Makefile headers
PR: ports/172686
Submitted by: Gautam Mani <execve@gmail.com> (maintainer)
Feature safe: YES |
2.2.2 30 Jan 2012 18:49:03 |
jgh |
- Update to 2.2.2
- while here replace hardcoded version in distname/distfiles declarations
PR: ports/164607
Submitted by: maintainer
Approved by: crees, rene (mentors,implicit) |
2.2.1 18 Jan 2012 19:56:54 |
jgh |
- Update to 2.2.1
- Changed upstream master-site to the official archive available in dropbox due
to continuous
changes and having dynamic URLs.
- Respect PORTDOCS and PORTDATA
- Migrate PLIST into Makefile
PR: ports/164140
Submitted by: maintainer, Gautam Mani <gautam at execve.net>
Approved by: rene (mentor) |
2.1.1_1 15 Oct 2011 13:16:14 |
pawel |
@dirrm share/stockfish -> @dirrm %%DATADIR%%. Oops my mistake |
2.1.1_1 13 Oct 2011 14:04:13 |
pawel |
- Distname has changed name
- Add Opening Book
- Add options for building profile-build and profile-build-popcnt
- Add LICENSE
PR: ports/161516
Submitted by: Gautam <execve@gmail.com> (maintainer) |
2.1.1 29 Sep 2011 07:37:17 |
pav |
- Fix build
Submitted by: Gautam Mani <execve@gmail.com> (maintainer) |
2.1.1 24 Sep 2011 17:17:03 |
pawel |
Stockfish is an open-source UCI chess engine based on Glaurung.
Stockfish is an alpha-beta searcher and uses a bitboard representation.
Stockfish is free and uses the GPL license. You can download, read,
and modify the source code.
WWW: http://www.stockfishchess.com/
PR: ports/159575
Submitted by: Gautam Mani <execve@gmail.com>
Approved by: miwi, wen (mentors implicit) |