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

Number of commits found: 52

Sun, 31 Oct 2021
[ 09:50 Rene Ladan (rene) search for other commits by this committer ]    commit hash:502145eb21421256d6928712d6eb3ad264c49a49  commit hash:502145eb21421256d6928712d6eb3ad264c49a49  commit hash:502145eb21421256d6928712d6eb3ad264c49a49  502145e  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
cleanup: Remove expired ports:

games/super_methane_brothers, depends on expired devel/clanlib
emulators/advancemess, depends on expired emulators/advancemame
2021-10-31 emulators/advancemame: Heavily outdated and unmaintained
2021-10-31 devel/clanlib: Upstream no longer maintained
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, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Tue, 18 Sep 2018
[ 08:14 linimon search for other commits by this committer ] Original commit   Revision:479990 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64.

Tested on powerpc64, amd64.

Approved by:	portmgr (tier-2 blanket)
Wed, 27 Sep 2017
[ 05:09 jbeich search for other commits by this committer ] Original commit   Revision:450712
games/super_methane_brothers: unbreak after r450353

In file included from sources/game.cpp:28:
In file included from sources/target.h:21:
In file included from /usr/local/include/ClanLib-2.3/ClanLib/display.h:112:
In file included from
/usr/local/include/ClanLib-2.3/ClanLib/Display/TargetProviders/display_window_provider.h:44:
/usr/local/include/ClanLib-2.3/ClanLib/Display/TargetProviders/../Window/display_window.h:48:10:
fatal error: 'X11/Xlib.h' file not found
 #include <X11/Xlib.h>
          ^
Fri, 22 Sep 2017
[ 10:48 mat search for other commits by this committer ] Original commit   Revision:450353 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Cleanup after removal of libexecinfo from ports.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
[ 10:48 mat search for other commits by this committer ] Original commit   Revision:450351 (Only the first 10 of 175 ports in this commit are shown above. View all ports for this commit)
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Wed, 26 Jul 2017
[ 18:52 jbeich search for other commits by this committer ] Original commit   Revision:446693
games/super_methane_brothers: unbreak runtime on non-x86 after r446663

$ methane
Exception caught:
Sorry, clanSWRender requires a processor capable of SSE2 instructions. (Update
your CPU)

Pointy hat to:	jbeich
Sun, 5 Feb 2017
[ 07:18 jbeich search for other commits by this committer ] Original commit   Revision:433376
games/super_methane_brothers: use clang and unbreak with gcc5 or later

sources/misc.cpp:43:65: error: narrowing conversion of '4294967248u' from
'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_0c = {SPR_ENDSPR_1+0x0c,0x0020,0xFFFFFFD0};
                                                                 ^
sources/misc.cpp:46:65: error: narrowing conversion of '4294967282u' from
'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_0f = {SPR_ENDSPR_1+0x0f,0x005E,0xFFFFFFF2};
                                                                 ^
sources/misc.cpp:47:65: error: narrowing conversion of '4294967290u' from
'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_10 = {SPR_ENDSPR_1+0x10,0x007E,0xFFFFFFFA};
                                                                 ^
sources/misc.cpp:48:65: error: narrowing conversion of '4294967289u' from
'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_11 = {SPR_ENDSPR_1+0x11,0x008E,0xFFFFFFF9};
                                                                 ^
sources/misc.cpp:50:65: error: narrowing conversion of '4294967291u' from
'unsigned int' to 'int' inside { } [-Wnarrowing]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
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, 13 Oct 2015
[ 04:00 amdmi3 search for other commits by this committer ] Original commit   Revision:399176
- Unbreak by installing missing data files
- Remove unused depends
- Remove /var/games stuff which is not used

