aboutsummaryrefslogtreecommitdiff
path: root/games/motogt
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-071-2/+0
|
* 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
* Fix some misspelled or duplicated LICENSE_*Tobias Kortkamp2019-09-171-1/+1
| | | | Notes: svn path=/head/; revision=512232
* 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
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* - Switch to newly supported CC licensesDmitry Marakasov2016-09-131-7/+4
| | | | | | | - Switch to USES=localbase Notes: svn path=/head/; revision=422029
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Fix fetchDmitry Marakasov2015-12-141-3/+1
| | | | Notes: svn path=/head/; revision=403702
* Mark as broken: does not fetchBaptiste Daroussin2015-12-131-0/+2
| | | | Notes: svn path=/head/; revision=403659
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Properly support png 1.5Antoine Brodin2014-12-242-7/+28
| | | | | | | Obtained from: Archlinux Notes: svn path=/head/; revision=375459
* 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 missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-262-3/+3
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* - Switch from devel/sfml to devel/sfml1 in preparation to sfml updateDmitry Marakasov2014-08-181-2/+6
| | | | Notes: svn path=/head/; revision=365312
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347760
* - Support stagingDmitry Marakasov2014-02-025-17/+207
| | | | | | | | - Fix crash on first start (e.g. when no config is found) - Fix crash when changing resolutions with no XRender extension (e.g. with nvidia blob) Notes: svn path=/head/; revision=342352
* 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
* - Trim Makefile headersDmitry Marakasov2013-07-122-7/+3
| | | | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files Notes: svn path=/head/; revision=322840
* Variable that start with _ are considered private to the definingEitan Adler2013-03-021-1/+1
| | | | | | | | | | makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe) Notes: svn path=/head/; revision=313182
* - update png to 1.5.10Dirk Meyer2012-06-012-6/+9
| | | | Notes: svn path=/head/; revision=297915
* - MAKE_JOBS_UNSAFE:Pav Lucistnik2011-10-021-1/+1
| | | | | | | | | | | | mkdir ../tmp-lnx c++ -O2 -pipe -fno-strict-aliasing -I/usr/local/include -c BikeSelection.cpp -o ../tmp-lnx/BikeSelection.o Assembler messages: FATAL: can't create ../tmp-lnx/BikeSelection.o: No such file or directory Reported by: pointyhat Notes: svn path=/head/; revision=282825
* - Fix the game trying to save rendered tracks into system directoryDmitry Marakasov2011-09-273-0/+36
| | | | Notes: svn path=/head/; revision=282471
* MotoGT is 2D top-viewed game where you drive a MotoGP bike, and youDmitry Marakasov2011-09-265-0/+73
want to win races. In career mode you start with a regular bike, but when you win races you get experience, and experience let's you improve your bike. If you win championships, you can also unlock hidden features. WWW: http://motogt.sourceforge.net/ Notes: svn path=/head/; revision=282393