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/bsdgames/Makefile
SVNWeb

Number of commits found: 45

Thu, 22 Dec 2022
[ 16:17 Fernando Apesteguía (fernape) search for other commits by this committer Author: Martin Neubauer ]    commit hash:88f63df378836149300eb02b89bd4b43a7d3e8a5  commit hash:88f63df378836149300eb02b89bd4b43a7d3e8a5  commit hash:88f63df378836149300eb02b89bd4b43a7d3e8a5  88f63df 
games/bsdgames: atc: Import fix for plane allocation

Where there is only one remaining slot.
This was fixed in NetBSD long time ago.

PR:		268248
Reported by:	m.ne@gmx.net
Approved by:	jockl@pianojockl.org (maintainer, timeout > 2 weeks)
Obtained
from:	http://cvsweb.netbsd.org/bsdweb.cgi/src/games/atc/update.c?only_with_tag=MAIN#rev1.22
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)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
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.
Fri, 5 Feb 2021
[ 16:43 fernape search for other commits by this committer ] Original commit   Revision:564133
games/bsdgames: NO_WERROR fix for FreeBSD 13

* use WITHOUT_WERROR instead of NO_WERROR
* remove noop REINPLACE statements
* moves the wump.info out of the pkg-plist into the Makefile

PR:	252941
Submitted by:	jockl@pianojockl.org (maintainer)
Thu, 27 Aug 2020
[ 15:47 eugen search for other commits by this committer ] Original commit   Revision:546355
games/bsdgames: fix build for clang 11 and gcc 10 (FreeBSD 13)

Add -fcommon to CFLAGS as patching this historic code would be
too invasive. PORTREVISION not bumped as it fixes build for FreeBSD 13.

Reported by:	pkg-fallout
Wed, 8 Apr 2020
[ 18:50 cy search for other commits by this committer ] Original commit   Revision:531141 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Update 0.7 --> 0.75, fixing ncurses 6.2 build issues.

PR:		244568
Submitted by:	Joachim Werner <jockl at pianojockl.org> (maintainer)
Reported by:	Joachim Werner <jockl at pianojockl.org> (maintainer)
Approved by:	maintainer (implicit)
MFH:		2020Q2
Tue, 26 Nov 2019
[ 19:37 jgh search for other commits by this committer ] Original commit   Revision:518479
- update to 0.7

* incorporated patches by Robert Bonomi into cribbage
* moved sources to a dedicated github.com repository for easier future
  bugfixing
* changed epoch - 5.5.0 (as in DragonFlyBSD) really doesn't make sense.
  version 0.7 suggests it's not as tidy as it should be, so that's
  appropriate.

PR:		242250
Submitted by:	jockl@pianojockl.org (maintainer)
Sat, 11 May 2019
[ 19:52 mat search for other commits by this committer ] Original commit   Revision:501298
Use USE_GITHUB when appropriate.
Mon, 11 Mar 2019
[ 14:02 rodrigo search for other commits by this committer ] Original commit   Revision:495354 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Upgrade games/bsdgames from v5.2.2 to v5.5.0

Update to DragonflyBSD 5.5.0 sources.
Pulled sail from NetBSD, since it wasn't working.
Remake patches

PR:		236377
Submitted by:	Joachim Werner <jockl@pianojockl.org>
Thu, 1 Nov 2018
[ 15:10 swills search for other commits by this committer ] Original commit   Revision:483675 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
games/bsdgames: update to 5.2.2

Added bcd, boggle, ppt, tetris
Pet portlint
While here, pass maintainership to submitter

PR:		232051
Submitted by:	Joachim Werner <jockl@pianojockl.org>
Sat, 26 May 2018
[ 15:46 adamw search for other commits by this committer ] Original commit   Revision:470898
Release maintainership
Fri, 29 Sep 2017
[ 21:41 adamw search for other commits by this committer ] Original commit   Revision:450937
Distfiles work better when they're uploaded.