MFH:		2015Q4
Mon, 5 Jan 2015
[ 17:55 pawel search for other commits by this committer ] Original commit   Revision:376331
- Switch to USES=execinfo
- Cleanup pkg-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)
Tue, 29 Jul 2014
[ 19:11 adamw search for other commits by this committer ] Original commit   Revision:363374 (Only the first 10 of 436 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 8 Jun 2014
[ 03:25 vanilla search for other commits by this committer ] Original commit   Revision:356969
1: Stagify.
2: convert to new LIB_DEPENDS format.
Mon, 10 Mar 2014
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:347809 (Only the first 10 of 1081 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Fri, 21 Feb 2014
[ 13:36 ehaupt search for other commits by this committer ] Original commit   Revision:345410 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespaces from category games
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Mon, 25 Nov 2013
[ 00:03 linimon search for other commits by this committer ] Original commit   Revision:334801
Reset maintainer at his request.

PR:	ports/184260
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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, 1 Sep 2013
[ 15:19 rm search for other commits by this committer ] Original commit   Revision:325864
- update to 2.3.7
- chase the update in games/super_methane_brothers
- convert USE_GMAKE to USES, while here

PR:		181491
Submitted by:	chris petrik <c.petrik.sosa@gmail.com> (maintainer)
Sat, 17 Aug 2013
[ 16:27 gerald search for other commits by this committer ] Original commit   Revision:324851 (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
Tue, 23 Apr 2013
[ 10:47 bapt search for other commits by this committer ] Original commit   Revision:316343 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Convert g* to USES=pkgconfig
Thu, 7 Mar 2013
[ 03:25 bdrewery search for other commits by this committer ] Original commit   Revision:313559 (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
- Please welcome back Chris Petrik as maintainer of
  these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
Tue, 5 Feb 2013
[ 09:15 miwi search for other commits by this committer ] Original commit   Revision:311678
- Update to 1.5.1

PR:		175043
Submitted by:	Ports Fury
Mon, 10 Dec 2012
[ 01:20 eadler search for other commits by this committer ] Original commit   Revision:308576 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Revert Chris Petrik's ports to the pool.  Thank you for all your work so far,
and should you desire to return just let us know.

PR:		ports/174309
Submitted by:	Chris Petrik
Tue, 2 Oct 2012
[ 10:28 jhale search for other commits by this committer ] Original commit   Revision:305154 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Update devel/clanlib to 2.3.6
- Adjust dependent ports to use devel/clanlib1 [1]
- Strip Makefile headers

PR:		ports/171333
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Approved by:	makc (mentor), maintainers via private email [1]
Sun, 9 Sep 2012
[ 02:30 eadler search for other commits by this committer ] Original commit   Revision:303952 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Welcome back Chris Petrik <c.petrik.sosa@gmail.com>

PR:	ports/171481
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Wed, 2 Mar 2011
[ 23:59 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Return these ports to the pool.

PR:             ports/155217
Submitted by:   maintainer
Sat, 5 Feb 2011
[ 03:52 miwi search for other commits by this committer ] Original commit 
- Pass maintainership to submitter
- Drop MD5 support

PR:             154489
Submitted by:   chris petrik <c.petrik.sosa@gmail.com>
Feature safe:   yes
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Sat, 22 Aug 2009
[ 00:23 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 415 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with G
Sun, 2 Aug 2009
[ 02:51 wxs search for other commits by this committer ] Original commit  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
- Reset maintainer and remove old MASTER_SITES.

PR:             ports/137224
Submitted by:   Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer)
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Fri, 14 Sep 2007
[ 04:01 alepulver search for other commits by this committer ] Original commit 
- Update to 1.4.8.
- Take maintainership.

PR:             ports/115144
Submitted by:   Martin Tournoij <carpetsmoker@xs4all.nl>
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Sun, 15 Apr 2007
[ 21:06 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
  with letter f-h
Fri, 3 Nov 2006
[ 13:10 jylefort search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Drop maintainership
Sun, 7 May 2006
[ 23:46 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 402 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE for categories starting with a G
Sat, 2 Jul 2005
[ 13:06 jylefort search for other commits by this committer ] Original commit 
- Fix compilation [1]
- Respect ${CXX}
- When deinstalling, remove the score file if it is empty

Reported by:    kris [1]
Sat, 11 Jun 2005
[ 23:47 kris search for other commits by this committer ] Original commit 
BROKEN: Does not compile
Sun, 24 Apr 2005
[ 15:45 jylefort search for other commits by this committer ] Original commit 
- Update to 1.4.7
- Save high scores

Approved by:    adamw (implicit, mentor)
Tue, 12 Apr 2005
[ 22:10 jylefort search for other commits by this committer ] Original commit  (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
Change my MAINTAINER email address to jylefort@FreeBSD.org

Approved by:    adamw (mentor)
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Sat, 24 Jan 2004
[ 14:37 pav search for other commits by this committer ] Original commit 
Add super_methane_brothers.

Puff and Blow each have a Methane Gas Gun which fires a cloud of
immobilising gas. If this comes into contact with a bad guy he will be
absorbed into the gas and then float around the screen for a limited
time. Bad guys are harmless in this state. Puff and Blow must suck the
floating gas clouds into their guns and blast them out against a
vertical surface. Bad guys then turn into bonuses which can be
collected. Be warned! - the gas cloud dissolves with time after which
baddies become active again and extremely annoyed.

WWW: http://www.methane.fsnet.co.uk/

PR:             ports/61743
Submitted by:   Jean-Yves Lefort <jylefort@brutele.be>

Number of commits found: 52