aboutsummaryrefslogtreecommitdiffstats
path: root/games/quetoo
Commit message (Collapse)AuthorAgeFilesLines
* - Trim old-school Makefile header per recent agreementdanfe2013-03-171-30/+25
| | | | | - Convert to modern OPTIONS framework (courtesy of jgh@) - Remove stale site from MASTER_SITES while here
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* - Update devel/sdl12 to 1.2.15mva2012-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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+3
| | | | | | | | | - 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
* -remove MD5ohauer2011-07-031-1/+0
|
* Augment port description text.danfe2011-05-201-0/+18
|
* Mark as broken on sparc64.linimon2010-06-031-0/+4
| | | | Hat: portmgr
* Fix previous commit to unbreak the build on older versions of FreeBSD.danfe2010-03-181-0/+3
| | | | Reported by: pavmail
* Fix the build after scandir(3) interface was changed.danfe2010-03-141-5/+0
|
* Mark broken on 8.x: does not builderwin2010-03-131-0/+4
|
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-1/+1
| | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
* - Distfile was renamed and rerolled (only autotools-related changes)danfe2008-07-242-14/+14
| | | | | - Wrap overly long lines, reindent OPTIONS (and rephrase one) - Stop patching things at extract stage
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-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)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - Fix the build on 64-bit arches [1]danfe2007-09-072-6/+97
| | | | | | | - Minor cosmetic Makefile nits Tested on: amd64 [1] Reported by: pointyhat (logs) [1]
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* BROKEN on !i386: Does not compilekris2007-04-221-0/+4
|
* Reflect current state of affairs.danfe2007-03-021-2/+2
|
* Belatedly update to version 0.6.1.danfe2007-03-025-268/+109
|
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-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)
* - Add missing file from previous commit.alepulver2006-08-151-0/+60
|
* - Bump PORTREVISION.alepulver2006-08-152-16/+38
| | | | | | | | | - Add GAME and CTF options (disabled by default because provided by "games/quake2-data" and "games/quake2-ctf" respectively). PR: ports/101011 Submitted by: alepulver Approved by: maintainer (timeout)
* Augment master sites.danfe2006-07-061-1/+2
|
* Update to version 0.4.0.danfe2006-07-065-91/+66
|
* - Fix the build with older GCC [1]danfe2006-06-162-1/+146
| | | | | | | | | | | - Correct the #include of <mysql.h> - Add `-rdynamic' to LDFLAGS for main executable [1] Since I do not plan to commit GCC 2.95 support to Quetoo SVN, I decided to not split patch for separate files. Once we stop supporting RELENG_4, this patch can go away if it would cause problems keeping it in sync. Reported by: krismail [1]
* Update to version 0.3.4.danfe2006-06-064-57/+58
|
* Fix the build.danfe2006-04-121-3/+3
| | | | Reported by: krismail
* Don't confuse end-users, use more common word in COMMENT.danfe2006-04-101-1/+1
|
* Add quetoo 0.3.3., a fast, stable, compatible, and secure Quake II engine.danfe2006-04-105-0/+153
WWW: http://jdolan.dyndns.org/jaydolan/quetoo.html