aboutsummaryrefslogtreecommitdiff
path: root/games/magicor
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to @sampleDmitry Marakasov2015-09-252-9/+6
| | | | | | | | - Tweak LICENSE - Add NO_ARCH Notes: svn path=/head/; revision=397810
* - Switch to options helpersDmitry Marakasov2015-08-241-6/+6
| | | | | | | - Fix editor depends Notes: svn path=/head/; revision=395154
* - Install in PREFIX-, not in LOCALBASE-relative pathDmitry Marakasov2014-12-031-1/+1
| | | | Notes: svn path=/head/; revision=373842
* - Cleanup plistDmitry Marakasov2014-09-222-6/+1
| | | | | | | - Switch to USES=python Notes: svn path=/head/; revision=368897
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=347809
* - Support stagingDmitry Marakasov2013-11-082-280/+15
| | | | | | | - Use new OPTIONS features Notes: svn path=/head/; revision=333268
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* 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
* Variable that start with _ are considered private to the definingEitan Adler2013-03-021-1/+1
| | | | | | | | | | makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe) Notes: svn path=/head/; revision=313182
* - Trim headerDmitry Marakasov2013-01-281-11/+9
| | | | | | | - OptionsNG Notes: svn path=/head/; revision=311139
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-1/+1
| | | | Notes: svn path=/head/; revision=310871
* Add LICENSE data.Chris Rees2011-12-141-0/+5
| | | | | | | | | PR: ports/149564 (based on) Submitted by: Ullrich Franke <uf@raindogs.org> Approved by: [no objections from maintainers in four weeks] Notes: svn path=/head/; revision=287393
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276993
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Add DESKTOP_ENTRY to bunch of portsDmitry Marakasov2009-09-111-0/+7
| | | | | | | - Mark some ports MAKE_JOBS_SAFE Notes: svn path=/head/; revision=241249
* - Depend on py-gtk2 in correct wayDmitry Marakasov2008-07-101-1/+2
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=216657
* Old-school, puzzle game similar to Solomon's Key, but with modernDmitry Marakasov2008-07-104-0/+371
features. Magicor is a puzzle game using "fancy" 2D graphics. The objective is to extinguish fires using blocks of ice. Levels may have one or more solutions, but thinking ahead is the key to victory in Magicor. WWW: http://magicor.sourceforge.net/ Approved by: miwi (mentor) Notes: svn path=/head/; revision=216648