Port details on branch 2024Q4 |
- mygui Fast, simple and flexible GUI system for games and 3D applications
- 3.4.2 x11-toolkits =0 3.4.2Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2024-10-26 11:09:15
- Last Update: 2024-10-26 11:08:03
- Commit Hash: 7337e5d
- Also Listed In: devel graphics
- License: MIT
- WWW:
- http://mygui.info/
- https://github.com/MyGUI/mygui
- Description:
- MyGUI is a library for creating Graphical User Interfaces (GUIs)
for games and 3D applications. The main goals of mygui are: speed,
flexibility and ease of use.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mygui>0:x11-toolkits/mygui
- To install the port:
- cd /usr/ports/x11-toolkits/mygui/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/mygui
- pkg install mygui
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mygui
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1690138339
SHA256 (MyGUI-mygui-MyGUI3.4.2_GH0.tar.gz) = 1cc45fb96c9438e3476778449af0378443d84794a458978a29c75306e45dd45a
SIZE (MyGUI-mygui-MyGUI3.4.2_GH0.tar.gz) = 22425573
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:
- Slave ports:
-
- x11-toolkits/mygui-dummy
- x11-toolkits/mygui-ogre
- x11-toolkits/mygui-opengl
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libfreetype.so : print/freetype2
- This port is required by:
- for Libraries
-
- x11-toolkits/mygui-dummy
- x11-toolkits/mygui-ogre
- x11-toolkits/mygui-opengl
Configuration Options:
- No options to configure
- Options name:
- x11-toolkits_mygui
- USES:
- cmake:insource compiler:c++11-lib pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.2 26 Oct 2024 11:08:03 |
Dimitry Andric (dim) |
x11-toolkits/mygui: fix build with libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes x11-toolkits/mygui to fail to compile with clang 19 and
libc++ 19, resulting in errors similar to:
In file included from
/wrkdirs/usr/ports/x11-toolkits/mygui/work/mygui-MyGUI3.4.2/MyGUIEngine/include/MyGUI_Common.h:12:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined
template 'std::char_traits<unsigned short>'
820 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
y | ^
/wrkdirs/usr/ports/x11-toolkits/mygui/work/mygui-MyGUI3.4.2/MyGUIEngine/include/MyGUI_UString.h:213:4:
note: in instantiation of template class 'std::basic_string<unsigned short>'
requested here
213 | dstring::iterator mIter; (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|