aboutsummaryrefslogtreecommitdiff
path: root/games/cube
Commit message (Collapse)AuthorAgeFilesLines
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Fix build after net/enet updateDmitry Marakasov2009-12-183-0/+33
| | | | | | | - While here, make MAKE_JOBS_SAFE Notes: svn path=/head/; revision=246102
* - 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
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* - 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
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* Fix build on 64bit platformsTilman Keskinoz2007-08-032-4/+36
| | | | Notes: svn path=/head/; revision=197023
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - COPYTREE_* are now part of bsd.port.mkPav Lucistnik2007-03-241-7/+0
| | | | | | | | PR: ports/100996 Submitted by: stass Notes: svn path=/head/; revision=188171
* - Chase net/enet update.Stanislav Sedov2007-02-053-1/+43
| | | | Notes: svn path=/head/; revision=184323
* - UnbrokeStanislav Sedov2006-09-243-35/+52
| | | | | | | | | | | | | | | | | - Use enet from ports collection rather than from cube distribution to benefit from local patches [1] - Fix OPTIONS checking to allow BATCH building - Fix PLIST_SUB to generate correct pkg-plist when SERVER or CLIENT not selected - Add KNOB to build with optimized CFLAGS, also guarantee CFLAGS safety - CXX safety - Guarantee permissions safety by using INSTALL instead of CP [2] - Bump up PORTREVISION because of [1] and [2] Approved by: sem (mentor) Notes: svn path=/head/; revision=173704
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+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
* BROKEN: Does not buildKris Kennaway2006-09-171-0/+2
| | | | Notes: svn path=/head/; revision=173185
* Maintainer asked to return these ports to the pool.Mark Linimon2006-09-041-1/+1
| | | | Notes: svn path=/head/; revision=172128
* - Fix wrong target names from my last patch.Alejandro Pulver2006-08-081-2/+2
| | | | Notes: svn path=/head/; revision=170130
* - Update to version 2005.08.29.Alejandro Pulver2006-08-078-91/+479
| | | | | | | | | | | | | | | | | | - Allow building only the client or server (adding OPTIONS). - Improve wrapper script (only create ~/.cube once and pass parameters to the real executable). - Install documentation (if !NOPORTDOCS). - Build targets according to OPTIONS. - IGNORE if no executables were selected. - Format pkg-descr and add item. - Copy autoexec.cfg in addition to config.cfg instead of symlinking it. PR: ports/101037 Submitted by: alepulver (myself) Approved by: maintainer (timeout) Notes: svn path=/head/; revision=169885
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* - Don't remove what belongs to mtreePav Lucistnik2006-01-051-2/+0
| | | | | | | Approved by: Arjan van Leeuwen <avleeuwen@gmail.com> (maintainer) Notes: svn path=/head/; revision=152811
* o Add wrapper scripts for the executables cube_client and cube_server, andRenato Botelho2005-10-066-898/+922
| | | | | | | | | | | | | place the programs in libexec because it needs to write files in the data directory (otherwise it crashes). o Use %%DATADIR%% in pkg-plist. PR: ports/85270 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Approved by: maintainer Notes: svn path=/head/; revision=144373
* Unbreak (fix build on 5.X and -CURRENT).Alexey Dokuchaev2004-09-232-7/+20
| | | | | | | | Reported by: kris Approved by: portmgr (marcus), fjoe (mentor, implicit), maintainer Notes: svn path=/head/; revision=118354
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-181-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118226
* - Update to 2004.05.22Pav Lucistnik2004-06-044-32/+323
| | | | | | | | PR: ports/67543 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Notes: svn path=/head/; revision=110831
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* 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
* 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
* - Use new knobs from bsd.sdl.mkKirill Ponomarev2004-01-201-3/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=98675
* Remove a MASTER_SITE with a corrupt DISTFILE as reported by bento.Tom Hukins2003-09-231-2/+1
| | | | Notes: svn path=/head/; revision=89128
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Add cube, it's a 3D OpenGL first person shooter game.Vanilla I. Shu2003-01-217-0/+710
PR: ports/44182 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> Notes: svn path=/head/; revision=73696