aboutsummaryrefslogtreecommitdiff
path: root/games/xrally
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Unbreak the build against modern compilers (Clang 11, GCC 10) whichAlexey Dokuchaev2021-02-112-6/+12
| | | | | | | require there is only one variable definition per each object file. Notes: svn path=/head/; revision=564948
* Mark BROKEN on FreeBSD 13 and 14Antoine Brodin2021-01-261-0/+3
| | | | | | | | | | | | | | ld: error: duplicate symbol: radar >>> defined at map.c:31 >>> map.o:(radar) >>> defined at game.c:31 >>> game.o:(.bss+0xD8) Reported by: pkg-fallout MFH: 2021Q1 Notes: svn path=/head/; revision=562706
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2).Alexey Dokuchaev2020-05-271-1/+1
| | | | Notes: svn path=/head/; revision=536693
* 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
* Reset edwin's ports, he has handed in his commit bit.Rene Ladan2016-11-161-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=426269
* games category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-2/+2
| | | | | | | approved by: PTHREAD blanket Notes: svn path=/head/; revision=382275
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380305
* - Drop @dirrm* from and add empty directories to plistsDmitry Marakasov2015-01-181-11/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=377348
* Stageify.Vanilla I. Shu2014-05-293-178/+199
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=355703
* Fix build on 10.0Edwin Groothuis2013-10-172-1/+11
| | | | Notes: svn path=/head/; revision=330602
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | games) Notes: svn path=/head/; revision=327730
* In categories starting with [efg], remove empty lines from pkg-plist (exceptAlexey Dokuchaev2013-03-171-1/+0
| | | | | | | for `graphics/kipi-plugins'). Notes: svn path=/head/; revision=314438
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+2
| | | | | | | | | | | | - 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
* - Fix packing list with non-default PREFIXSahil Tandon2010-09-111-0/+1
| | | | | | | | | PR: ports/139587 Submitted by: myself (sahil@) Approved by: maintainer timeout Notes: svn path=/head/; revision=260997
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* Fixed build on 7.xEdwin Groothuis2009-02-227-74/+126
| | | | | | | Removed dependency on gcc2.95 Notes: svn path=/head/; revision=228813
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+2
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-6/+5
| | | | | | | | | | | | | | | | | | - 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
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209636
* - 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
* broken on 7.x, probably due to gcc 2.95 requirementsEdwin Groothuis2006-08-121-2/+8
| | | | Notes: svn path=/head/; revision=170373
* Remove useless USE_PTHREADSEdwin Groothuis2006-06-121-1/+0
| | | | | | | Noticed by: erwin@ Notes: svn path=/head/; revision=165277
* Add SHA256 checksums to the distinfo files.Edwin Groothuis2005-11-081-2/+1
| | | | Notes: svn path=/head/; revision=147643
* Fix build due to strange additional -L in the configure part.Edwin Groothuis2005-10-302-3/+12
| | | | Notes: svn path=/head/; revision=146715
* Add -L{X11BASE}/lib to CONFIGURE_ENVEdwin Groothuis2005-10-231-1/+2
| | | | | | | Noticed by: YAPHR Notes: svn path=/head/; revision=146154
* Upgrade to version 1.1.1Edwin Groothuis2005-06-123-1/+150
| | | | | | | | | | 01/12/2001 There was a bug on XRally 1.1, that made the game use lots of CPU. If you were having this problem, just download this patch and apply it to the source. Notes: svn path=/head/; revision=137300
* Fix building on 5.4. Thanks to oliver@ for lending a 5.4 jail.Edwin Groothuis2005-06-121-7/+2
| | | | Notes: svn path=/head/; revision=137299
* BROKEN on 5.x: Does not compileKris Kennaway2005-05-211-1/+7
| | | | Notes: svn path=/head/; revision=135797
* New port: xrallyEdwin Groothuis2005-05-085-0/+253
XRally is a Linux clone of the classic Rally X arcade game. For those who don't know, in Rally X you control a blue (good) car, that has to collect yellow flags around a maze-like map, while avoiding the red (bad) cars. In order to help himself, the blue car can use clouds of smoke through the maze. If a enemy touch any of these clouds, it stops for a while. The enemy cars can also crash one with the other, what gives you some extra time. Notes: svn path=/head/; revision=134853