aboutsummaryrefslogtreecommitdiff
path: root/games/blockout
Commit message (Collapse)AuthorAgeFilesLines
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Fix the context of some patches so that they apply with stricter patch(1)Antoine Brodin2017-11-091-2/+3
| | | | | | | | PR: 223545 With hat: portmgr Notes: svn path=/head/; revision=453874
* Remove ALSA dependency. It's not required.Tobias Kortkamp2017-05-302-8/+8
| | | | | | | | Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10730 Notes: svn path=/head/; revision=442102
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Add .desktop entry and icon.Emanuel Haupt2017-04-152-1/+10
| | | | Notes: svn path=/head/; revision=438594
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* - Pet portlintDmitry Marakasov2016-06-173-32/+31
| | | | | | | | - Switch to options helpers - Respect CFLAGS Notes: svn path=/head/; revision=417001
* 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
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Fix patch, I think.Mathieu Arnold2015-10-193-17/+18
| | | | | | | | Sponsored by: Absolight Differential Revision: Notes: svn path=/head/; revision=399656
* Update to 2.5Mathieu Arnold2015-10-1611-61/+114
| | | | | | | | | PR: 203057 Submitted by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=399481
* 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
* - Add LICENSEDmitry Marakasov2014-12-025-36/+33
| | | | | | | | | | | - Fix patch line endings - Simplify installation - Don't require user to manually specify path to datadir - Don't install needless static library - Drop @dirrm* from plist Notes: svn path=/head/; revision=373796
* 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
* - Add stage supportDanilo Egea Gondolfo2014-07-251-11/+8
| | | | Notes: svn path=/head/; revision=362939
* Resetting maintainership on ports that have not been staged and without anyAntoine Brodin2014-07-021-1/+1
| | | | | | | | | pending PR With hat: portmgr Notes: svn path=/head/; revision=360239
* 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
* - Convert gmake, bzip to USESMartin Wilke2014-05-291-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355704
* - Fix build on headWen Heping2014-03-282-3/+17
| | | | | | | | PR: 186577 Submitted by: S <devel@stasyan.com> (maintainer) Notes: svn path=/head/; revision=349419
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338511
* 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
* - 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Add another missing $Erwin Lansing2010-02-101-1/+1
| | | | | | | Submitted by: Jan Henrik Sylvester <me@janh.de> Notes: svn path=/head/; revision=249552
* Add missing $Erwin Lansing2010-02-101-1/+1
| | | | | | | Not properly tested by: pgollucci Notes: svn path=/head/; revision=249516
* - use $SUB_FILES to dynamically adjust pkg-messagePhilip M. Gollucci2010-02-012-1/+2
| | | | | | | | | PR: ports/142528 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved by: maintainer timeout (devel@stasyan.com; > 2 weeks) Notes: svn path=/head/; revision=248995
* - 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
* Change maintainers email.Boris Samorodov2009-11-251-1/+1
| | | | | | | Submitted by: maintainer (via e-mail) Notes: svn path=/head/; revision=244740
* Update MASTER_SITESSteven Kreuzer2009-09-091-2/+2
| | | | | | | Submitted by: Stas Timokhin <stast@bsdportal.ru> (private email) Notes: svn path=/head/; revision=241118
* BlockOut II is an adaptation of the original Blockout DOS gameSteven Kreuzer2009-09-0411-0/+189
PR: ports/137479 Submitted by: Stas Timokhin <stast@bsdportal.ru> Notes: svn path=/head/; revision=240868