aboutsummaryrefslogtreecommitdiffstats
path: root/games/cake
Commit message (Collapse)AuthorAgeFilesLines
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Make sure `games/cake' runs OK on amd64 (and possibly other 64-bitdanfe2017-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.
* Unbreak the build against Clang 4.0.danfe2017-03-061-1/+2
| | | | PR: 216629
* Extract do-patch into a separate script.mat2017-01-171-1/+1
| | | | | | | | PR: 215761 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D9029
* Remove libjpeg.so.11 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Don't quote {} in find -exec calls.mat2016-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
* games/cake, net/(wident|wiz|opensips): Document ncurses requirementmarino2016-11-201-1/+1
| | | | Approved by: ncurses blanket
* Convert to USES=jpegantoine2015-06-231-3/+1
|
* Remove Author from pkg-descr and white space fixesbapt2015-03-031-2/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-301-0/+0
| | | | '__' instead.
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-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)
* Convert g* to USES=zipbapt2014-03-101-2/+1
|
* - Modernize LIB_DEPENDS syntax, sort the knobsdanfe2013-11-182-15/+8
| | | | - Stagify, cleanup patch-Makefile, drop MAKE_ARGS
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | games)
* Beautify port description and provide author name since WWW page is gone.danfe2012-09-121-14/+15
|
* - Fix segmentation fault due to inclusion of outdated JPEG headerdanfe2012-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
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-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.
* -remove MD5ohauer2011-07-031-1/+0
|
* - Bump shared library version of libglut.so when using freeglutrene2010-07-071-1/+1
| | | | | | - Grab maintainership of games/torcs Approved by: tabthorpe (mentor) Feature safe: yes
* - update to jpeg-8dinoex2010-02-051-2/+2
|
* - update to jpeg7dinoex2009-07-181-2/+2
| | | | Tested by: pav on pointyhat
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-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).
* - Convert to OPTIONSdanfe2008-07-231-13/+13
| | | | | - Patch things in post-patch target, not in post-extract - Wrap one overly long line
* - 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)
* - Drop USE_X_PREFIXdanfe2008-03-212-7/+3
| | | | - Clean up pkg-message and Makefile
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Mute the whole target, otherwise comment will show up.danfe2006-10-041-5/+5
|
* Fix the build with yet-to-come GCC.danfe2006-10-041-0/+2
|
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* Store distfile locally since build cluster sometimes timeouts whiledanfe2006-01-251-1/+2
| | | | | | trying to fetch it. Reported by: pointyhat
* - Move freeglut from x11-toolkits to graphics, where libglut already ispav2006-01-161-1/+1
| | | | | | PR: ports/91711 Submitted by: Sangwoo Shim <sangwoos@gmail.com> Repocopied by: marcus
* - Update graphics/libglut to 6.4.1.sem2006-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>
* Simplify (and beautify) URLs.danfe2005-12-272-2/+2
|
* Update to 2005.12.26, which incorporates some of our patches.danfe2005-12-276-309/+7
|
* Get rid of really simple patch, save an inode.danfe2005-12-272-11/+1
|
* Adjust description to closer match the reality.danfe2005-12-091-1/+2
|
* - Update to 2005.10.23danfe2005-12-094-26/+56
| | | | | | - Allow to build with nVidia libGL - Respect CXX - Add SHA256 checksum
* Update my email address to `@FreeBSD.org'.danfe2004-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)
* Add cake 2004.07.09,krion2004-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>