notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details on branch 2016Q4
godot Game runtime engine
2.1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.1Version of this port present on the latest quarterly branch.
Maintainer: FreeBSD@Shaneware.biz search for ports maintained by this maintainer
Port Added: 2016-11-20 21:12:13
Last Update: 2016-11-20 21:12:06
Commit Hash: c56ed0c7
Also Listed In: games
License: MIT CC-BY-3.0
WWW:
http://www.godotengine.org/
Description:
Godot is a multi-platform 2D and 3D game engine. It also provides a feature rich development environment. Easily deploy your game on IOS, android, OSX, Linux, Steam, Windows or PS3. WWW: http://www.godotengine.org/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/godot
  2. /usr/local/share/licenses/godot-2.1/catalog.mk
  3. /usr/local/share/licenses/godot-2.1/LICENSE
  4. /usr/local/share/licenses/godot-2.1/MIT
  5. /usr/local/share/licenses/godot-2.1/CC-BY-3.0
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • godot>0:devel/godot
To install the port:
cd /usr/ports/devel/godot/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/godot
  • pkg install godot
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: godot
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1470729135 SHA256 (godotengine-godot-2.1-stable_GH0.tar.gz) = 0d2a6f5a3689a818cb4859e7655e64a4d603940fae1bdf16a18b980c22b0b6fe SIZE (godotengine-godot-2.1-stable_GH0.tar.gz) = 17917448

Expand this list (2 items)

Collapse this list.

SHA256 (godotengine-godot-demo-projects-dfa1274_GH0.tar.gz) = 42420f7f473b1391a13f226473d1cc850605f24d2865220e4c5acde05f1c340c SIZE (godotengine-godot-demo-projects-dfa1274_GH0.tar.gz) = 18423807

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Slave ports:
  1. devel/godot-tools
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=0.9.10 : devel/pkgconf
  2. scons : devel/scons
  3. libGL>0 : graphics/libGL
  4. glproto.pc : x11/glproto
  5. dri2proto.pc : x11/dri2proto
  6. x11.pc : x11/libX11
  7. xcursor.pc : x11/libXcursor
  8. xinerama.pc : x11/libXinerama
  9. xrandr.pc : x11/libXrandr
Runtime dependencies:
  1. xdg-user-dir : devel/xdg-user-dirs
  2. xdg-open : devel/xdg-utils
  3. xmessage : x11/xmessage
  4. libGL>0 : graphics/libGL
  5. x11.pc : x11/libX11
  6. xcursor.pc : x11/libXcursor
  7. xinerama.pc : x11/libXinerama
  8. xrandr.pc : x11/libXrandr
Library dependencies:
  1. libfreetype.so : print/freetype2
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for godot-2.1: ====> Audio support ALSA=off: ALSA audio architecture support OSS=on: Open Sound System support PULSEAUDIO=off: PulseAudio sound server support ===> Use 'make config' to modify these settings
Options name:
devel_godot
USES:
compiler:c++11-lib pkgconfig scons ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/godotengine/godot/tar.gz/2.1-stable?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.1
20 Nov 2016 21:12:06
commit hash: c56ed0c754f9206f3dc7327acfb0fed6f66db246commit hash: c56ed0c754f9206f3dc7327acfb0fed6f66db246commit hash: c56ed0c754f9206f3dc7327acfb0fed6f66db246commit hash: c56ed0c754f9206f3dc7327acfb0fed6f66db246 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
MFH: r426626 r426632

devel/godot: unbreak on some non-x86 targets

In file included from platform/x11/godot_x11.cpp:30:
In file included from platform/x11/os_x11.h:33:
In file included from core/os/input.h:32:
In file included from core/object.h:32:
In file included from core/list.h:32:
In file included from core/os/memory.h:33:
core/safe_refcount.h:330:2: error: This platform cannot use safe refcount,
compile with NO_THREADS or implement it.
 #error This platform cannot use safe refcount, compile with NO_THREADS or
implement it.
  ^
core/safe_refcount.h:338:3: error: unknown type name 'REFCOUNT_T'
  REFCOUNT_T count;
  ^

PR:		214553
Reported by:	pkg-fallout, linimon
Submitted by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)
Approved by:	ports-secteam blanket
2.1
20 Nov 2016 21:12:06
Revision:426634Original commit files touched by this commit
jbeich search for other commits by this committer
MFH: r426626 r426632

devel/godot: unbreak on some non-x86 targets

In file included from platform/x11/godot_x11.cpp:30:
In file included from platform/x11/os_x11.h:33:
In file included from core/os/input.h:32:
In file included from core/object.h:32:
In file included from core/list.h:32:
In file included from core/os/memory.h:33:
core/safe_refcount.h:330:2: error: This platform cannot use safe refcount,
compile with NO_THREADS or implement it.
 #error This platform cannot use safe refcount, compile with NO_THREADS or
implement it.
  ^
core/safe_refcount.h:338:3: error: unknown type name 'REFCOUNT_T'
  REFCOUNT_T count;
  ^

PR:		214553
Reported by:	pkg-fallout, linimon
Submitted by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)
Approved by:	ports-secteam blanket

Number of commits found: 2