| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
|
|
| |
PR: 234410
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: maintainer timeout (execve@gmail.com, >2 weeks)
Notes:
svn path=/head/; revision=490272
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=488019
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
|
| |
PR: 199098
With hat: portmgr
Notes:
svn path=/head/; revision=487230
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
archs such as powerpc64.
Tested for no effect on amd64.
While here, pet portlint.
Approved by: portgmr (tier-2 blanket)
Notes:
svn path=/head/; revision=480003
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=462773
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=455167
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=454799
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=440863
|
|
|
|
| |
Notes:
svn path=/head/; revision=425758
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=425716
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
Notes:
svn path=/head/; revision=396820
|
|
|
|
|
|
|
|
|
| |
PR: 190741
Submitted by: dennylin93@hs.ntnu.edu.tw
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=360174
|
|
|
|
| |
Notes:
svn path=/head/; revision=347760
|
|
|
|
|
|
|
|
| |
Use USES=compiler.mk to determine the compiler that will be in use
Use bsdtar to extract the zip file
Notes:
svn path=/head/; revision=340159
|
|
|
|
| |
Notes:
svn path=/head/; revision=338511
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 4 [1]
- Allow staging
PR: ports/182769 [1]
Submitted by: Gautam Mani <execve gmail.com> (maintainer)
Notes:
svn path=/head/; revision=331711
|
|
|
|
|
|
|
| |
games)
Notes:
svn path=/head/; revision=327730
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Make it respect PREFIX
- While here, USES=gmake
PR: ports/181616
Submitted by: Me
Approved by: Maintainer timeout
Notes:
svn path=/head/; revision=327425
|
|
|
|
| |
Notes:
svn path=/head/; revision=322063
|
|
|
|
|
|
|
|
|
|
| |
- Make pkg-descr more detailed
PR: ports/179168
Submitted by: Gautam Mani <execve@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=319703
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=306170
|
|
|
|
|
|
|
|
|
|
|
| |
- while here replace hardcoded version in distname/distfiles declarations
PR: ports/164607
Submitted by: maintainer
Approved by: crees, rene (mentors,implicit)
Notes:
svn path=/head/; revision=290128
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=289421
|
|
|
|
| |
Notes:
svn path=/head/; revision=283567
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=283479
|
|
|
|
|
|
|
| |
Submitted by: Gautam Mani <execve@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=282597
|
|
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)
Notes:
svn path=/head/; revision=282314
|