aboutsummaryrefslogtreecommitdiff
path: root/games/cutemaze/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update games/cutemaze to 1.2.6Jason E. Hale2020-06-291-1/+1
| | | | Notes: svn path=/head/; revision=540830
* Update games/cutemaze to 1.2.5Jason E. Hale2019-12-121-2/+1
| | | | Notes: svn path=/head/; revision=519937
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=516845
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Add compiler:c++11-lang to USES to fix the following on GCC-basedMark Linimon2019-04-031-1/+1
| | | | | | | | | | | architectures: cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=497636
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* Update to 1.2.4Jason E. Hale2018-07-291-2/+2
| | | | Notes: svn path=/head/; revision=475620
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=473503
* Adopt a few portsJason E. Hale2018-02-251-1/+1
| | | | Notes: svn path=/head/; revision=462885
* Update to 1.2.2Jason E. Hale2018-02-211-14/+8
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=462533
* Update to upstream version 1.2.1Thomas Zander2017-07-311-1/+1
| | | | Notes: svn path=/head/; revision=446954
* Set buildtools, linguisttools as BUILD_DEPENDS.Vanilla I. Shu2017-02-131-2/+2
| | | | Notes: svn path=/head/; revision=433995
* 1: Update to 1.2.0.Vanilla I. Shu2017-02-131-10/+6
| | | | | | | 2: move to QT5. Notes: svn path=/head/; revision=433994
* - Release ports maintained by games@Dmitry Marakasov2014-10-311-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=371872
* - Transfer maintainership to games@ teamRusmir Dusko2014-05-061-3/+2
| | | | | | | - Use tar:bzip2 instead of USE_BZIP2=yes Notes: svn path=/head/; revision=353062
* - Update to 1.1.1, announce message is here:Rusmir Dusko2014-02-041-4/+14
| | | | | | | | | | | | | http://gottcode.org/cutemaze/#releasenotes - Add NEWS to DOCS - Add NLS Option and REINPLACE - Add OPTIONS_SUB - Strip executable - Change pkg-descr Notes: svn path=/head/; revision=342510
* - Change Makefile headerRusmir Dusko2013-11-271-16/+13
| | | | | | | | | | | | | - Change maintainer email to @FreeBSD.org - Support STAGEDIR - Add DOCS Option - Simplify Makefile - Change pkg-plist, remove mtree Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=335071
* - Add missing USE_QT4 components to fix build after my previous commitMax Brazhnikov2013-11-261-1/+2
| | | | | | | Reported by: marino Notes: svn path=/head/; revision=334951
* - Convert to USES=qmakeMax Brazhnikov2013-11-221-5/+2
| | | | | | | | | - Adjust USE_QT4 components Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334602
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Simplify Makefile [1]Alex Kozlov2012-09-071-27/+9
| | | | | | | | | | | - 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] Notes: svn path=/head/; revision=303823
* - data is requiredJason Helfman2012-08-281-9/+9
| | | | | | | | | | - use optionsNG for DOCS PR: 170725 Submitted by: maintainer, nemysis@gmx.ch Notes: svn path=/head/; revision=303266
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - remove DISTNAME, USE_GMAKE, HAS_CONFIGURE, MAKE_ENVAlex Kozlov2012-05-221-13/+17
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=297163
* CuteMaze is a simple, top-down game in which mazes are randomly generated usingChris Rees2012-05-071-0/+60
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 Notes: svn path=/head/; revision=296143