Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.1_11 31 Oct 2021 09:50:46 |
Rene Ladan (rene) |
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 |
1.5.1_11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.1_11 26 Jul 2019 20:46:57 |
gerald |
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 |
1.5.1_10 12 Dec 2018 01:35:36 |
gerald |
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 |
1.5.1_9 18 Sep 2018 08:14:23 |
linimon |
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) |
1.5.1_9 27 Sep 2017 05:09:30 |
jbeich |
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>
^ |
1.5.1_9 22 Sep 2017 10:48:58 |
mat |
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 |
1.5.1_9 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
1.5.1_9 26 Jul 2017 18:52:59 |
jbeich |
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 |
1.5.1_8 05 Feb 2017 07:18:56 |
jbeich |
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 ) |
1.5.1_7 20 Nov 2016 09:38:09 |
gerald |
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. |
1.5.1_6 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.5.1_6 13 Oct 2015 04:00:00 |
amdmi3 |
- Unbreak by installing missing data files
- Remove unused depends
- Remove /var/games stuff which is not used
MFH: 2015Q4 |
1.5.1_4 05 Jan 2015 17:55:44 |
pawel |
- Switch to USES=execinfo
- Cleanup pkg-plist |
1.5.1_4 10 Sep 2014 20:50:37 |
gerald |
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) |
1.5.1_3 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.5.1_3 11 Jun 2014 14:50:00 |
tijl |
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 ) |
1.5.1_3 08 Jun 2014 03:25:44 |
vanilla |
1: Stagify.
2: convert to new LIB_DEPENDS format. |
1.5.1_3 10 Mar 2014 20:55:22 |
gerald |
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) |
1.5.1_2 21 Feb 2014 13:36:57 |
ehaupt |
Remove trailing whitespaces from category games |
1.5.1_2 10 Feb 2014 13:54:28 |
ehaupt |
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) |
1.5.1_2 25 Nov 2013 00:03:39 |
linimon |
Reset maintainer at his request.
PR: ports/184260 |
1.5.1_2 26 Oct 2013 00:52:36 |
gerald |
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 ) |
1.5.1_1 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.5.1_1 01 Sep 2013 15:19:48 |
rm |
- 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) |
1.5.1 17 Aug 2013 16:27:24 |
gerald |
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) |
1.5.1 23 Apr 2013 10:47:03 |
bapt |
Convert g* to USES=pkgconfig |
1.5.1 07 Mar 2013 03:25:11 |
bdrewery |
- 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 |
1.5.1 05 Feb 2013 09:15:14 |
miwi |
- Update to 1.5.1
PR: 175043
Submitted by: Ports Fury |
1.4.8_5 10 Dec 2012 01:20:17 |
eadler |
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 |
1.4.8_5 02 Oct 2012 10:28:24 |
jhale |
- 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] |
1.4.8_4 09 Sep 2012 02:30:44 |
eadler |
Welcome back Chris Petrik <c.petrik.sosa@gmail.com>
PR: ports/171481 |
1.4.8_4 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.4.8_3 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
1.4.8_3 02 Mar 2011 23:59:52 |
linimon |
Return these ports to the pool.
PR: ports/155217
Submitted by: maintainer |
1.4.8_3 05 Feb 2011 03:52:56 |
miwi |
- Pass maintainership to submitter
- Drop MD5 support
PR: 154489
Submitted by: chris petrik <c.petrik.sosa@gmail.com>
Feature safe: yes |
1.4.8_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.4.8_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.4.8_1 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.4.8_1 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
1.4.8_1 02 Aug 2009 02:51:50 |
wxs |
- Reset maintainer and remove old MASTER_SITES.
PR: ports/137224
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer) |
1.4.8_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.4.8 14 Sep 2007 04:01:51 |
alepulver |
- Update to 1.4.8.
- Take maintainership.
PR: ports/115144
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> |
1.4.7_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.4.7_1 15 Apr 2007 21:06:14 |
gabor |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h |
1.4.7_1 03 Nov 2006 13:10:57 |
jylefort |
Drop maintainership |
1.4.7_1 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
1.4.7_1 22 Jan 2006 11:18:58 |
edwin |
SHA256ify
Approved by: krion@ |
1.4.7_1 02 Jul 2005 13:06:48 |
jylefort |
- Fix compilation [1]
- Respect ${CXX}
- When deinstalling, remove the score file if it is empty
Reported by: kris [1] |
1.4.7 11 Jun 2005 23:47:22 |
kris |
BROKEN: Does not compile |
1.4.7 24 Apr 2005 15:45:35 |
jylefort |
- Update to 1.4.7
- Save high scores
Approved by: adamw (implicit, mentor) |
1.4.6_1 12 Apr 2005 22:10:43 |
jylefort |
Change my MAINTAINER email address to jylefort@FreeBSD.org
Approved by: adamw (mentor) |
1.4.6_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.4.6_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.4.6 24 Jan 2004 14:37:16 |
pav |
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> |