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

Number of commits found: 33

Sun, 6 Aug 2023
[ 23:52 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:21b24284ade5067a84c4373ecc4505a83ee98fe4  commit hash:21b24284ade5067a84c4373ecc4505a83ee98fe4  commit hash:21b24284ade5067a84c4373ecc4505a83ee98fe4  21b2428 
games/blockout: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
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, 22 Jun 2021
[ 18:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
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.
Thu, 17 Dec 2020
[ 12:35 pkubaj search for other commits by this committer ] Original commit   Revision:558287
games/blockout: enable on all architectures

Builds fine on powerpc64.

MFH:		2020Q4
Tue, 5 Nov 2019
[ 22:16 zeising search for other commits by this committer ] Original commit   Revision:516845 (Only the first 10 of 474 ports in this commit are shown above. View all ports for this commit)
Add USES=xorg USES=gl, ports categories g

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.
Thu, 9 Nov 2017
[ 22:17 antoine search for other commits by this committer ] Original commit   Revision:453874 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Fix the context of some patches so that they apply with stricter patch(1)

PR:		223545
With hat:	portmgr
Tue, 30 May 2017
[ 16:38 tobik search for other commits by this committer ] Original commit   Revision:442102
Remove ALSA dependency.  It's not required.

Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10730
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Sat, 15 Apr 2017
[ 19:29 ehaupt search for other commits by this committer ] Original commit   Revision:438594
Add .desktop entry and icon.
Fri, 17 Jun 2016
[ 09:05 amdmi3 search for other commits by this committer ] Original commit   Revision:417001
- Pet portlint
- Switch to options helpers
- Respect CFLAGS
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Mon, 19 Oct 2015
[ 10:30 mat search for other commits by this committer ] Original commit   Revision:399656
Fix patch, I think.

Sponsored by:	Absolight
Differential Revision:
Fri, 16 Oct 2015
[ 14:19 mat search for other commits by this committer ] Original commit   Revision:399481 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update to 2.5

PR:		203057
Submitted by:	maintainer
Sponsored by:	Absolight
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 2 Dec 2014
[ 23:29 amdmi3 search for other commits by this committer ] Original commit   Revision:373796
- Add LICENSE
- Fix patch line endings
- Simplify installation
- Don't require user to manually specify path to datadir
- Don't install needless static library
- Drop @dirrm* from plist
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Fri, 25 Jul 2014
[ 22:56 danilo search for other commits by this committer ] Original commit   Revision:362939
- Add stage support
Wed, 2 Jul 2014
[ 18:22 antoine search for other commits by this committer ] Original commit   Revision:360239 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
Resetting maintainership on ports that have not been staged and without any
pending PR

With hat:	portmgr
Wed, 25 Jun 2014
[ 05:35 bapt search for other commits by this committer ] Original commit   Revision:359185 (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Thu, 29 May 2014
[ 14:35 miwi search for other commits by this committer ] Original commit   Revision:355704 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Convert gmake, bzip to USES

Approved by:	portmgr
Fri, 3 Jan 2014
[ 00:46 bapt search for other commits by this committer ] Original commit   Revision:338511 (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Part 1 at removing now useless FETCH_ARGS redifition
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)
Sat, 18 Feb 2012
[ 10:18 mva search for other commits by this committer ] Original commit  (Only the first 10 of 537 ports in this commit are shown above. View all ports for this commit)
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
Wed, 10 Feb 2010
[ 17:50 erwin search for other commits by this committer ] Original commit 
Add another missing $

Submitted by:   Jan Henrik Sylvester <me@janh.de>
[ 07:52 erwin search for other commits by this committer ] Original commit 
Add missing $

Not properly tested by: pgollucci
Mon, 1 Feb 2010
[ 02:18 pgollucci search for other commits by this committer ] Original commit 
- use $SUB_FILES to dynamically adjust pkg-message

PR:             ports/142528
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:    maintainer timeout (devel@stasyan.com; > 2 weeks)
Sat, 30 Jan 2010
[ 09:43 mva search for other commits by this committer ] Original commit  (Only the first 10 of 295 ports in this commit are shown above. View all ports for this commit)
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:             ports/142147 ports/142248 ports/142249
Approved by:    miwi (mentor implicit)
Wed, 25 Nov 2009
[ 08:13 bsam search for other commits by this committer ] Original commit 
Change maintainers email.

Submitted by:   maintainer (via e-mail)
Wed, 9 Sep 2009
[ 13:32 skreuzer search for other commits by this committer ] Original commit 
Update MASTER_SITES

Submitted by:   Stas Timokhin <stast@bsdportal.ru> (private email)
Fri, 4 Sep 2009
[ 13:59 skreuzer 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)
BlockOut II is an adaptation of the original Blockout DOS game

PR:             ports/137479
Submitted by:   Stas Timokhin <stast@bsdportal.ru>

Number of commits found: 33