non port: games/cutemaze/Makefile |
SVNWeb
|
Number of commits found: 35 |
Tue, 17 Jan 2023
|
[ 20:36 Jason E. Hale (jhale) ] 00f4d18c
games/cutemaze: Qt 6.x requires c++17
|
[ 20:36 Jason E. Hale (jhale) ] a13505c
games/cutemaze: Update to 1.3.2
|
Mon, 12 Sep 2022
|
[ 19:45 Jason E. Hale (jhale) ] 2cf4aea
games/cutemaze: Update to 1.3.1
Switch to Qt6 as Qt5 support was dropped upstream.
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d56127b (Only the first 10 of 744 ports in this commit are shown above. )
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 )
|
Thu, 24 Feb 2022
|
[ 14:24 Jason E. Hale (jhale) ] 2a5e3ce
games/cutemaze: Update to 1.3.0
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
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) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 29 Jun 2020
|
[ 20:36 jhale ]
Update games/cutemaze to 1.2.6
|
Thu, 12 Dec 2019
|
[ 15:46 jhale ]
Update games/cutemaze to 1.2.5
|
Tue, 5 Nov 2019
|
[ 22:16 zeising ] (Only the first 10 of 474 ports in this commit are shown above. )
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.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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, 3 Apr 2019
|
[ 05:57 linimon ]
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11"
Approved by: portmgr (tier-2 blanket)
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Sun, 29 Jul 2018
|
[ 02:00 jhale ]
Update to 1.2.4
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Sun, 25 Feb 2018
|
[ 00:10 jhale ]
Adopt a few ports
|
Wed, 21 Feb 2018
|
[ 16:36 jhale ]
Update to 1.2.2
Fix LICENSE
Fix stage-qa warning about USE_GL
Move USES upward
Remove INSTALLS_ICONS (unneeded for Qt)
Don't install oxygen icons. They are built into the binary as Qt resources.
|
Mon, 31 Jul 2017
|
[ 11:07 riggs ]
Update to upstream version 1.2.1
|
Mon, 13 Feb 2017
|
[ 14:32 vanilla ]
Set buildtools, linguisttools as BUILD_DEPENDS.
|
[ 14:30 vanilla ]
1: Update to 1.2.0.
2: move to QT5.
|
Fri, 31 Oct 2014
|
[ 16:11 amdmi3 ] (Only the first 10 of 159 ports in this commit are shown above. )
- Release ports maintained by games@
games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.
Suggested by: marino
|
Tue, 6 May 2014
|
[ 06:41 nemysis ]
- Transfer maintainership to games@ team
- Use tar:bzip2 instead of USE_BZIP2=yes
|
Tue, 4 Feb 2014
|
[ 11:49 nemysis ]
- Update to 1.1.1, announce message is here:
http://gottcode.org/cutemaze/#releasenotes
- Add NEWS to DOCS
- Add NLS Option and REINPLACE
- Add OPTIONS_SUB
- Strip executable
- Change pkg-descr
|
Wed, 27 Nov 2013
|
[ 22:38 nemysis ]
- Change Makefile header
- Change maintainer email to @FreeBSD.org
- Support STAGEDIR
- Add DOCS Option
- Simplify Makefile
- Change pkg-plist, remove mtree
Approved by: pawel / wg (mentors, implicit)
|
Tue, 26 Nov 2013
|
[ 16:15 makc ]
- Add missing USE_QT4 components to fix build after my previous commit
Reported by: marino
|
Fri, 22 Nov 2013
|
[ 18:48 makc ] (Only the first 10 of 14 ports in this commit are shown above. )
- Convert to USES=qmake
- Adjust USE_QT4 components
Approved by: portmgr (blanket approval)
|
Fri, 20 Sep 2013
|
[ 17:36 bapt ] (Only the first 10 of 1149 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 7 Sep 2012
|
[ 20:08 ak ]
- Simplify Makefile [1]
- Remove deprecated comments at the top of Makefile
- Remove indefinite article from COMMENT
PR: ports/171362 [1]
Submitted by: nemysis <nemysis@gmx.ch> (maintainer) [1]
|
Tue, 28 Aug 2012
|
[ 00:50 jgh ]
- data is required
- use optionsNG for DOCS
PR: 170725
Submitted by: maintainer, nemysis@gmx.ch
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Tue, 22 May 2012
|
[ 06:30 ak ]
- remove DISTNAME, USE_GMAKE, HAS_CONFIGURE, MAKE_ENV
- simplify do-configure, .if !defined (NOPORTDATA) block
- use dirrmtry for share/applications, share/icons/oxygen
PR: ports/168175
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Approved by: eadler, itetcu (mentors, implicit)
|
Mon, 7 May 2012
|
[ 15:32 crees ]
CuteMaze is a simple, top-down game in which mazes are randomly generated using
one of a choice of several different algorithms.
You move the character through the maze while hunting for targets
(cheese, by default)
the game is won once all of these targets have been picked up.
WWW: http://gottcode.org/cutemaze/
PR: ports/166930
Submitted by: nemysis@gmx.ch
|
Number of commits found: 35 |