aboutsummaryrefslogtreecommitdiff
path: root/games/quetoo
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Fix build with clang by disabling -WerrorDmitry Marakasov2015-01-182-15/+2
| | | | | | | | | - Drop @dirrm* from plist Approved by: portmgr blanket Notes: svn path=/head/; revision=377339
* 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
* Unbreak the build against Clang 3.5.0.Alexey Dokuchaev2014-11-301-0/+35
| | | | | | | Requested by: antoine Notes: svn path=/head/; revision=373666
* 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
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Convert deprecated +DOS2UNIX_FILES to USES= dos2unix and stagifyAlexey Dokuchaev2014-01-171-20/+22
| | | | | | | | | | | | - Fix one misplaced .endif: QMASS and VANCTF options are independent While usually USES are placed above other USE_* knobs, make an exception here because of nice-looking starecase; it also allows to keep logically bound DOS2UNIX_FILES close to USES yet not break apart all USE* knobs at the same time. Notes: svn path=/head/; revision=340090
* 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
* - Fix the build against ClangAlexey Dokuchaev2013-09-053-9/+59
| | | | | | | | | | | | - Drop the check for old OSVERSION - Improve OPTIONS descriptions - Remove non-working WWW line - Add LICENSE (GPLv2) while here Reported by: pkg-fallout Notes: svn path=/head/; revision=326360
* - Trim old-school Makefile header per recent agreementAlexey Dokuchaev2013-03-171-30/+25
| | | | | | | | - Convert to modern OPTIONS framework (courtesy of jgh@) - Remove stale site from MASTER_SITES while here Notes: svn path=/head/; revision=314452
* 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