Port details |
- flightgear FlightGear flight simulator
- 2020.3.19_2 games =11 2020.3.19_1Version of this port present on the latest quarterly branch.
- Maintainer: martymac@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-10-03 10:25:14
- Commit Hash: 55cfbcf
- People watching this port, also watch:: ffmpeg, unrar, gimp, lame, zip
- License: GPLv2+
- WWW:
- https://www.flightgear.org/
- Description:
- The FlightGear flight simulator project is an open-source,
multi-platform, cooperative flight simulator development project.
Source code for the entire project is available and licensed under the
GNU General Public License.
The goal of the FlightGear project is to create a sophisticated flight
simulator framework for use in research or academic environments, for
the development and pursuit of other interesting flight simulation
ideas, and as an end-user application. We are developing a
sophisticated, open simulation framework that can be expanded and
improved upon by anyone interested in contributing.
There are many exciting possibilities for an open, free flight sim.
We hope that this project will be interesting and useful to many
people in many areas.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- flightgear>0:games/flightgear
- To install the port:
- cd /usr/ports/games/flightgear/ && make install clean
- To add the package, run one of these commands:
- pkg install games/flightgear
- pkg install flightgear
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: flightgear
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1697740014
SHA256 (flightgear-2020.3.19.tar.bz2) = 167d08de9cc0f72218b379b23cd7e56c7f6ee18d7d559512da51a3bd67f38e6e
SIZE (flightgear-2020.3.19.tar.bz2) = 8935152
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libplibsl.a : x11-toolkits/plib
- input.h : devel/evdev-proto
- version : games/flightgear-data
- cmake : devel/cmake-core
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xft.pc : x11-fonts/libXft
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xmu.pc : x11-toolkits/libXmu
- xt.pc : x11-toolkits/libXt
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- lrelease : devel/qt5-linguisttools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- libplibsl.a : x11-toolkits/plib
- version : games/flightgear-data
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xft.pc : x11-fonts/libXft
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xmu.pc : x11-toolkits/libXmu
- xt.pc : x11-toolkits/libXt
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- lrelease : devel/qt5-linguisttools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Library dependencies:
-
- libpng.so : graphics/png
- libboost_thread.so : devel/boost-libs
- libfltk.so : x11-toolkits/fltk
- libfreetype.so : print/freetype2
- libosg.so : graphics/osg
- libspeex.so : audio/speex
- libspeexdsp.so : audio/speexdsp
- libcurl.so : ftp/curl
- libudev.so : devel/libudev-devd
- libexpat.so : textproc/expat2
- libSimGearCore.so : devel/simgear
- libdbus-1.so : devel/dbus
- libGL.so : graphics/libglvnd
- libGLEW.so : graphics/glew
- libGLU.so : graphics/libGLU
- libglut.so : graphics/freeglut
- libjpeg.so : graphics/jpeg-turbo
- libopenal.so.1 : audio/openal-soft
- libalut.so.0 : audio/freealut
- libsqlite3.so : databases/sqlite3
- libQt5Core.so : devel/qt5-core
- libQt5Qml.so : x11-toolkits/qt5-declarative
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5Svg.so : graphics/qt5-svg
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for flightgear-2020.3.19_2:
DBUS=on: D-Bus IPC system support
QT5=on: Qt 5 toolkit support
===> Use 'make config' to modify these settings
- Options name:
- games_flightgear
- USES:
- alias cmake:noninja compiler:c++11-lang cpe dos2unix gl jpeg openal:al,alut sqlite tar:bzip2 xorg pkgconfig qt:5
- pkg-message:
- For install:
- FlightGear may occasionally exceed the FreeBSD default maximum data size
(512 MB), resulting in a crash of the program. To avoid that situation, add
the following lines to /boot/loader.conf and reboot the system:
# set the maximum data size limit to 1 GB
kern.maxdsiz="1073741824"
# set the default data size limit to 1 GB
kern.dfldsiz="1073741824"
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.1 18 May 2002 03:01:07 |
kris |
BROKEN: Does not link correctly |
0.6.1 31 Mar 2002 03:17:57 |
kris |
Remove #include <malloc.h>. Port build still broken. |
06 Jan 2002 06:20:22 |
will |
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things |
13 Nov 2000 23:58:12 |
asami |
The plib library name is libplibsl.a, not libpsl.a. |
08 Oct 2000 03:48:59 |
asami |
Convert category games to new layout. |
08 Oct 2000 02:10:57 |
asami |
Rename PLIST.notools to pkg-plist.notools. |