Port details |
- urho3d Cross-platform 2D and 3D game engine
- 1.7.1_1 graphics =3 1.7.1_1Version of this port present on the latest quarterly branch.
- Maintainer: romain@FreeBSD.org
- Port Added: 2019-12-04 02:21:40
- Last Update: 2023-08-05 19:34:43
- Commit Hash: 08dd07f
- People watching this port, also watch:: autoconf, ta-lib, weberp, prestashop, irrlicht
- License: MIT
- WWW:
- https://urho3d.github.io/
- Description:
- Urho3D is a free lightweight, cross-platform 2D and 3D game engine implemented
in C++ and released under the MIT license. Greatly inspired by OGRE and
Horde3D.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/urho3d/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/urho3d
- pkg install urho3d
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: urho3d
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1560728847
SHA256 (urho3d-Urho3D-1.7.1_GH0.tar.gz) = 57c15249d5339f12c301dfe5cce4a1468262329b7c0b18a11b7283eb37ec5e9e
SIZE (urho3d-Urho3D-1.7.1_GH0.tar.gz) = 62151952
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:
-
- cmake : devel/cmake-core
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for urho3d-1.7.1_1:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- graphics_urho3d
- USES:
- cmake:noninja,insource dos2unix gl xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.1_1 05 Aug 2023 19:34:43 |
Muhammad Moinur Rahman (bofh) |
graphics/urho3d: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.7.1_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
1.7.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.7.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.1 16 Jan 2021 03:25:51 |
romain |
Mark as broken on i386 |
1.7.1 02 Jan 2021 01:46:09 |
linimon |
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket) |
1.7.1 15 Nov 2020 13:59:41 |
mikael |
graphics/urho3d: mark as broken on aarch64
Reported by: linimon
Approved by: portmgr (tier-2 blanket) |
1.7.1 10 Dec 2019 17:56:28 |
romain |
Tell Portscout to ignore incorrect versioning upstream |
1.7.1 05 Dec 2019 15:33:00 |
tobik |
graphics/urho3d: Add missing USES=xorg |
1.7.1 04 Dec 2019 02:21:30 |
romain |
New port: graphics/urho3d
Urho3D is a free lightweight, cross-platform 2D and 3D game engine implemented
in C++ and released under the MIT license. Greatly inspired by OGRE and
Horde3D.
WWW: https://urho3d.github.io/ |