aboutsummaryrefslogtreecommitdiff
path: root/games/allacrost
Commit message (Collapse)AuthorAgeFilesLines
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-261-3/+3
| | | | | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355360
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Convert the tree to USES=openalAntoine Brodin2013-12-251-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* - Fix build with modern compilers (gcc 4.7+)Dmitry Marakasov2013-12-061-0/+13
| | | | | | | Submitted by: gerald (via private email) Notes: svn path=/head/; revision=335786
* - Support stagingDmitry Marakasov2013-10-302-404/+11
| | | | | | | | - Convert USE_GMAKE to USES - Use new LIB_DEPENDS syntax Notes: svn path=/head/; revision=332143
* 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
* Fix build with clang/libc++Dmitry Marakasov2013-09-176-5/+84
| | | | Notes: svn path=/head/; revision=327479
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Trim Makefile headersDmitry Marakasov2013-07-121-0/+0
| | | | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files Notes: svn path=/head/; revision=322840
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Trim headerDmitry Marakasov2013-02-031-4/+5
| | | | | | | - OptionsNG Notes: svn path=/head/; revision=311524
* Chase boost updateBaptiste Daroussin2013-01-311-9/+5
| | | | Notes: svn path=/head/; revision=311310
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-2/+2
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - 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-013-3/+23
| | | | Notes: svn path=/head/; revision=297915
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=291667
* Add LICENSE data.Chris Rees2011-12-141-1/+0
| | | | | | | | | 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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Get rid of luabind dependency (1)Dmitry Marakasov2011-03-102-5/+5
| | | | | | | | | | - @dirrmtry locale dirs which may be used by other ports PR: 153338 (1) Submitted by: David Demelier <demelier.david@gmail.com> (1) Notes: svn path=/head/; revision=270596
* - Update to 1.0.2Dmitry Marakasov2010-10-073-5/+8
| | | | Notes: svn path=/head/; revision=262547
* - Forgot to cvs add files/Dmitry Marakasov2010-09-081-0/+20
| | | | Notes: svn path=/head/; revision=260743
* - Update to 1.0.1Dmitry Marakasov2010-09-083-19/+124
| | | | Notes: svn path=/head/; revision=260742
* - Update graphics/sdl_ttf to version 2.0.10Marcus von Appen2010-08-111-1/+1
| | | | | | | | - Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version. Notes: svn path=/head/; revision=259098
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-2/+2
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - Introduce USE_OPENAL variable for OpenAL consumersPav Lucistnik2010-01-251-2/+2
| | | | | | | | | | | | - Switch to openal-soft as a default OpenAL implementation PR: ports/142123 Submitted by: mva Tested by: pointyhat exp-run Approved by: portmgr (hat) Notes: svn path=/head/; revision=248567
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-1/+2
| | | | Notes: svn path=/head/; revision=237283
* - Update to 0.2.2Dmitry Marakasov2008-09-233-6/+69
| | | | | | | - Support editor (optionally) Notes: svn path=/head/; revision=220561
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Update my email address in 132 ports.Dmitry Marakasov2008-06-191-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=215297
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* - Update to 0.2.1Martin Wilke2007-12-185-230/+269
| | | | | | | | PR: 118763 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=204024
* Remove lang/gcc40 which only has three dependencies left in the treeGerald Pfeifer2007-11-031-1/+1
| | | | | | | | | | (all of which only have it as a minimal requirement and also build with lang/gcc42) and has issues on at least 8-CURRENT. Approved by: portmgr (pav) Notes: svn path=/head/; revision=202497
* - Update to 0.2.0Pav Lucistnik2007-06-146-297/+137
| | | | | | | | PR: ports/113571 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=193513
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* [MAINTAINER] update my email address in 76 ports + mirror some distfilesEdwin Groothuis2006-12-211-2/+2
| | | | | | | | | | | | I've got a brand new hosting, so change my email to the new one. Also, now I can mirror some distfiles, so update MASTER_SITES for some ports. PR: ports/107038 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> Notes: svn path=/head/; revision=180390
* Unbreak on 4.x: previous fix for 5.x applies to 4.x too.Shaun Amott2006-11-211-4/+0
| | | | | | | | PR: ports/104137 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer) Notes: svn path=/head/; revision=177738
* - Fix building on 5.x.Alejandro Pulver2006-10-071-1/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=174873
* Hero of Allacrost is a game inspired by the likes of SNES-era RPGsAlejandro Pulver2006-10-047-0/+454
such as Chrono Trigger and the Final Fantasy series. In Allacrost, the player explores rich environments, undertakes various quests and missions, solves dungeon puzzles, and fights strategic battles in an active time-based system. WWW: http://www.allacrost.org PR: ports/103962 Submitted by: Dmitry Marakasov <amdmi3 at mail.ru> Notes: svn path=/head/; revision=174473