aboutsummaryrefslogtreecommitdiff
path: root/games/cake
Commit message (Collapse)AuthorAgeFilesLines
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508837
* 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
* Make sure `games/cake' runs OK on amd64 (and possibly other 64-bitAlexey Dokuchaev2017-03-311-1/+10
| | | | | | | | | | | | | | | | | | architectures): - Console::SetFontSize() method calls Console::Recalculate_NLines() which might access ConsoleLines[] array before it is constructed, Recalculate_NLines() is explicitly called after ConsoleLines[] is allocated and populated, so just comment out problematic call in SetFontSize(); it is called only once anyway (the problem did not exhibit itself on i386 for some reason); - The code assumes that sizeof(long) == 4 in too many places, e.g. in on-disk file format layouts and such. Fixing all structures would be too much trouble; instead, simply replace those long's with int's, [un]signed as appropriate. Notes: svn path=/head/; revision=437344
* Unbreak the build against Clang 4.0.Alexey Dokuchaev2017-03-061-1/+2
| | | | | | | PR: 216629 Notes: svn path=/head/; revision=435522
* Extract do-patch into a separate script.Mathieu Arnold2017-01-161-1/+1
| | | | | | | | | | | PR: 215761 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D9029 Notes: svn path=/head/; revision=431680
* Remove libjpeg.so.11 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428135
* Don't quote {} in find -exec calls.Mathieu Arnold2016-12-011-1/+1
| | | | | | | | | | | Braces are not shell metacharacters, and they do not need to be quoted. By the time find parses its arguments and dicovers them, the quoting will have been removed by the shell anyway. Sponsored by: Absolight Notes: svn path=/head/; revision=427491
* games/cake, net/(wident|wiz|opensips): Document ncurses requirementJohn Marino2016-11-201-1/+1
| | | | | | | Approved by: ncurses blanket Notes: svn path=/head/; revision=426588
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+1
| | | | Notes: svn path=/head/; revision=390310
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-2/+0
| | | | Notes: svn path=/head/; revision=380305
* 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
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* 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 g* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347760
* - Modernize LIB_DEPENDS syntax, sort the knobsAlexey Dokuchaev2013-11-182-15/+8
| | | | | | | - Stagify, cleanup patch-Makefile, drop MAKE_ARGS Notes: svn path=/head/; revision=334146
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Beautify port description and provide author name since WWW page is gone.Alexey Dokuchaev2012-09-121-14/+15
| | | | Notes: svn path=/head/; revision=304148
* - Fix segmentation fault due to inclusion of outdated JPEG headerAlexey Dokuchaev2012-09-122-12/+15
| | | | | | | | | - Remove ABI shlib version from LIB_DEPENDS, define LICENSE - Sort out knobs, throw in a few comments, augment COMMENT - Remove dead master site from Makefile and port description Notes: svn path=/head/; revision=304142
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Bump shared library version of libglut.so when using freeglutRene Ladan2010-07-061-1/+1
| | | | | | | | | - Grab maintainership of games/torcs Approved by: tabthorpe (mentor) Feature safe: yes Notes: svn path=/head/; revision=257466
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-2/+2
| | | | | | | | | | | - 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
* - Convert to OPTIONSAlexey Dokuchaev2008-07-231-13/+13
| | | | | | | | - Patch things in post-patch target, not in post-extract - Wrap one overly long line Notes: svn path=/head/; revision=217357
* - 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
* - Drop USE_X_PREFIXAlexey Dokuchaev2008-03-212-7/+3
| | | | | | | - Clean up pkg-message and Makefile Notes: svn path=/head/; revision=209534
* - 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
* Mute the whole target, otherwise comment will show up.Alexey Dokuchaev2006-10-031-5/+5
| | | | Notes: svn path=/head/; revision=174404
* Fix the build with yet-to-come GCC.Alexey Dokuchaev2006-10-031-0/+2
| | | | Notes: svn path=/head/; revision=174401
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Store distfile locally since build cluster sometimes timeouts whileAlexey Dokuchaev2006-01-251-1/+2
| | | | | | | | | trying to fetch it. Reported by: pointyhat Notes: svn path=/head/; revision=154429
* - Move freeglut from x11-toolkits to graphics, where libglut already isPav Lucistnik2006-01-161-1/+1
| | | | | | | | | PR: ports/91711 Submitted by: Sangwoo Shim <sangwoos@gmail.com> Repocopied by: marcus Notes: svn path=/head/; revision=153604
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-1/+2
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* Simplify (and beautify) URLs.Alexey Dokuchaev2005-12-272-2/+2
| | | | Notes: svn path=/head/; revision=152204
* Update to 2005.12.26, which incorporates some of our patches.Alexey Dokuchaev2005-12-276-309/+7
| | | | Notes: svn path=/head/; revision=152203
* Get rid of really simple patch, save an inode.Alexey Dokuchaev2005-12-272-11/+1
| | | | Notes: svn path=/head/; revision=152202
* Adjust description to closer match the reality.Alexey Dokuchaev2005-12-091-1/+2
| | | | Notes: svn path=/head/; revision=150727
* - Update to 2005.10.23Alexey Dokuchaev2005-12-094-26/+56
| | | | | | | | | - Allow to build with nVidia libGL - Respect CXX - Add SHA256 checksum Notes: svn path=/head/; revision=150714
* Update my email address to `@FreeBSD.org'.Alexey Dokuchaev2004-08-271-1/+1
| | | | | | | | | | Relinquish ports I happen to no longer use. They seem to be of the latest versions, and non-broken, so this is a "clean" dump. Approved by: fjoe (mentor) Notes: svn path=/head/; revision=117395
* Add cake 2004.07.09,Kirill Ponomarev2004-07-3010-0/+446
Cake is pretty advanced Quake III Arena map viewer. It features BSP support, multiple viewports, sound, models, record/playback demo support and plenty more. Right now, sound support is disabled since cake uses FMOD library which is not available on FreeBSD. I hope to resolve this issue in the future though. PR: ports/69738 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> Notes: svn path=/head/; revision=115070