aboutsummaryrefslogtreecommitdiff
path: root/games/f1spirit-remake
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 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 build with clang 6Dmitry Marakasov2018-06-281-0/+11
| | | | Notes: svn path=/head/; revision=473499
* 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
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* 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
* - Convert net/sdl_net to USES=libtool and bump dependent portsTijl Coosemans2014-07-091-1/+1
| | | | | | | | | - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361403
* audio/sdl_sound:Tijl Coosemans2014-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USES=libtool. - Strip library. - Replace patch+reinplace with a single reinplace. - Remove a patch so we use the upstream library name again. Bump PORTREVISION on all dependent ports. games/alephone: - USES=gmake tar:bzip2. - Remove unneeded PKG_CONFIG variable. - Staging. - New LIB_DEPENDS syntax. games/asc: - USES=libtool. games/gltron: - New LIB_DEPENDS syntax. - USES=gmake. - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Use option helpers. - Staging. lang/kroc: (still BROKEN due to use of "python" command) - New LIB_DEPENDS syntax. - USES=pathfix tar:bzip2. - Staging. - Replace patches with post-patch. - Replace MAKE with MAKE_CMD. lang/smalltalk: - USES=libtool tar:xz. - Use BROKEN_sparc64. Notes: svn path=/head/; revision=352933
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-3/+2
| | | | Notes: svn path=/head/; revision=347760
* - Support stagingDmitry Marakasov2014-01-131-17/+13
| | | | | | | | - Convert USE_GMAKE to USES - Use new LIB_DEPENDS syntax Notes: svn path=/head/; revision=339598
* 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
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - Trim Makefile headersDmitry Marakasov2013-06-184-355/+55
| | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful Notes: svn path=/head/; revision=321181
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)Sunpoet Po-Chuan Hsieh2012-03-081-0/+1
| | | | | | | | | Submitted by: sunpoet (myself) Tested by: exp-run by linimon Approved by: linimon (with portmgr hat) Notes: svn path=/head/; revision=292936
* - Fix buildDmitry Marakasov2012-03-061-0/+10
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=292850
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-1/+1
| | | | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update URL of my distfile mirror in 87 portsDmitry Marakasov2009-07-281-1/+1
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=238527
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Update address of my distfile mirrorDmitry Marakasov2009-01-051-1/+1
| | | | Notes: svn path=/head/; revision=225284
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* Update my email address in 132 ports.Dmitry Marakasov2008-06-191-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=215297
* The F-1 Spirit remake is mostly identical to the original KonamiMartin Wilke2008-05-189-0/+482
classic F-1 Spirit game in that you first have to clear tracks in a top-down view with stock cars, rally cars and so on by accumulating points given for finishing in the first places until you actually get to play the Formula 1 tracks. Otherwise there are quite some enhancements, namely improved graphics, improved music, more realistic physics, real shape shown in the maps, camera rotation and zoom, split screen for up to four players, (online) highscore tables and replay saving. WWW: http://www.braingames.getput.com/f1spirit/default.asp PR: ports/123686 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> Notes: svn path=/head/; revision=213239