aboutsummaryrefslogtreecommitdiff
path: root/games/kuklomenos
Commit message (Collapse)AuthorAgeFilesLines
* games: Add missing USES={gnome,gl,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517046
* games/kuklomenos: Fix build with Clang 6Tobias Kortkamp2018-07-301-0/+3
| | | | | | | | | | | background.cc:69:6: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'int' in initializer list [-Wc++11-narrowing] (colour & 0xff000000) >> 24, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/kuklomenos-0.4.5_4.log Notes: svn path=/head/; revision=475880
* games/kuklomenos: Fix build with libc++ 3.8.0Kurt Jaeger2016-04-181-0/+11
| | | | | | | | PR: 208842 Submitted by: dim Notes: svn path=/head/; revision=413588
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* games category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-2/+2
| | | | | | | approved by: PTHREAD blanket Notes: svn path=/head/; revision=382275
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - Clarify LICENSEDmitry Marakasov2014-10-312-4/+2
| | | | | | | | - Add LICENSE_FILE - Drop @dirrm* from plist Notes: svn path=/head/; revision=371926
* 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
* - Convert LIB_DEPENDS to new syntaxDanilo Egea Gondolfo2013-11-021-11/+4
| | | | | | | | - Add stage support - Use options helpers Notes: svn path=/head/; revision=332558
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-0/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* Convert to new options frameworkBaptiste Daroussin2012-06-121-5/+6
| | | | Notes: svn path=/head/; revision=299119
* - Update to version 0.4.5Martin Wilke2012-04-212-9/+9
| | | | | | | | PR: 166885 Submitted by: Ports Fury Notes: svn path=/head/; revision=295213
* - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)Sunpoet Po-Chuan Hsieh2012-03-081-0/+1
| | | | | | | | | Submitted by: sunpoet (myself) Tested by: exp-run by linimon Approved by: linimon (with portmgr hat) Notes: svn path=/head/; revision=292936
* - 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 LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+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
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+2
| | | | Notes: svn path=/head/; revision=252125
* - Update to 0.4.4Martin Wilke2010-02-022-9/+7
| | | | | | | | PR: 143439 Submitted by: Ports Fury Notes: svn path=/head/; revision=249117
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-0/+1
| | | | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835
* - Update to 0.4.3Martin Wilke2009-10-142-10/+8
| | | | | | | | PR: 139516 Submitted by: Ports Fury Notes: svn path=/head/; revision=242837
* - Update to 0.4.2.1Martin Wilke2009-10-072-5/+6
| | | | Notes: svn path=/head/; revision=242543
* - Fix buildMartin Wilke2009-10-041-1/+1
| | | | | | | Reported by: ionbot /o\ Notes: svn path=/head/; revision=242450
* - Update to 0.4.1Martin Wilke2009-10-042-5/+5
| | | | | | | | PR: 139289 Submitted by: Ports Fury Notes: svn path=/head/; revision=242436
* - Update to 0.4Martin Wilke2009-09-023-13/+46
| | | | | | | | PR: 138453 Submitted by: Ports Fury Notes: svn path=/head/; revision=240727
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon2009-08-281-1/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=240460
* Updated sdl_gfx to 2.0.19Marcus von Appen2009-08-021-0/+1
| | | | | | | | | Bumped PORTREVISION on dependent ports. Approved by: miwi (mentor) Notes: svn path=/head/; revision=238762
* - Update to 0.3.3.1Chin-San Huang2008-11-262-4/+4
| | | | Notes: svn path=/head/; revision=223395
* - Update to 0.3.1Chin-San Huang2008-10-282-4/+4
| | | | Notes: svn path=/head/; revision=222163
* - Update to 0.3Chin-San Huang2008-10-212-5/+6
| | | | Notes: svn path=/head/; revision=221860
* - Update to 0.2.3.2Chin-San Huang2008-09-242-4/+4
| | | | Notes: svn path=/head/; revision=220706
* - Update to 0.2.2Chin-San Huang2008-09-062-4/+4
| | | | Notes: svn path=/head/; revision=220023
* - Update to 0.2.1Chin-San Huang2008-09-032-4/+4
| | | | Notes: svn path=/head/; revision=219740
* Add kuklomenos, simple but challenging abstract shoot-em-up game.Chin-San Huang2008-08-313-0/+33
Defend yourself and the Nodes from encroaching Evil. Control and destroy the Nodes before Evil can extract enough from them to destroy all. WWW: http://mbays.freeshell.org/kuklomenos/ Notes: svn path=/head/; revision=219531