| 
	
		| 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:15Last Update: 2024-10-26 11:08:03Commit Hash: 7337e5dAlso Listed In: devel graphicsLicense: MITWWW: http://mygui.info/https://github.com/MyGUI/myguiDescription: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-plistUSE_RC_SUBR (Service Scripts)
no SUBR information found for this portDependency lines:
mygui>0:x11-toolkits/mygui
To install the port: cd /usr/ports/x11-toolkits/mygui/ && make install cleanTo add the package, run one of these commands:NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.pkg install x11-toolkits/myguipkg install mygui
PKGNAME: myguiFlavors: 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 
Packages (timestamps in pop-ups are UTC):
 
Slave ports:
x11-toolkits/mygui-dummyx11-toolkits/mygui-ogrex11-toolkits/mygui-opengl
DependenciesNOTE: FreshPorts displays only information on required and default dependencies.  Optional dependencies are not covered.Build dependencies:
cmake : devel/cmake-coreninja : devel/ninjapkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
libfreetype.so : print/freetype2
This port is required by:for Libraries
					            
x11-toolkits/mygui-dummyx11-toolkits/mygui-ogrex11-toolkits/mygui-opengl
Configuration Options:
     No options to configureOptions name:x11-toolkits_myguiUSES:cmake:insource compiler:c++11-lib pkgconfigFreshPorts 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 |