aboutsummaryrefslogtreecommitdiff
path: root/games/stormbaancoureur/Makefile
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
|
* - Avoid static linking with ode [1]Dmitry Marakasov2019-02-211-9/+9
| | | | | | | | | | | - Switch to more correct way of avoiding C++11 related build errors - Switch to options helpers PR: 231016 [1] Submitted by: yuri@freebsd.org [1] Notes: svn path=/head/; revision=493533
* Conditionalize the addition of -Wno-c++11-narrowing to fix clang6 errorsMark Linimon2018-09-181-1/+3
| | | | | | | | | in CFLAGS to affect clang-based archs. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=479998
* - Add LICENSEDmitry Marakasov2018-06-221-1/+5
| | | | | | | | | - Add missing gl depends - Fix build with clang 6 - Regenerate patches Notes: svn path=/head/; revision=473074
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+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-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 2.1.6Jan Beich2015-02-121-4/+10
| | | | | | | | | | | | | | | | | - Enable sound via alsa-lib Differential Revision: https://reviews.freebsd.org/D1670 Reviewed by: amdmi3 Approved by: amdmi3 (maintainer) Approved by: bapt (mentor) ChangeLog: * Point to new leaderboard server * Make name resolve non-fatal * Debian patch for gcc-4.4 integrated Notes: svn path=/head/; revision=378866
* - Update devel/ode to 0.13Dmitry Marakasov2014-11-241-1/+1
| | | | | | | | | | | - Bump dependent ports PR: 193086 Submitted by: pfg Approved by: maintainer timeout (acm, almost 3 months) Notes: svn path=/head/; revision=373385
* 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
* - Strip binaryDmitry Marakasov2014-08-031-0/+1
| | | | Notes: svn path=/head/; revision=363899
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-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) Notes: svn path=/head/; revision=351411
* - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as ↵Dmitry Marakasov2013-12-161-1/+0
| | | | | | | suggested by Porter's Handbook Notes: svn path=/head/; revision=336650
* - Support stagingDmitry Marakasov2013-10-191-9/+7
| | | | Notes: svn path=/head/; revision=330827
* 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-06-181-8/+4
| | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful Notes: svn path=/head/; revision=321181
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=302037
* - Update URL of my distfile mirror in 87 portsDmitry Marakasov2009-07-281-1/+1
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=238527
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-2/+1
| | | | | | | | | | | - 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). Notes: svn path=/head/; revision=226727
* - Bump PORTREVISION, because devel/ode was updatedJose Alonso Cardenas Marquez2009-01-161-0/+1
| | | | | | | Approved by: amdmi3 via email Notes: svn path=/head/; revision=226230
* - Update address of my distfile mirrorDmitry Marakasov2009-01-051-1/+1
| | | | Notes: svn path=/head/; revision=225284
* Update my email address in 132 ports.Dmitry Marakasov2008-06-191-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=215297
* - Update to 2.1.5Martin Wilke2008-06-181-1/+1
| | | | | | | | PR: 124556 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=215183
* - Update to 2.1.4Martin Wilke2008-06-031-2/+2
| | | | | | | | PR: 124211 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=214220
* - Update to 2.1.3Martin Wilke2008-03-311-3/+3
| | | | | | | | PR: 122265 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=210217
* - Update to 2.1.2Martin Wilke2008-03-211-1/+1
| | | | | | | | PR: 121842 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=209530
* - Update to 120427Martin Wilke2008-02-101-1/+1
| | | | | | | | PR: 120427 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=206994
* - Update to 2.0.0Martin Wilke2008-01-261-8/+8
| | | | | | | | PR: 119190 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=206267
* - Update to 1.4Rong-En Fan2007-08-121-8/+5
| | | | | | | | | | - Remove 4.x support PR: ports/115330 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=197503
* - 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
* [MAINTAINER] update my email address in 76 ports + mirror some distfilesEdwin Groothuis2006-12-211-3/+4
| | | | | | | | | | | | I've got a brand new hosting, so change my email to the new one. Also, now I can mirror some distfiles, so update MASTER_SITES for some ports. PR: ports/107038 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> Notes: svn path=/head/; revision=180390
* - Update devel/ode to 0.7Jose Alonso Cardenas Marquez2006-10-061-0/+1
| | | | | | | | | - Bump PORTREVISION of all ports that depend of devel/ode [1] Approved by: thierry, Dmitry Marakasov <amdmi3__at__mail.ru> (maintainers) [1] Notes: svn path=/head/; revision=174644
* Sturmbahnfahrer... for expert drivers only. If you want to masterMartin Wilke2006-09-111-0/+45
it, try to have the laws of physics work with you, not against you. Sturmbahnfahrer is a game by Bram Stolk. WWW: http://www.sturmbahnfahrer.com/ PR: ports/102931 Submitted by: Dmitry Marakasov <amdmi3(at)mail.ru> Notes: svn path=/head/; revision=172766