aboutsummaryrefslogtreecommitdiff
path: root/games/burgerspace
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update devel/flatzebra and dependent portsGanael LAPLANCHE2019-11-152-10/+8
| | | | | | | | | Also: - take maintainership for it - clean up / re-order a few things Notes: svn path=/head/; revision=517647
* Add missing USES=sdl for my portsGanael LAPLANCHE2019-05-101-1/+2
| | | | | | | (and also reorder a few things) Notes: svn path=/head/; revision=501166
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Fix build with Clang 6 (C++14 by default)Ganael LAPLANCHE2018-02-041-0/+1
| | | | Notes: svn path=/head/; revision=460940
* Fix URLs for master site perso.b2b2c.caGanael LAPLANCHE2018-01-301-1/+1
| | | | | | | | (URL of personals pages have recently changed on perso.b2b2c.ca and are now prefixed with a tilde character) Notes: svn path=/head/; revision=460384
* 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
* 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
* Remove @dirrm/@dirrmty from my portsGanael LAPLANCHE2014-10-131-2/+0
| | | | Notes: svn path=/head/; revision=370757
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+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
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* - Enable stagingGanael LAPLANCHE2013-11-212-9/+3
| | | | | | | | - Use new LIB_DEPENDS format - Always stage documentation Notes: svn path=/head/; revision=334488
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (games category) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331269
* 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
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-0/+1
| | | | Notes: svn path=/head/; revision=326070
* Update devel/flatzebra and dependent ports :Ganael LAPLANCHE2013-04-172-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | devel/flatzebra [1]: - Update to 0.1.6 - Use new Makefile header format - Replace USE_GNOME by proper USE_PKGCONFIG - Switch to OptionsNG games/afternoonstalker: - Update to 1.1.5 - Use new Makefile header format games/burgerspace: - Update to 1.9.2 - Use new Makefile header format games/cosmosmash: - Update to 1.4.6 - Use new Makefile header format PR: ports/177730 [1] Approved by: edwin (maintainer) [1] Feature safe: yes Notes: svn path=/head/; revision=315963
* - Switch to OptionsNgGanael LAPLANCHE2012-06-151-4/+6
| | | | | | | | - Un-version LIB_DEPENDS - Swap LICENSE and *_DEPENDS to make portlint happy Notes: svn path=/head/; revision=299328
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-0/+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
* - Fix WWWGanael LAPLANCHE2010-10-122-2/+5
| | | | | | | | | | - Add missing LICENSE - add a LOCAL mirror Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=262876
* Update MAINTAINER address for my portsGanael LAPLANCHE2010-09-271-1/+1
| | | | | | | Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=261943
* - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>Philip M. Gollucci2010-09-071-1/+1
| | | | | | | | | | - Update some MASTER_SITES too PR: ports/150349 Submitted by: maintainer Notes: svn path=/head/; revision=260700
* Update to 1.9.0Max Brazhnikov2010-07-043-6/+6
| | | | | | | | | PR: ports/147968 Submitted by: Ganael Laplanche (maintainer) Feature safe: yes Notes: svn path=/head/; revision=257359
* - 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
* - 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
* - Remove unused dependency to gengamengMartin Wilke2009-09-252-11/+9
| | | | | | | | | | | | - Add USE_SDL flag - Take maintainership of the port PR: 139130 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> Feature safe: yes Notes: svn path=/head/; revision=242097
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 1.8.2Rong-En Fan2008-08-254-12/+36
| | | | | | | | | | | | - Project moved to new location, update MASTER_SITES and WWW - Don't roll our own installation method, instead, rely on distribution's Makefile. This makes game sounds correctly installed [1] Reported by: Jeff Molofee <nehe at telus.net> (freebsd-ports@) [1] Tested by: Jeff Molofee <nehe at telus.net> Notes: svn path=/head/; revision=219138
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - 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
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-151-7/+1
| | | | | | | with letter f-h Notes: svn path=/head/; revision=190038
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* Mark as BROKEN on 4.x.Mark Linimon2006-04-151-1/+7
| | | | | | | | | PR: ports/92542 Submitted by: Jean Milanez Melo <jmelo at freebsdbrasil dot com dot br> Approved by: maintainer timeout/maintainer reset Notes: svn path=/head/; revision=159529
* Reset markp due to lack of response to email and maintainer-timeouts.Mark Linimon2006-04-151-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159527
* Update port: games/burgerspace update to 1.8.1Edwin Groothuis2006-01-082-5/+6
| | | | | | | | | PR: ports/89814 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout Notes: svn path=/head/; revision=153103
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-1/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-141-3/+6
| | | | | | | use USE_GETOPT_LONG instead. Notes: svn path=/head/; revision=84842
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 1.6.1Mark Pulford2002-11-244-15/+10
| | | | Notes: svn path=/head/; revision=70976
* Updated MAINTAINER to my new committer email addressMark Pulford2001-06-081-1/+1
| | | | | | | Reviewed by: will Notes: svn path=/head/; revision=43629
* upgrade to 1.5Ying-Chieh Liao2001-05-272-3/+8
| | | | | | | | PR: 27685 Submitted by: maintainer Notes: svn path=/head/; revision=43119
* Add burgerspace 1.4, a BurgerTime clone for X.Will Andrews2001-04-175-0/+38
PR: 26526 Submitted by: Mark Pulford <mark@kyne.com.au> Notes: svn path=/head/; revision=41584