notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: games/crafty/Makefile
SVNWeb

Number of commits found: 57

Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  d56127b  (Only the first 10 of 744 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 2 Jan 2021
[ 01:46 linimon search for other commits by this committer ] Original commit   Revision:559904 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 4 Nov 2019
[ 21:21 rene search for other commits by this committer ] Original commit   Revision:516744 (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
Returns johans's ports to the pool after safekeeping his commit bit.
Sun, 7 Apr 2019
[ 06:27 antoine search for other commits by this committer ] Original commit   Revision:498259
Mark BROKEN on i386

In file included from crafty.c:28:
./tbprobe.c:111:9: error: invalid operand for instruction
__asm__("bsfq %1, %0": "=r"(idx):"rm"(b));

Reported by:	pkg-fallout
MFH:		2019Q2
Sat, 2 Feb 2019
[ 10:11 tobik search for other commits by this committer ] Original commit   Revision:491937
games/*: Use NO_WRKSUBDIR
Sun, 1 Jul 2018
[ 09:17 linimon search for other commits by this committer ] Original commit   Revision:473660 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Mark these ports broken on mips64 and/or mips.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Sun, 18 Mar 2018
[ 14:58 linimon search for other commits by this committer ] Original commit   Revision:464919
Also broken on aarch64.
[ 14:40 linimon search for other commits by this committer ] Original commit   Revision:464917
Mark as broken on armvX.

Apparently the attempt to defeat the x86 assembler is insufficient.

While here, conform to newer style by unquoting and sorting ARCHs.

Approved by:	portmgr (tier-2 blanket)
Fri, 9 Feb 2018
[ 16:13 johans search for other commits by this committer ] Original commit   Revision:461319
Fix distfiles
Tue, 6 Feb 2018
[ 11:50 johans search for other commits by this committer ] Original commit   Revision:461039
Unbreak
Simplify setup by using only the default opening books
Don't rebuild the opening book that is also downloaded
Docs are no longer included, but provided online at
http://www.craftychess.com/documentation/craftydoc.html
Mon, 18 Dec 2017
[ 15:25 amdmi3 search for other commits by this committer ] Original commit   Revision:456638
- This is in fact broken on all architectures

Approved by:	portmgr blanket
Sat, 9 Dec 2017
[ 01:39 linimon search for other commits by this committer ] Original commit   Revision:455815
These are also broken on aarch64 in the same way as armv6/7.

Approved by:	portmgr (tier-2 blanket)
[ 00:42 linimon search for other commits by this committer ] Original commit   Revision:455813 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Mark more ports broken that fail on both armv6 and armv7.

Approved by:	portmgr (tier-2 blanket)
Sat, 15 Jul 2017
[ 22:05 johans search for other commits by this committer ] Original commit   Revision:445966
Update to Crafty 25.2
Sat, 13 May 2017
[ 07:24 miwi search for other commits by this committer ] Original commit   Revision:440755
- Mark Broken

=> Attempting to fetch http://www.craftychess.com/crafty-23.8.zip
fetch: http://www.craftychess.com/crafty-23.8.zip: Not Found
=> Attempting to fetch
http://www.cis.uab.edu/hyatt/crafty/source/crafty-23.8.zip
fetch: http://www.cis.uab.edu/hyatt/crafty/source/crafty-23.8.zip: Not Found
Mon, 23 May 2016
[ 20:35 amdmi3 search for other commits by this committer ] Original commit   Revision:415742 (Only the first 10 of 217 ports in this commit are shown above. View all ports for this commit)
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Wed, 1 Jul 2015
[ 19:54 johans search for other commits by this committer ] Original commit   Revision:391118
- Fix build for several architectures.
  Set CPUS=1 on non-x86. This leads to disabling custom thread synchronization
  primitives coded in x86 assembly and thus allows build (confirmed successful
  builds on mips and armv6, however haven't tested whether it actually works).
- Minor cleanups added to pet portlint

PR:		201255
Submitted by:	amdmi3
Sun, 6 Jul 2014
[ 10:27 johans search for other commits by this committer ] Original commit   Revision:360872
Fix build on i386 by disabling broken assembly code
(no functional changes)
Wed, 30 Apr 2014
[ 21:38 antoine search for other commits by this committer ] Original commit   Revision:352703
Fix fetch: some distfiles were put twice in the distinfo which caused the
size to be put twice in the fetch command which failed

With hat:	portmgr
Fri, 28 Mar 2014
[ 15:59 johans search for other commits by this committer ] Original commit   Revision:349433
- Update crafty to 23.8
- Adopt port
Mon, 17 Mar 2014
[ 07:47 ehaupt search for other commits by this committer ] Original commit   Revision:348444
Support staging
Tue, 11 Mar 2014
[ 20:35 flo search for other commits by this committer ] Original commit   Revision:347931 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Release a few ports I don't use anymore. Unfortunately I don't have time to
maintain them properly currently.
Mon, 10 Mar 2014
[ 14:49 bapt search for other commits by this committer ] Original commit   Revision:347760 (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
Convert g* to USES=zip
Fri, 20 Sep 2013
[ 17:36 bapt search for other commits by this committer ] Original commit   Revision:327730 (Only the first 10 of 1149 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Fri, 13 Sep 2013
[ 20:43 flo search for other commits by this committer ] Original commit   Revision:327183
Unbreak by using new MASTER_SITE

PR:		ports/182070 [1]
Submitted by:	Mikhail T. <m.tsatsenko@gmail.com> (partly) [1]
Sun, 29 Jul 2012
[ 11:17 cs search for other commits by this committer ] Original commit  (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Mon, 27 Dec 2010
[ 22:02 flo search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- change MAINTAINER to my @FreeBSD.org address

Approved by: jadawin (mentor)
Thu, 11 Nov 2010
[ 03:34 sahil search for other commits by this committer ] Original commit 
- Update to 23.4

PR:             ports/152120
Submitted by:   Florian Smeets <flo@smeets.im> (maintainer)
Wed, 22 Sep 2010
[ 21:21 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Update maintainer email address flo@kasimir.com -> flo@smeets.im

PR:             ports/150855
Submitted by:   maintainer
Sun, 15 Aug 2010
[ 08:41 miwi search for other commits by this committer ] Original commit 
- Update to 23.3

PR:             149518
Submitted by:   Florian Smeets <flo@kasimir.com> (maintainer)
Mon, 5 Apr 2010
[ 15:17 linimon search for other commits by this committer ] Original commit 
Sigh.  I _meant_ to say powerpc.  But since it invokes i386 asm, it's
not going to build on ia64, either.

Hat:            portmgr
[ 15:15 linimon search for other commits by this committer ] Original commit 
Also broken on ia64 and powerpc.

Hat:            portmgr
Fri, 2 Apr 2010
[ 17:09 miwi search for other commits by this committer ] Original commit 
- Update 23.2

PR:             145208
Submitted by:   Florian Smeets <flo@kasimir.com> (maintainer)
Wed, 27 Jan 2010
[ 01:04 miwi search for other commits by this committer ] Original commit 
- Update to 23.1

PR:             143159
Submitted by:   Florian Smeets <flo@kasimir.com> (maintainer)
Wed, 1 Apr 2009
[ 22:29 amdmi3 search for other commits by this committer ] Original commit 
- Update to 23.0

PR:             133259
Submitted by:   Florian Smeets <flo at kasimir dot com> (maintainer)
Sun, 22 Mar 2009
[ 15:31 amdmi3 search for other commits by this committer ] Original commit 
- Fix plist in ports depending on crafty
- Assign maintainership of crafty-open-* to submitter

PR:             132935
Submitted by:   Florian Smeets <flo at kasimir dot com> (crafty maintainer)
Thu, 12 Mar 2009
[ 12:22 amdmi3 search for other commits by this committer ] Original commit 
- Fix install with NOPORTDOCS

Submitted by:   Florian Smeets <flo at kasimir dot com> (maintainer)
Wed, 4 Mar 2009
[ 12:18 amdmi3 search for other commits by this committer ] Original commit 
- Update to 22.10
- Pass maintainership to submitter

PR:             132128
Submitted by:   Florian Smeets <flo at kasimir dot com>
Wed, 10 Dec 2008
[ 07:35 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Mark as broken on sparc64.

Hat:    portmgr
Fri, 28 Nov 2008
[ 22:49 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Reset shoemaker@bluebottle.com: email bounces.
Fri, 2 May 2008
[ 20:08 miwi search for other commits by this committer ] Original commit 
- Update to 22.1

PR:             123302
Submitted by:   Jonathan Shoemaker <shoemaker@bluebottle.com> (maintainer)
Fri, 25 Apr 2008
[ 15:24 pav search for other commits by this committer ] Original commit 
- Update to 22.0

PR:             ports/122800
Submitted by:   Jonathan Shoemaker <shoemaker@bluebottle.com> (maintainer)
Sat, 29 Sep 2007
[ 14:46 linimon search for other commits by this committer ] Original commit 
Apparently a fix had already been committed after the last pointyhat runs.

Adding to the pointy hat collection:    linimon
[ 09:01 linimon search for other commits by this committer ] Original commit 
Mark as broken on non-i386.
Tue, 25 Sep 2007
[ 05:51 rafan search for other commits by this committer ] Original commit 
- Don't install books.bin in this port. That file should be installed by
  one of games/crafty-open-* port.

PR:             ports/116622
Submitted by:   J Shoemaker <shoemaker at bluebottle.com> (maintainer)
Reported by:    pointyhat via pav
Sun, 23 Sep 2007
[ 03:44 edwin search for other commits by this committer ] Original commit 
[Maintainer Update]: fix arch-related issues

        Received email stating "build fails on amd64 system with a
        message about unsupported instructions. [...] Modifying
        patch-Makefile so that -m486 / -mtune 486 option is removed
        fixed the problem for me." Updated Makefile to add PORTREVISION
        so that updates will be seen by ports-tools, implemented
        arch suggestions for fixes, removing most mention of
        architecture specific instructions. Those will likely be
        in make.conf, anyway, and if so will be passed along due
        to inclusion.

PR:             ports/116379
Submitted by:   shoemaker@bluebottle.com (Jonathan Shoemaker)
Tue, 11 Sep 2007
[ 12:00 edwin search for other commits by this committer ] Original commit 
[Maintainer Update] games/crafty: fixes & features

        Does not need to ber setuid nobody, as this breaks the
        per-user rc-files goal; setgid with group-writable files should
        suffice. Configured for the new personalities feature, and added a
        fix to make sure that help is available (wasn't working before as it
        was moved from the executable to a file.)

PR:             ports/116266
Submitted by:   shoemaker@bluebottle.com (Jonathan Shoemaker)
Mon, 10 Sep 2007
[ 01:11 edwin search for other commits by this committer ] Original commit 
update games/crafty (Also solves pr ports/116163)

        Crafty is an open source chess engine. The former version is
        very old, not to mention broken when compiling enormous opening books
        (see pr ports/116163) This updates to the newest version, and solves
        the problem as well. Sorry about the prior pr with this topic - the
        makefile had a couple typos.

        This seems to be an abandoned port. If the maintainer is no
        longer interested, I will volunteer to take over this port.

The maintainers email address bounced, so Jonathan is now the happy
maintainer of this port.

PR:             ports/116241
Submitted by:   shoemaker@bluebottle.com (Jonathan Shoemaker)
Wed, 21 Dec 2005
[ 11:03 garga search for other commits by this committer ] Original commit 
- Change MASTER_SITES to make it fetchable again
- Adapt to use .zip distfiles
- Add SHA256 hashes

PR:             ports/90071
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:    maintainer timeout (14 days)
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Fri, 21 Feb 2003
[ 12:06 knu search for other commits by this committer ] Original commit  (Only the first 10 of 274 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Mon, 20 Jan 2003
[ 20:43 mi search for other commits by this committer ] Original commit 
Upgrade to 19.1. Add the option for using assembler-optimized
implementation on Sparcs with the warning that it segfaulted in my
tests. A Sparc guru should take a look -- the stuff, apparently works on
Solaris.

Approved by:    maintainer timeout (two weeks no response)
Thu, 28 Mar 2002
[ 23:35 mph search for other commits by this committer ] Original commit 
Upgrade to 18.14.
Mon, 27 Aug 2001
[ 13:06 sobomax search for other commits by this committer ] Original commit 
Make documentation fetchable.    
Tue, 3 Apr 2001
[ 22:19 mph search for other commits by this committer ] Original commit 
Upgrade to 18.9.    

Number of commits found: 57