Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Mar 2022 14:06:42 3.0.0 |
Dmitry Marakasov (amdmi3)  |
games/mirrormagic: update WWW and add patch comment |
16 Mar 2022 12:57:31 3.0.0 |
Dmitry Marakasov (amdmi3)  |
games/mirrormagic: update 2.0.2 → 3.0.0 |
04 Jun 2021 05:53:21 2.0.2_21 |
Gerald Pfeifer (gerald)  |
*/*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj |
06 Apr 2021 14:31:07 2.0.2_21 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
08 Nov 2019 10:47:01
2.0.2_21 |
tobik  |
games: Add missing USES={gnome,gl,sdl,xorg} |
26 Jul 2019 20:46:57
2.0.2_21 |
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 |
12 Dec 2018 01:35:36
2.0.2_20 |
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 |
10 Sep 2018 13:14:52
2.0.2_19 |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
29 Jul 2018 22:18:46
2.0.2_19 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
10 Mar 2018 17:46:06
2.0.2_18 |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
10 Sep 2017 20:55:39
2.0.2_17 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
01 Apr 2017 15:23:32
2.0.2_16 |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
20 Nov 2016 09:38:09
2.0.2_15 |
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. |
20 Aug 2015 14:50:46
2.0.2_14 |
amdmi3  |
- Switch to options helpers |
08 Dec 2014 16:48:41
2.0.2_14 |
tijl  |
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 ) |
28 Nov 2014 11:19:02
2.0.2_13 |
amdmi3  |
- Convert highscore handling to plist |
10 Sep 2014 20:50:37
2.0.2_13 |
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) |
25 Jun 2014 05:35:32
2.0.2_12 |
bapt  |
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 |
12 May 2014 01:05:43
2.0.2_12 |
amdmi3  |
- Add DESKTOP_ENTRIES |
12 May 2014 00:59:00
2.0.2_11 |
amdmi3  |
- Support staging
- Convert USE_GMAKE to USES
- Improve highscore dir handling
- Fix on 10.x+ |
20 Sep 2013 17:36:36
2.0.2_11 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
12 Sep 2013 00:26:05
2.0.2_11 |
amdmi3  |
- Fix build with clang |
31 May 2013 14:40:56
2.0.2_11 |
jgh  |
- adopt optionsNG for games
- trim historical headers and trim comments
- some Makefile cleanup
Approved by: portmgr (bapt) |
01 Jun 2012 05:26:28
2.0.2_11 |
dinoex  |
- update png to 1.5.10 |
18 Feb 2012 10:18:33
2.0.2_10 |
mva  |
- 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 |
14 Dec 2011 21:29:16
2.0.2_9 |
crees  |
Add LICENSE data.
PR: ports/149564 (based on)
Submitted by: Ullrich Franke <uf@raindogs.org>
Approved by: [no objections from maintainers in four weeks] |
03 Jul 2011 14:25:36
2.0.2_9 |
ohauer  |
-remove MD5 |
28 Mar 2010 06:47:48
2.0.2_9 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
2.0.2_8 |
dinoex  |
- update to jpeg-8 |
30 Jan 2010 09:43:31
2.0.2_7 |
mva  |
- 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) |
31 Jul 2009 13:57:52
2.0.2_6 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
28 Jul 2009 16:34:36
2.0.2_5 |
amdmi3  |
- Update URL of my distfile mirror in 87 ports
Approved by: portmgr (erwin) |
05 Jan 2009 16:14:51
2.0.2_5 |
amdmi3  |
- Update address of my distfile mirror |
19 Jun 2008 17:28:24
2.0.2_5 |
amdmi3  |
Update my email address in 132 ports.
Approved by: miwi (mentor) |
19 Apr 2008 17:56:05
2.0.2_5  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
17 Mar 2008 16:39:14
2.0.2_5 |
miwi  |
- Replace USE_X_PREFIX to USE_XORG
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (via private mail) |
13 Mar 2008 14:28:35
2.0.2_4 |
miwi  |
- Chase devel/sdl12 shlib version bump |
06 Nov 2007 17:18:35
2.0.2_3 |
miwi  |
- My previous commit added a SDL OPTION knob, so need we a portbump
Request by: roam@
Approved by: portmgr (erwin) |
05 Nov 2007 11:20:01
2.0.2_2 |
miwi  |
- Fix build with gcc 4.2
- Pass maintainership to submitter
PR: 117731
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: portmgr (pav) |
27 May 2007 02:58:49
2.0.2_2 |
kris  |
BROKEN with gcc 4.2 |
19 May 2007 20:32:57
2.0.2_2 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
20 Sep 2006 11:21:59
2.0.2_1 |
stas  |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
07 May 2006 23:46:33
2.0.2 |
edwin  |
Remove USE_REINPLACE for categories starting with a G |
25 Jan 2006 17:07:30
2.0.2 |
garga  |
- Update to 2.0.2
PR: ports/92008
Submitted by: Ports Fury
Fixed by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> |
24 Nov 2005 19:28:01
1.3 |
pav  |
- Add SHA256 |
29 Jan 2004 07:24:56
1.3 |
trevor  |
SIZEify. |
20 Feb 2003 17:32:26
1.3 |
knu  |
De-pkg-comment. |
08 Oct 2000 03:48:59  |
asami  |
Convert category games to new layout. |
17 Aug 2000 07:34:50  |
kris  |
Make this setgid games to avoid world-writable files |
03 Aug 2000 10:28:58  |
asami  |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |