aboutsummaryrefslogtreecommitdiff
path: root/games/tbe
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=475857
* 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
* - Add LICENSEDmitry Marakasov2018-02-021-4/+7
| | | | | | | | - Remove bogus (in presence of USE_GITHUB) USES=tar* - Add missing qt-corelib dependency Notes: svn path=/head/; revision=460706
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=437439
* Stepping down as maintainer for some ports.Johan van Selst2016-12-141-1/+1
| | | | Notes: svn path=/head/; revision=428596
* Those ports build fine with bsd makeAntoine Brodin2016-12-111-1/+1
| | | | Notes: svn path=/head/; revision=428370
* Fix build with gcc 4.9Antoine Brodin2016-11-111-0/+10
| | | | | | | PR: 196712 Notes: svn path=/head/; revision=425905
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* games/tbe: Fix plist (main executable wasn't listed)John Marino2016-03-272-2/+278
| | | | | | | | | | | | | | At some port, this port was converted from having a plist to using PORTDATA as an automatic generator. Unfortunately, this excluded the main executable (bin/tbe) from being packaged as well as several icons. Drop PORTDATA and bring back the full pkg-plist (it's < 300 lines). While here, pet portlint. PR: 207946 Approved by: maintainer timeout Notes: svn path=/head/; revision=412019
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-081-2/+2
| | | | | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268 Notes: svn path=/head/; revision=410613
* - Fix build, needs cmake, qmake and USES=compiler:c++11-libJohan van Selst2015-12-312-20/+20
| | | | | | | | | | | | | | | - Switch to USES=execinfo - USE_QT4=linguisttools_build for less build dependencies - Remove INSTALLS_ICONS, it's GTk+ apps only - Remove DESKTOP_ENTRIES, port installs it's own now - Fix project CMakeLists.txt to respect PREFIX and install files to correct paths PR: 205742 Submitted by: pawel Notes: svn path=/head/; revision=404965
* Mark BROKEN: fails to buildAntoine Brodin2015-12-191-0/+2
| | | | | | | | | | | | | gmake[1]: Entering directory '/wrkdirs/usr/ports/games/tbe/work/tbe-0.9.2.1' mkdir -p build cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_DOCS=on .. cmake: not found Makefile:16: recipe for target 'build/src/tbe' failed Reported by: pkg-fallout Notes: svn path=/head/; revision=404022
* - Update to version 0.9.2.1Johan van Selst2015-12-143-24/+18
| | | | | | | - MASTER_SITES moved to Github Notes: svn path=/head/; revision=403716
* Mark as broken: does not fetchBaptiste Daroussin2015-12-131-0/+1
| | | | Notes: svn path=/head/; revision=403659
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-2/+2
| | | | | | | | | | 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 Notes: svn path=/head/; revision=359185
* Enable stage supportJohan van Selst2014-02-051-11/+5
| | | | Notes: svn path=/head/; revision=342823
* - Convert to USES=qmakeMax Brazhnikov2013-11-221-3/+3
| | | | | | | | | - 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
* Add forgotten pkg-messageJohan van Selst2013-05-121-0/+4
| | | | Notes: svn path=/head/; revision=317959
* - Update 'The Butterfly Effect' to M9Johan van Selst2013-05-043-189/+14
| | | | | | | | - Add note about issue with modern QT breaking game level 17 (was broken in older releases as well; will be fixed in next version) Notes: svn path=/head/; revision=317344
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-1/+1
| | | | Notes: svn path=/head/; revision=310871
* - Update DESKTOP_ENTRIES:Max Brazhnikov2013-01-221-1/+1
| | | | | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category if missing - Remove indefinite article and/or rephrase COMMENT Approved by: portmgr (bapt), maintainer silence (12 days) Notes: svn path=/head/; revision=310845
* - 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
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update tbe to 8.2Johan van Selst2010-12-143-32/+78
| | | | | | | | | | | | | - Avoid run dependencies on Qt tools - Add DESKTOP_ENTRIES - Respect PREFIX, CC, CFLAGS - Sort plist PR: ports/153025 Submitted by: makc Notes: svn path=/head/; revision=266274
* Add new port games/tbe - The Butterfly EffectJohan van Selst2010-11-084-0/+191
The Butterfly Effect is a physics game about cause and effect. You build complex mechanical systems using levers, rocket-like cola bottles and ordinary objects like tennis balls and bikes to accomplish simple tasks like toppling a Bowling Pin. This is also known as a Rube Goldberg machine or a Heath Robinson contraption. This type of game was pioneered by the game series The Incredible Machine in the 1990s. WWW: http://sourceforge.net/apps/trac/tbe/wiki/WikiStart Notes: svn path=/head/; revision=264276