aboutsummaryrefslogtreecommitdiff
path: root/games/flightgear/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Backport security fix 280cd52Ganael LAPLANCHE2016-12-141-0/+1
| | | | | | | | | | | Without this fix, a malicious aircraft maintainer can easily overwrite arbitrary files the user running FlightGear has write access to. Reported by: Florent Rougon <f.rougon@free.fr> Security: https://sourceforge.net/p/flightgear/flightgear/ci/280cd523686fbdb175d50417266d2487a8ce67d2/ Notes: svn path=/head/; revision=428556
* Update Simgear and Flightgear ports to 2016.4.3Ganael LAPLANCHE2016-12-091-1/+1
| | | | Notes: svn path=/head/; revision=428232
* Update Simgear and Flightgear ports to 2016.4.2Ganael LAPLANCHE2016-11-301-2/+2
| | | | Notes: svn path=/head/; revision=427418
* Make QT5 optionalGanael LAPLANCHE2016-11-251-4/+6
| | | | | | | | | PR: 214748 Submitted by: Michael Danilov <mike.d.ft402@gmail.com> MFH: 2016Q4 Notes: svn path=/head/; revision=427116
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* Backport radio bug patch from upstreamGanael LAPLANCHE2016-10-241-0/+1
| | | | | | | | PR: 213650 Submitted by: russo@bogodyn.org Notes: svn path=/head/; revision=424558
* Update Simgear & Flightgear ports to 2016.3.1Ganael LAPLANCHE2016-09-191-3/+5
| | | | Notes: svn path=/head/; revision=422461
* Update Simgear & Flightgear ports to 2016.2.1Ganael LAPLANCHE2016-05-281-5/+1
| | | | Notes: svn path=/head/; revision=416061
* Update Simgear & Flightgear ports to 2016.1.2Ganael LAPLANCHE2016-05-171-1/+1
| | | | Notes: svn path=/head/; revision=415417
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-11/+11
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Update Simgear & Flightgear to 2016.1.1Ganael LAPLANCHE2016-03-081-11/+11
| | | | Notes: svn path=/head/; revision=410636
* Convert g* and i* to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-101-2/+2
| | | | Notes: svn path=/head/; revision=405724
* Add LOCALBASE to LDFLAGS to fix build on DragonFlyGanael LAPLANCHE2015-08-101-0/+1
| | | | | | | | PR: 202115 Submitted by: marino Notes: svn path=/head/; revision=393869
* Add USES=alias to 11 ports (non-invasive DragonFly support)John Marino2015-07-031-1/+1
| | | | Notes: svn path=/head/; revision=391227
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* - Add CPE infoDmitry Marakasov2015-05-141-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386313
* While waiting for a bugfix release, backport Nasal security fixes from upstreamGanael LAPLANCHE2015-03-181-0/+1
| | | | | | | | | | | git repositories: - flightgear 6a30e70 - fgdata 60da209 Suggested by: "Rebecca N. Palmer" <rebecca_palmer@zoho.com> Notes: svn path=/head/; revision=381575
* Update Simgear & Flightgear to 3.4.0Ganael LAPLANCHE2015-03-111-2/+2
| | | | Notes: svn path=/head/; revision=380973
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+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
* Remove versioned uses of USE_GCCGanael LAPLANCHE2014-11-101-1/+1
| | | | | | | Suggested by: gerald Notes: svn path=/head/; revision=372384
* Update Simgear and Flightgear ports to 3.2.0Ganael LAPLANCHE2014-11-031-8/+8
| | | | | | | | PR: 194571 Submitted by: mike.d.ft402@gmail.com Notes: svn path=/head/; revision=372111
* Make D-BUS support optionalGanael LAPLANCHE2014-09-171-4/+8
| | | | | | | | PR: 193631 Submitted by: <mike.d.ft402@gmail.com> Notes: svn path=/head/; revision=368355
* 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
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-1/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+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
* Update Simgear and Flightgear ports to 3.0.0Ganael LAPLANCHE2014-03-281-8/+17
| | | | Notes: svn path=/head/; revision=349425
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-0/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Update Flightgear and Simgear ports to 2.12.1 (bugfix release)Ganael LAPLANCHE2014-01-061-2/+2
| | | | Notes: svn path=/head/; revision=338879
* Convert the tree to USES=openalAntoine Brodin2013-12-251-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* - Update Simgear and Flightgear ports to 2.12.0Ganael LAPLANCHE2013-10-301-10/+8
| | | | | | | | | - Enable staging - Switch to new LIB_DEPENDS format - Refresh Simgear's pkg-descr Notes: svn path=/head/; revision=332081
* 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 USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Update Simgear & Flightgear ports to 2.10.0Ganael LAPLANCHE2013-02-221-4/+3
| | | | Notes: svn path=/head/; revision=312760
* Chase boost updateBaptiste Daroussin2013-01-311-5/+2
| | | | Notes: svn path=/head/; revision=311310
* Update Simgear and Flightgear ports to 2.8.0Ganael LAPLANCHE2012-09-071-10/+2
| | | | Notes: svn path=/head/; revision=303810
* - Switch to OptionsNgGanael LAPLANCHE2012-06-151-8/+10
| | | | | | | - Un-version LIB_DEPENDS Notes: svn path=/head/; revision=299327
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Fix build with gcc46+Ganael LAPLANCHE2012-05-021-0/+1
| | | | | | | Submitted by: avg Notes: svn path=/head/; revision=295852
* Update Simgear and Flightgear ports to 2.6.0Ganael LAPLANCHE2012-04-271-17/+19
| | | | Notes: svn path=/head/; revision=295604
* - Update graphics/osg to 3.0.1Dmitry Marakasov2012-04-261-7/+3
| | | | | | | | | | | - Bump revisions on dependent ports due to shlib version bump - Remove option to use graphics/osg-devel instead of graphics/osg from simgear and flightgear (1) - Remove option to use graphics/osg-devel instead of graphics/osg from fgrun for consistency Submitted by: martymac (1) Notes: svn path=/head/; revision=295536
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - 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
* - Update FlightGear and SimGear to 2.4.0Ganael LAPLANCHE2011-09-061-10/+10
| | | | | | | | | | | | | | - Switch PORTNAMEs to lowercase - Change DATADIR from ${LOCALBASE}/share/FlightGear to ${LOCALBASE}/share/flightgear - Re-order variables to make portlint happy - Remove useless CPPFLAGS from CONFIGURE_ENV PR: ports/160322, ports/160421 Submitted by: amdmi3 Notes: svn path=/head/; revision=281296
* - Add missing LICENSEGanael LAPLANCHE2010-11-231-8/+7
| | | | | | | | | - Cleanup MASTER_SITES Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=265003
* Update MAINTAINER address for my portsGanael LAPLANCHE2010-09-271-1/+1
| | | | | | | Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=261943
* - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>Philip M. Gollucci2010-09-071-1/+1
| | | | | | | | | | - Update some MASTER_SITES too PR: ports/150349 Submitted by: maintainer Notes: svn path=/head/; revision=260700
* - 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
* - Bump revisions on ports that use networking functions from plib after it ↵Dmitry Marakasov2010-03-161-0/+1
| | | | | | | | | | | was updated (flightgear and friends seem to be the only such ports) PR: 144575 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> Approved by: portmgr (pav) Notes: svn path=/head/; revision=251137