aboutsummaryrefslogtreecommitdiff
path: root/games/quetoo
Commit message (Collapse)AuthorAgeFilesLines
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-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. Notes: svn path=/head/; revision=302037
* - 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/+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 Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Augment port description text.Alexey Dokuchaev2011-05-201-0/+18
| | | | Notes: svn path=/head/; revision=274350
* Mark as broken on sparc64.Mark Linimon2010-06-031-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=255636
* Fix previous commit to unbreak the build on older versions of FreeBSD.Alexey Dokuchaev2010-03-181-0/+3
| | | | | | | Reported by: pavmail Notes: svn path=/head/; revision=251191
* Fix the build after scandir(3) interface was changed.Alexey Dokuchaev2010-03-141-5/+0
| | | | Notes: svn path=/head/; revision=251035
* Mark broken on 8.x: does not buildErwin Lansing2010-03-131-0/+4
| | | | Notes: svn path=/head/; revision=251000
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-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). Notes: svn path=/head/; revision=226727
* - Distfile was renamed and rerolled (only autotools-related changes)Alexey Dokuchaev2008-07-232-14/+14
| | | | | | | | - Wrap overly long lines, reindent OPTIONS (and rephrase one) - Stop patching things at extract stage Notes: svn path=/head/; revision=217391
* - 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 the build on 64-bit arches [1]Alexey Dokuchaev2007-09-072-6/+97
| | | | | | | | | | - Minor cosmetic Makefile nits Tested on: amd64 [1] Reported by: pointyhat (logs) [1] Notes: svn path=/head/; revision=199015
* - 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
* BROKEN on !i386: Does not compileKris Kennaway2007-04-211-0/+4
| | | | Notes: svn path=/head/; revision=190581
* Reflect current state of affairs.Alexey Dokuchaev2007-03-021-2/+2
| | | | Notes: svn path=/head/; revision=186341
* Belatedly update to version 0.6.1.Alexey Dokuchaev2007-03-025-268/+109
| | | | Notes: svn path=/head/; revision=186340
* - 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
* - Add missing file from previous commit.Alejandro Pulver2006-08-141-0/+60
| | | | Notes: svn path=/head/; revision=170635
* - Bump PORTREVISION.Alejandro Pulver2006-08-142-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) Notes: svn path=/head/; revision=170634
* Augment master sites.Alexey Dokuchaev2006-07-061-1/+2
| | | | Notes: svn path=/head/; revision=167056
* Update to version 0.4.0.Alexey Dokuchaev2006-07-065-91/+66
| | | | Notes: svn path=/head/; revision=167055
* - Fix the build with older GCC [1]Alexey Dokuchaev2006-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] Notes: svn path=/head/; revision=165550
* Update to version 0.3.4.Alexey Dokuchaev2006-06-064-57/+58
| | | | Notes: svn path=/head/; revision=164580
* Fix the build.Alexey Dokuchaev2006-04-121-3/+3
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=159368
* Don't confuse end-users, use more common word in COMMENT.Alexey Dokuchaev2006-04-101-1/+1
| | | | Notes: svn path=/head/; revision=159274
* Add quetoo 0.3.3., a fast, stable, compatible, and secure Quake II engine.Alexey Dokuchaev2006-04-105-0/+153
WWW: http://jdolan.dyndns.org/jaydolan/quetoo.html Notes: svn path=/head/; revision=159269