1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 11:10:32 -04:00
Commit graph

4 commits

Author SHA1 Message Date
Dmitry Marakasov
3a62f63bb3 - Update godot to 3.0.2
PR:		224604
Submitted by:	FreeBSD@ShaneWare.Biz (maintainer)
2018-03-16 17:30:04 +00:00
Kurt Jaeger
22d1c0735c devel/godot: Update to 2.1 and add minimal devel/godot-tools slave port
- Update to 2.1 release
- Add LICENSE_FILE for MIT license
- Add CCBYv3 license for logo
- Add devel/xdg-user-dirs, devel/xdg-utils and x11/xmessage to RUN_DEPENDS
- Add xrandr to USE_XORG
- Replace USE_OPENSSL=yes with USES+=ssl
- Add gl to USE_GL
- Remove GLU dependency - glu.h was included from imported glew.h
  but GLU components are not used
- Add DEBUG option and clarify build targets
- Replace TOOLS option with devel/godot-tools port, while devel/godot
  port used as runtime
- Allow to build ALSA and PulseAudio drivers independently
- Allow to build RtAudio driver with OSS or ALSA or PulseAudio
- Set OSS option by default
- Add desktop entry for godot-tools
- Add sed patch to fix executable paths inside of
  ${WRKSRC}/platform/x11/os_x11.cpp file
- Remove mkdir, because of COPYTREE_SHARE usage, which recreates
  destination directories
- Remove RM command for demos/2d/hexamap/.fscache file, because the
  file is not available for current version
- Add patch to enable OSS usage for RtAudio driver on FreeBSD
- Add patch to fix issue(s) with OS_Unix::execute and
  OS_Unix::get_executable_path functions on FreeBSD
- Add patch to fix layout of --help text
- Remove pkg-plist and use dynamic package list with PORTDATA and PLIST_FILES
- Use current head commit of 2.1 branch from new github repo
  godotengine/godot-demo-projects to install examples (this was
  previously part of godot repo)

PR:		209742
Submitted by:	lightside@gmx.com
Approved by:	FreeBSD@Shaneware.biz
2016-08-24 19:21:11 +00:00
Thomas Zander
593da27d29 - Update to upstream version 1.1
- Add xinerama to USE_XORG
- Use CHOSEN_COMPILER_TYPE instead of COMPILER_TYPE

While on it
- Pet portlint

PR:		200424
Submitted by:	FreeBSD@ShaneWare.Biz (maintainer)
2015-05-25 16:55:34 +00:00
Vanilla I. Shu
78340486c2 Add godot 1.0, game engine and development environment.
PR:		ports/197114
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz>
2015-01-27 03:45:23 +00:00