aboutsummaryrefslogtreecommitdiff
path: root/games/pykawari
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN: fails to buildAntoine Brodin2018-11-041-0/+2
| | | | | | | | | | | shiori/kawari_shiori.cpp:147:35: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] response.SetStartline("SHIORI/"SHIORIVER" 500 Internal Server Error"); ^ Reported by: pkg-fallout Notes: svn path=/head/; revision=484069
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* - Those ports fail to build with python3Antoine Brodin2017-12-111-1/+1
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=456050
* 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
* - Drop @dirrm* from plistDmitry Marakasov2014-11-261-5/+0
| | | | Notes: svn path=/head/; revision=373457
* 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
* Stage games/pykawari and unbreak on FreeBSD 10+John Marino2014-08-218-77/+124
| | | | | | | | PR: 192797 Submitted by: Ports Fury Notes: svn path=/head/; revision=365541
* Reset maintainer, email bouncesAntoine Brodin2014-06-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359668
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | 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
* - Use /usr/bin/unzip for zip files extraction (part 2)Alex Kozlov2014-06-061-4/+2
| | | | | | | | | | | Remove most of USES=zip:infozip PR: ports/188419 Approved by: portmgr (bapt) Exp-run: antoine Notes: svn path=/head/; revision=356803
* 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
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347760
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-12-151-0/+4
| | | | | | | | | | dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336527
* 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-5/+2
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Fix extract on 9+ due to this picking up /usr/bin/unzip instead ofBryan Drewery2013-05-101-1/+1
| | | | | | | | | | | looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to. Will let maintainers decide if archivers/unzip is really still needed. Some of these ports/options remain broken due to other issues. With hat: portmgr Notes: svn path=/head/; revision=317757
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* -remove MD5Olli Hauer2011-07-031-1/+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-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Don't use UNZIP_CMD in a DEPENDS line. A user may redefine UNZIP_CMD to beWesley Shields2009-09-081-1/+1
| | | | | | | | | | | "unzip -v" or similar which would break. Instead rely upon the unzip binary. http://lists.freebsd.org/pipermail/freebsd-ports/2009-September/056882.html Noticed by: Dag-Erling Smørgrav <des@des.no> Notes: svn path=/head/; revision=241055
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - Update to 8.2.8Gabor Kovesdan2009-03-034-14/+34
| | | | | | | | | | - Unbreak on GCC 4.X PR: ports/131085 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer) Notes: svn path=/head/; revision=229401
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-251-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209811
* Mark as broken with gcc4.2.Mark Linimon2007-10-021-0/+4
| | | | Notes: svn path=/head/; revision=200634
* - 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
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* Update to 8.2.4Tilman Keskinoz2005-11-053-13/+3
| | | | | | | | PR: 88470 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=147398
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* - Update to 8.2.3Pav Lucistnik2005-09-145-97/+70
| | | | | | | | PR: ports/84735 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer) Notes: svn path=/head/; revision=142681
* - Fix compilation with vanilla gcc on ${OSVERSION} > 502126.Florent Thoumie2005-05-314-5/+40
| | | | | | | | | | - Rename local patch. PR: ports/81733 Submitted by: maintainer Notes: svn path=/head/; revision=136558
* Apply nasty -fPIC hack to ia64 as well to attempt to "fix" buildKris Kennaway2005-05-211-1/+1
| | | | Notes: svn path=/head/; revision=135792
* - Fix build on recent FreeBSD by using gcc33 portPav Lucistnik2005-03-191-2/+2
| | | | | | | | PR: ports/78988 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer) Notes: svn path=/head/; revision=131660
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* - Update to 8.2.2Pav Lucistnik2004-10-135-24/+53
| | | | | | | | PR: ports/72602 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer) Notes: svn path=/head/; revision=119185
* Correct typo in previous commitKris Kennaway2004-09-301-1/+1
| | | | | | | | | Submitted by: maintainer Approved by: portmgr (self) Pointy hat to: self Notes: svn path=/head/; revision=118511
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-261-0/+5
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118420
* lha is an EXTRACT_DEPENDS, not BUILD_DEPENDSKris Kennaway2004-04-191-1/+1
| | | | Notes: svn path=/head/; revision=107558
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* - Fix build on 4-xKirill Ponomarev2004-03-121-3/+18
| | | | | | | | | PR: ports/64156 Submitted by: maintainer Reported by: bento via kris Notes: svn path=/head/; revision=103775
* - Fix build on AMD64Kirill Ponomarev2004-02-201-3/+8
| | | | | | | | | PR: ports/63104 Submitted by: Hendrik Scholz <hendrik@scholz.net> Approved by: maintainer Notes: svn path=/head/; revision=101492
* Fix build/install on stable.Norikatsu Shigemura2004-02-051-3/+3
| | | | | | | | PR: ports/62369 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=100019
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add pykawari 8.1.0, pykawari is a real kawari8 module for ninix-aya.Norikatsu Shigemura2004-02-035-0/+125
PR: ports/61787 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=99884