aboutsummaryrefslogtreecommitdiff
path: root/games/q3cellshading
Commit message (Collapse)AuthorAgeFilesLines
* Mk/*: Build with a clean environmentTijl Coosemans2024-02-292-180/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both our make and gmake use the MAKEFLAGS environment variable but the values aren't compatible and the latest version of gmake complains about that. To rule out that any environment variable can cause problems like this, add a new command SETENVI=/usr/bin/env -i that clears the environment, and use it to run upstream build systems with a clean environment. Introduce a new variable WRK_ENV that contains the environment to use with SETENVI in all targets that run upstream build commands. Variables that are common between CONFIGURE_ENV and MAKE_ENV could be moved to WRK_ENV but for now it just contains a minimal environment: HOME=${WRKDIR}: Fixes USES=elixir ports that were using the user's HOME. OSVERSION: For cross building; determines the output of uname -K and getosreldate(3); affects net/freebsd-telnetd for example. PATH: Fixes USES=gem ports that were using the user's PATH. PWD=$${PWD}: Preserve current working directory; affects USES=go ports. TERM: To preserve colored output to terminals. TMPDIR: For users who define that. UNAME_*: For cross building; determines the output of uname(1); affects lang/python* for example. This commit deals with everything under Mk/. Ports that have their own targets running upstream build commands can switch to SETENVI later. The ports tree adds its definition of ARCH to the MAKEFLAGS environment variable, which is interpreted by sub-makes as command line arguments, which means that any definition of ARCH in upstream makefiles was overridden. The following ports required fixes now that this is no longer the case. games/iortcw, games/q3cellshading, games/tremulous: These use Quake 3 engine code. Fix use of ARCH. Reduce diff between FreeBSD code and Linux code. games/legesmotus: Remove ARCH related patches. lang/ocaml: Patch configure script so it detects amd64 correctly. Also make the powerpc case consistent with the other architectures. This also affects other ocaml ports like devel/ocaml-ocamlbuild and math/ocaml-num that include a Makefile.config installed by lang/ocaml. While here, use SETENVI in check-test target. net/libnatpmp: Use of upstream definition of ARCH triggers installation in PREFIX/lib64 on amd64. Disable this. PR: 276478 Approved by: portmgr (antoine) Exp-run by: antoine
* games/q3cellshading: try to unbreak and thus undeprecate the portAlexey Dokuchaev2023-11-284-16/+53
| | | | | Whack the `post-patch' target altogether while here by converting to regular patch files.
* games/q3cellshading: cleanup release CFLAGS, take maintainershipAlexey Dokuchaev2023-11-282-62/+61
| | | | | Since we already patch the Makefile, it makes little sense to fix it up again in the `post-patch' target.
* */*: Update WWW to use HTTPS for sourceforge.net projectsRodrigo Osorio2023-11-011-1/+1
| | | | Homepage link is permanent redirected to its HTTPS counterpart
* games/q3cellshading: Mark DEPRECATEDMuhammad Moinur Rahman2023-10-291-26/+19
| | | | | | - BROKEN on all supported versions for more than 2 years - Also BROKEN on 12 from portsfallout - Set EXPIRATION_DATE 2023-11-30
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* games: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * <benlutz@datacomm.ch> * <janos.mohacsi@bsd.hu> * Aaron Baugher * Aaron Dalton <aaron@FreeBSD.org> * Aaron Dalton <aaron@daltons.ca> * Aaron VonderHaar <avh4@usa.net> * Aaron Zauner <az_mail@gmx.at> * Adam Kranzel (adam@alameda.edu) * Adam Weinberger <adamw@FreeBSD.org> * Ade Lovett <ade@FreeBSD.org> * Akinori MUSHA aka knu <knu@idaemons.org> * Alejandro Pulver <alejandro@varnet.biz> * Alejandro Pulver <alepulver@FreeBSD.org> * Alex Dupre <ale@FreeBSD.org> * Alex Trull <freebsd.alex@trull.org> * Alexander G. Chetirbock <bock@bock.nnov.ru> * Alexander Langer <alex@FreeBSD.org> * Alexander Logvinov <ports@logvinov.com> * Alexander Vereeken <Alexander88207@protonmail.com> * Alexander Yerenkow <yerenkow@gmail.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey Dokuchaev <danfe@regency.nsu.ru> * Alfonso S. Siciliano <alfix86@gmail.com> * Alonso Cardenas Marquez <acm@FreeBSD.org> * Amar Takhar <verm@drunkmonk.net> * Andreas Klemm <andreas@klemm.gtn.com> * Andrej Zverev * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrey Zakhvatov * Andrey Zakhvatov <andy@icc.surw.chel.su> * Andy Kosela <akosela@andykosela.com> * Anton Yudin <toha@FreeBSD.org> * Arjan van Leeuwen <avleeuwen@piwebs.com> * Ayumi M <ayu@commun.jp> * Bartosz Fabianowski <freebsd@chillt.de> * Beech Rintoul <beech@FreeBSD.org> * Ben Smithurst <ben@scientia.demon.co.uk> * Bob Bomar <bob@fly.homeunix.org> * Brian Buchanan <brian@CSUA.Berkeley.EDU> * Ceri Davies (ceri@FreeBSD.org) * Chris D. Faulhaber <jedgar@FreeBSD.org> * Christian Brueffer <chris@unixpages.org> * Christoph Mallon <christoph.mallon@gmx.de> * Christopher Preston <rbg@gayteenresource.org> * Dag-Erling C. Smørgrav <des@FreeBSD.org> * Daniel J. O'Connor <darius@dons.net.au> * Daniel O'Connor <darius@dons.net.au> * Daniel Roethlisberger <daniel@roe.ch> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * Dave Chapeskie <dchapes@ddm.on.ca> * Dave Walton <dwalton@acm.org> * David Siebörger <drs@rucus.ru.ac.za> * Dmitry Marakasov <amdmi3@FreeBSD.org> * Dom Mitchell <dom@happygiraffe.net> * Dominic Fandrey * Dominic Fandrey <kamikaze@bsdforen.de> * Don Croyle <croyle@gelemna.org> * Donald Burr <dburr@FreeBSD.org> * Eckart "Isegrim" Hofmann * Ed Schouten <ed@fxq.nl> * Edwin Groothuis * Edwin Groothuis <edwin@mavetju.org> * Edwin Mons * Emanuel Haupt <ehaupt@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Emmanuel Vadot <manu@FreeBSD.org> * Eric Anholt * Eric Anholt <anholt@FreeBSD.org> * Erik Olson <erikolson@olsonexpress.com> * Filippo Natali <filippo@widestore.net> * Frank Laszlo <laszlof@freebsdmatrix.net> * Frederic Culot <culot@FreeBSD.org> * Frederic Culot <frederic@culot.org> * Fredrik Carlsson <fredrik@wasadata.com> * FreeBSD GNOME Team <gnome@FreeBSD.org> * FreeBSD GNOME Team <gnome@freebsd.org> * Ganael Laplanche <ganael.laplanche@martymac.org> * Gautam Mani <execve@gmail.com> * Gea-Suan Lin <gslin@gslin.org> * Ginzburg Oleg * GreenDog <fiziologus@gmail.com> * Gustavo Perez Querol <gustau.perez@gmail.com> * Göran Runfeldt <goranrunfeldt@home.se> * HIYAMA Takeshi <th@cis.ibaraki.ac.jp> * HOTARU-YA <hotaru@tail.net> * Holger Lamm <holger@eit.uni-kl.de> * Igor Pokrovsky <ip@doom.homeunix.org> * Igor Pokrovsky <tiamat@comset.net> * Igor Pokrovsky <tiamat@telegraph.spb.ru> * Ilya A. Arhipov <admin@gorodkirov.ru> * Ilya A. Arkhipov <rum1cro@yandex.ru> * James FitzGibbon <jfitz@FreeBSD.org> * James Howard <howardj@wam.umd.edu> * Jan Jungnickel <jan@jungnickel.com> * Jan Stocker <Jan.Stocker@t-online.de> * Janni * Janos Mohacsi <janos.mohacsi@bsd.hu> * Jason Helfman <jgh@FreeBSD.org> * Jean-Marc Zucconi <jmz@FreeBSD.org> * Jean-Yves Lefort <jylefort@FreeBSD.org> * Jean-Yves Lefort <jylefort@brutele.be> * Jeremy <karlj000@unbc.ca> * Jeremy Chadwick <yoshi@parodius.com> * Jesse Smith <jessefrgsmith@yahoo.ca> * Jim Mock <jim@FreeBSD.org> * Joe Marcus Clarke <marcus@FreeBSD.org> * Joel Sutton <jsutton@bbcon.com.au> * Joel Sutton <sutton@aardvark.apana.org.au> * Jordan DeLong <fracture@allusion.net> * Jordan Irwin <antumdeluge@gmail.com> * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Jose Alonso Cardenas Marquez <acm@FreeBSD.org> * Josh Tolbert * Julian Assange * Juraj Lutter <otis@sk.freebsd.org> * Kalten <kalten@gmx.at> * Karsten Brandt <kbrandt@sdf-eu.org> * Kevin Zheng <kevinz5000@gmail.com> * Kirill Ponomarew <krion@FreeBSD.org> * Kirill Ponomarew <ponomarew@oberon.net> * Klaus Goger <klaus.goger@reflex.at> * Koop Mast <kwm@FreeBSD.org> * Kris Kennaway <kris@FreeBSD.org> * Kuang-che Wu <kcwu@csie.org> * Kyle Evans <kevans@FreeBSD.org> * Lars Engels <lars.engels@0x20.net> * Lars Thegler <lars@thegler.dk> * Leland Wang <llwang@infor.org> * Loren M. Lang <lorenl@alzatex.com> * Mahdi Mokhtari <mokhi64@gmail.com> * Makoto YAMAKURA <makoto@pinpott.spnet.ne.jp> * Marc van Woerkom <3d@FreeBSD.org> * Mark Huizer <xaa+ports@timewasters.nl> * Mark Murray <markm@FreeBSD.org> * Mark Pulford <mark@kyne.com.au> * Martin Kropfinger * Martin Tournoij <carpetsmoker@xs4all.nl> * Martin Tournoij <martin@arp242.net> * Martin Wilke <miwi@FreeBSD.org> * Mateusz Piotrowski <0mp@FreeBSD.org> * Matthew Gibson <mdg583@hotmail.com> * Matthew Hunt <mph@FreeBSD.org> * Matthew Hunt <mph@pobox.com> * Max Khon <fjoe@FreeBSD.org> * Maxim Sobolev <sobomax@FreeBSD.org> * Maxime Henrion <mux@FreeBSD.org> * Michael Alyn Miller <malyn@strangeGizmo.com> * Michael Johnson <ahze@FreeBSD.org> * Michael L. Hostbaek (mich@freebsdcluster.org) * Michael Nottebrock <lofi@FreeBSD.org> * Michael Williams <ports@mgwsoftware.com> * Miguel Mendez <flynn@energyhq.es.eu.org> * Neil Blakey-Milner <nbm@FreeBSD.org> * Nick Johnson <freebsd@spatula.net> * Nicklas Johnson <freebsd@spatula.net> * Nicola Vitale <nivit@FreeBSD.org> * Nik Clayton <nik@FreeBSD.org> * Nikolai Lifanov <lifanov@mail.lifanov.com> * Oleg Alexeenkov * Oliver Lehmann <lehmann@ans-netz.de> * Patrick Li <pat@FreeBSD.org> * Patrick Li <pat@databits.net> * Pav Lucistnik <pav@FreeBSD.org> * Pawel Pekala <pawel@FreeBSD.org> * Peter Dunning * Peter Pentchev <roam@FreeBSD.org> * Philippe Audeoud <jadawin@tuxaco.net> * Pierre-Paul Lavoie <ppl@nbnet.nb.ca> * Piotr Kubaj <pkubaj@FreeBSD.org> * Piotr Kubaj <pkubaj@anongoth.pl> * Radim Kolar * Ralf Becker <ralf@akk.org> * Raymond Pasco <ray@cultofray.net> * Robert Gogolok <gogo@cs.uni-sb.de> * Rozhuk Ivan <rozhuk.im@gmail.com> * Rusmir Dusko <nemysis@FreeBSD.org> * Ryo MIYAMOTO * Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp> * Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp> * Satoshi Asami <asami@FreeBSD.org> * Sean Bruno * Sean Farley <sean-freebsd@farley.org> * Seiichirou Hiraoka * Seiichirou Hiraoka <flathill@flathill.gr.jp> * Sergey Akifyev * Shaun Amott <shaun@inerd.com> * Shinya Esu <esu@yk.rim.or.jp> * Simon Barner <barner@gmx.de> * Stas Timokhin <devel@stasyan.com> * Stas Timokhin <stast@bsdportal.ru> * Stefan Eggers <seggers@semyam.dinoco.de> * Stefan Esser <se@FreeBSD.org> * Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> * Stefan Jahn <stefan.jahn@nemesis-sektor.de> * Stefan Zehl <sec@42.org> * Stephen Hurd <shurd@FreeBSD.org> * Steve Wills <swills@FreeBSD.org> * Steven H. Samorodin (samorodi@NUXI.com) * Steven Wallace <swallace@FreeBSD.org> * Sugimoto Sadahiro <ixtl@utmc.or.jp> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Sven Moeller <smoeller@nichthelfer.de> * TAKAHASHI Kaoru <kaoru@kaisei.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Tatsuya Kuidoh <cdr@ga.xdsl.ne.jp> * Thomas Gellekum <tg@FreeBSD.org> * Thomas Vogt <thomas.vogt@bsdunix.ch> * Tobias Gion * Tobias Rehbein <tobias.rehbein@web.de> * Toru YANO <toru@s-fine.co.jp> * Travis Poppe <tlp@liquidx.org> * UMENO Takashi * UMENO Takashi <umeno@rr.iij4u.or.jp> * Vanilla I. Shu <vanilla@MinJe.com.TW> * Vasily Postnicov <shamaz.mazum@gmail.com> * Vladimir Kondratiev <wulf@cicgroup.ru> * Will Andrews <andrews@technologist.com> * Wouter Reckman <gennerate@zonnet.nl> * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yinghong Liu <relaxbsd@gmail.com> * Yinghong.Liu <relaxbsd@gmail.com> * Yonatan <onatan@gmail.com> * Yuichi Narahara * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * Yukihiro Nakai <nakai@FreeBSD.org> * Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> * Yuri Victorovich <yuri@rawbw.com> * aaron@FreeBSD.org * ada@bsd.org * alepulver * arved * asami * ayu <ayunyan@gmail.com> * benlutz@datacomm.ch * buratello@easy.com * chinsan * chinsan <chinsan.tw@gmail.com> * chris_pressey@yahoo.ca * driedfruit * edwin@mavetju.org * eivind * elfrink@introcom.nl * erich@FreeBSD.org * ericyu@mail2000.com.tw * glewis@FreeBSD.org * gmarco@giovannelli.it * gurkan@phys.ethz.ch * ijliao * issei <issei@jp.FreeBSD.org> * jamie * janek * janos.mohacsi@bsd.hu * jkh * jmacd * jmz * joerg * joerg@FreeBSD.org * johans * johnh@isi.edu * jseger@scds.com * krion@FreeBSD.org * kris@FreeBSD.org * lightside <lightside@gmx.com> * loader <loader@freebsdmall.com> * marina@surferz.net * markand * markm * mdodd * mek * michael johnson <ahze@ahze.net> * minter@lunenburg.org * nbm * neuroworker@gmail.com * nox@jelal.kn-bremen.de * pat@databits.net * petef@FreeBSD.org * pgs (original) * proff * pypt * refugee * roam@FreeBSD.org * se * searle * sec@42.org * simonm@dcs.gla.ac.uk * steve farrell * swallace * thierry@pompo.net * tmartin@andrew.cmu.edu * verm@drunkmonk.net * will * xaa@stack.nl With hat: portmgr
* 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
* games/q3cellshading: mark BROKEN on FreeBSD >= 13Dmitry Marakasov2021-04-231-0/+2
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/q3cellshading: unbreak with libglvndJan Beich2021-02-111-1/+1
| | | | | | | | | | | ..//unix/linux_glimp.c:70:10: fatal error: 'X11/extensions/xf86vmode.h' file not found #include <X11/extensions/xf86vmode.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: antoine (via bug 246767 exp-run) Notes: svn path=/head/; revision=564950
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+2
| | | | | | | | 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
* Change USE_GL to become USES=gl.Niclas Zeising2018-09-101-1/+3
| | | | | | | | | | | | | | | | | | | | Change USE_GL to become USES=gl. You still need to specify USE_GL as well, to specify which gl components you need, such as egl glesv2 glut glu glw gl. Only specifying USE_GL is supported for now, to ease in transition. It is however deprecated, and will be removed eventually. Specifying USES=gl without USE_GL is an error. USE_GL=yes is also deprecated, but supported for now. It implies USE_GL=glu. Fix fallout from this change. PR: 230692 Approved by: portmgr (antoine) exp-run by: antoine Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D16774 Notes: svn path=/head/; revision=479445
* 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* games category: Remove $PTHREAD_LIBSJohn Marino2015-03-252-2/+2
| | | | | | | approved by: PTHREAD blanket Notes: svn path=/head/; revision=382275
* - Drop @dirrm* from and add empty directories to plistsDmitry Marakasov2015-01-161-3/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=377198
* 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
* - Fix build with clang (global var defined as static,Pawel Pekala2014-04-183-18/+23
| | | | | | | | | | | unrecognized compiler arguments) - Add staging support - Use options subs MFH: 2014Q2 Notes: svn path=/head/; revision=351523
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347760
* Attempt to fix build on i386Antoine Brodin2014-02-131-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=344156
* - Convert to dos2unix.mkMathieu Arnold2013-11-191-2/+1
| | | | | | | - While at it convert to gmake.mk ports that still USE_GMAKE. Notes: svn path=/head/; revision=334361
* 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
* Convert to USES=gmakeBaptiste Daroussin2013-07-101-1/+1
| | | | Notes: svn path=/head/; revision=322688
* - Trim old-school Makefile headerAlexey Dokuchaev2013-03-162-33/+31
| | | | | | | | | - Fix a typo in OPTIONS_DEFAULT (CLIETN -> CLIENT) - Reindent and generally cleanup Makefile - Reformat port description for better readability Notes: svn path=/head/; revision=314379
* Convert to new options frameworkBaptiste Daroussin2012-06-121-17/+15
| | | | Notes: svn path=/head/; revision=299119
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Reassign ports to heapThomas Abthorpe2011-02-271-1/+1
| | | | | | | Submitted by: alepulver Notes: svn path=/head/; revision=269863
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - 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
* - USE_XLIB -> USE_XORG clean up.Alejandro Pulver2008-03-291-1/+1
| | | | | | | Reported by: miwi Notes: svn path=/head/; revision=210099
* - Add ONLY_FOR_ARCHS=i386 since it's just a patch (for graphics) over theAlejandro Pulver2008-01-111-0/+2
| | | | | | | original code, which also builds but doesn't run on other archs. Notes: svn path=/head/; revision=205461
* - Add USE_XLIB when needed since USE_GL does not imply it anymore.Alejandro Pulver2007-10-191-0/+1
| | | | | | | Reported by: pointyhat (via erwin) Notes: svn path=/head/; revision=201653
* - 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
* - Fix building with GCC 4.x.Alejandro Pulver2006-12-171-0/+36
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=180025
* The goal of this project is to add Cell Shading capabilities to the Quake IIIAlejandro Pulver2006-08-135-40/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | engine with Real-time performance. In order to provide such feature we have decided to use Kuwahara filter. Kuwahara filter is a noise-reduction filter that preserves edges. It uses four subquadrants to calculate the mean and variance and chooses the mean value for the region with the smallest variance. To increase the hand-painted effect we have decided to apply a simple blur filter to reduce hard-edges on textures and increase the flatness effect. To produce the cell shading effect we use no graphics card shaders, so our implementation could run with almost any gfx card. The edge effect is produced by painting backface polygons with a thick wireframe without textures and repaint all the scene, but this time, with textures. We have also implemented a different algorithm (we call it White Texture), which uses white textures. It looks like this and this, you can set the console variable r_celshadalgo to 2, and load another map, or run using the appropiate link that came with the release. WWW: http://q3cellshading.sourceforge.net/ PR: ports/101677 Notes: svn path=/head/; revision=170500
* - Change ppc to powerpc in the Makefile because that is the value of ARCH inAlejandro Pulver2006-06-042-58/+75
| | | | | | | | | FreeBSD (I didn't know ARCH can't be overriden from the original program's Makefile). - Use a list of supported architectures for VM instead of hardcoding them. Notes: svn path=/head/; revision=164368
* - Update to version 1.32c (security patch, see below).Alejandro Pulver2006-06-0321-95/+340
| | | | | | | | | | | | | | | | - Make portlint happy. - Allow building the VM on PowerPC. - Fix a typo in option detection code (&& -> ||). - Fix 2 security vulnerabilities [1]. PR: ports/98296 Submitted by: alepulver (myself) Approved by: Linas Valiukas <shirshegsm@gmail.com> (maintainer) Obtained from: q3icculus (http://icculus.org/quake3/) [1] Security: CVE-2006-2082 Notes: svn path=/head/; revision=164295
* - Remove unnecessary change from my last patch. The selection of .qvm / .so isAlejandro Pulver2006-05-271-11/+2
| | | | | | | | | based on the sv_pure variable. Approved by: garga (mentor) Notes: svn path=/head/; revision=163637
* - Remove DLL_ONLY=true from MAKE_ENV, it was used for testing the gameAlejandro Pulver2006-05-251-1/+1
| | | | | | | | | libraries on i386. Approved by: garga (mentor, implicitly) Notes: svn path=/head/; revision=163428
* - Bump PORTREVISION (package contents change - files added).Alejandro Pulver2006-05-2524-296/+807
| | | | | | | | | | | | | | | | - Put port mirrors before IDSOFTWARE ones. - Use USE_DOS2UNIX instead of USE_CRLF provided by games/quake3. - Use Makefile instead of cons, remove Perl dependencies. Avoid building unncessary components. - Add OPTIONS. Allow building without X11 and optimizations. - Add pkg-plist. - Fix on non-i386. PR: ports/97930 Submitted by: alepulver (myself) Approved by: garga (mentor, implicitly), maintainer Notes: svn path=/head/; revision=163425
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* [PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWAREEdwin Groothuis2006-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds the MASTER_SITE_IDSOFTWARE list of mirrors to bsd.sites.mk and adds it to the following ports: games/doom games/linux-quake3 games/linux-quake4 games/qcc games/quake-data games/quake-source games/quake2-data games/quake2-source games/quake2forge games/quake2lnx games/quake3 games/quake3-data games/rtcw PR: ports/93546 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Notes: svn path=/head/; revision=158918
* BROKEN on !i386: Does not compileKris Kennaway2006-01-191-3/+3
| | | | Notes: svn path=/head/; revision=153912
* [MAINTAINER UPDATE] games/quake3-data: redesign, change dependant portsEdwin Groothuis2005-12-201-0/+1
| | | | | | | | | | | | - Changed quake3-data/Makefile.include to be more similar to bsd.*.mk files, also it doesn't override port's variables. - Change dependant ports. PR: ports/90149 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Notes: svn path=/head/; revision=151623
* [PATCH] games/quake3: prevent quake from creating botlib.log in the current dirEdwin Groothuis2005-12-121-0/+1
| | | | | | | | | | | quake3 creates botlib.log in the current directory. Such action is annoying and should be prevented. PR: ports/90263 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> Notes: svn path=/head/; revision=151051
* Added BROKEN on IA64.Edwin Groothuis2005-12-031-1/+6
| | | | | | | | PR: ports/89901 Submitted by: Linas Valiukas <prekybosv@shirshegsm.lt.eu.org> Notes: svn path=/head/; revision=150323
* Remove i386 specific parts from the Makefiles.Edwin Groothuis2005-11-283-5/+5
| | | | | | | | PR: ports/89603 Submitted by: Linas Valiukas <shirshegsm@gmail.com> Notes: svn path=/head/; revision=149771
* Fix path names in patchesEdwin Groothuis2005-11-262-4/+4
| | | | Notes: svn path=/head/; revision=149621