Reported by:	cy
[ 16:55 adamw search for other commits by this committer ] Original commit   Revision:450915
Update to the sources from DragonflyBSD 4.8.1
Mon, 31 Oct 2016
[ 17:10 adamw search for other commits by this committer ] Original commit   Revision:425015
Update to the sources from DragonflyBSD 4.6.1. We lost piano(6),
but gained two vitally important tools: colorbars(6), which displays
a couple colors in the terminal, and hals_end(6), which displays
a script of HAL's final words.
Fri, 13 May 2016
[ 19:06 bapt search for other commits by this committer ] Original commit   Revision:415137
Prevent collision with getline(3)
Thu, 12 May 2016
[ 14:54 adamw search for other commits by this committer ] Original commit   Revision:415066
Fix potion mixing.

From PR:
	This routine is swapping the potion colors and because only 2/3
	of the color swap code is there, many of the potions end up with
	the same color.

PORTREVISION bump.

PR:		209310
Submitted by:	sjrbulk at verizon dot net
Mon, 14 Mar 2016
[ 16:40 adamw search for other commits by this committer ] Original commit   Revision:411102
Update to sources from DragonflyBSD 4.4.2.
Thu, 24 Dec 2015
[ 18:05 adamw search for other commits by this committer ] Original commit   Revision:404384
Update to the DragonflyBSD 4.4.1 source.
Sat, 15 Aug 2015
[ 16:02 adamw search for other commits by this committer ] Original commit   Revision:394327
Update to sources from DragonFlyBSD 4.2.4.
Mon, 29 Jun 2015
[ 00:47 adamw search for other commits by this committer ] Original commit   Revision:390876
Update to DragonflyBSD 4.0.6.
Tue, 24 Mar 2015
[ 21:17 adamw search for other commits by this committer ] Original commit   Revision:382172
Use MASTER_SITES macro for LOCAL

Suggested by:	mat
[ 19:55 adamw search for other commits by this committer ] Original commit   Revision:382165
Add two patches from DragonFlyBSD trunk:
  - 68420e59f12cf9c9fc14db0c493426150dd9ed95
    Fix some typos in messages/manpages. (Sascha Wildner)
  - 890b6f4a25a31acb7bb5b8c16193dc5d404b0805
    games: Fix real bugs on three games (found by gcc 5.0) (John Marino)
[ 19:42 adamw search for other commits by this committer ] Original commit   Revision:382164
Update to bsdgames from DragonFlyBSD 4.0.5.

Thanks to marino for helping me find an easier way to create the tarballs
for these updates.
Sat, 13 Dec 2014
[ 19:46 adamw search for other commits by this committer ] Original commit   Revision:374681
Revert the contents of r374674, as it broke packaging as a regular
user. Instead, set the group and mode manually in the plist.

Submitted by:	antoine
[ 18:54 adamw search for other commits by this committer ] Original commit   Revision:374674
Since r367027, the setgid games have been installed as setgid root
instead of setgid root. The port redefines BINGRP when necessary,
but since BINGRP was being passed in MAKE_ARGS, it overrode those
redefinitions. Passing BINGRP in MAKE_ENV instead should allow
uidfix to still work, while making sure that the games are installed
with the correct group.

Submitted by:	Glen Foster
MFH:		2014Q4
Fri, 12 Dec 2014
[ 15:15 adamw search for other commits by this committer ] Original commit   Revision:374594
Fix a bounds-checking typo in trek. The number of sectors was being used
to check input for the quadrant, and NSECTS > NQUADS.

PR:		195837
Submitted by:	Kenji Rikitake
Sat, 6 Dec 2014
[ 19:55 adamw search for other commits by this committer ] Original commit   Revision:374144
Rename bs and fish to avoid conflicts with games/bs and shells/fish.
While here, get on board with @dir.

