CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/09/11 13:23:51
Modified files:
x11/qt6/qtbase : Makefile
Added files:
x11/qt6/qtbase/patches:
patch-src_corelib_io_qfilesystemengine_unix_cpp
Log message:
x11/qt6/qtbase: Treat realpath(3) handling like macos/android
All components of pathname must exist when realpath() is called,
so make sure "entry" (*pathname) exists before we call realpath.