PR:		195672
Submitted by:	nemysis
Tue, 2 Sep 2014
[ 15:14 bapt search for other commits by this committer ] Original commit   Revision:367027
Remove useless @cwd
Allow packaging as regular user
Fri, 29 Aug 2014
[ 16:39 adamw search for other commits by this committer ] Original commit   Revision:366529
Update bsdgames to DragonflyBSD 3.8.2.
Wed, 23 Jul 2014
[ 19:29 adamw search for other commits by this committer ] Original commit   Revision:362720
The decision to move the savedata into ${PREFIX} did not go over
well. Revert it, and add a "@cwd /" that makes @sample do the
right thing.
Tue, 22 Jul 2014
[ 14:45 adamw search for other commits by this committer ] Original commit   Revision:362545 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update to 3.8.1. Along with this, savegame data is now in
/usr/local/var/games instead of /var/games. This was necessary
because @sample cannot operate outside of %%PREFIX%%, and
previously the port would overwrite or remove previously
saved games. This is easier, better and more hier(7)ful.
[ 13:39 adamw search for other commits by this committer ] Original commit   Revision:362541
Stage, simplify, and put everything in /var/games as a @sample so that
saved data is precious.

Also, take maintainership, thank you uqs!
Tue, 24 Sep 2013
[ 03:47 amdmi3 search for other commits by this committer ] Original commit   Revision:328087
- Add CONFLICTS with games/hangman

PR:		179687
Submitted by:	myself
Approved by:	maintainer timeout
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)
Sun, 5 May 2013
[ 21:47 bapt search for other commits by this committer ] Original commit   Revision:317441
Fix build on current
Fri, 25 May 2012
[ 10:50 uqs search for other commits by this committer ] Original commit 
Fix battlestar(6), there was treachery afoot, see the newsflash.

*BATTLESTAR NEWSFLASH*BATTLESTAR NEWSFLASH*BATTLESTAR NEWSFLASH*

Battlestar Daily uncovers heinous sabotage scheme!
Leaked mission radio protocols show losing grip on reality.

In what flabbergasted experts describe as a 'highly efficient, covert
thingie'-scheme, members of our forces involved in highly classified operations
suffered a dramatic loss of vital sensorical capabilities, leading to
desastrous results.

From leaked radio recordings and its own sources involved in mission
preparation and conduct, BD learned shocking details of failed missions.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 26 Nov 2010
[ 08:01 uqs search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Use MASTER_SITE_SUBDIR instead of rolling my own.

Clue provided by:       pav
Thu, 25 Nov 2010
[ 19:00 uqs search for other commits by this committer ] Original commit 
Fix remaining MASTER_SITE_LOCAL abuses for my ports.
Mon, 31 May 2010
[ 08:03 uqs search for other commits by this committer ] Original commit 
- Update to my @FreeBSD.org address
- Add distfile mirror to single source MASTER_SITES
- Also update no longer working addresses
Thu, 17 Dec 2009
[ 16:45 nemoliu search for other commits by this committer ] Original commit 
- Make it unbreak on -CURRENT

PR:     ports/141673
Submitted by:   Ulrich Spoerlein <uqs@spoerlein.net> (maintainer)
Mon, 30 Nov 2009
[ 14:01 glewis search for other commits by this committer ] Original commit 
. pre-install -> pre-su-install since it creates directories in /var/games.

PR:             141002
Approved by:    Ulrich Spoerlein (maintainer)
Thu, 26 Nov 2009
[ 14:45 miwi search for other commits by this committer ] Original commit 
Fix installation and packaging of most of the BSD games.
Their mode was fixed at 0550 which would only work, if
your user happened to be in group games.

Thanks to Lowell Gilbert!

PR:             140894
Submitted by:   Ulrich Spoerlein <uqs@spoerlein.net> (maintainer)
Sat, 21 Nov 2009
[ 22:00 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Update to 2.4

PR:             140478
Submitted by:   Ulrich Spoerlein <uqs@spoerlein.net> (maintainer)
[ 21:55 miwi search for other commits by this committer ] Original commit 
- Force commit
        repocopy from games/freebsd-games -> games/bsdgames

Number of commits found: 45