IABSD.fr/ports/x11/x2goclient

Branch :


Log

Author Commit Date CI Message
07f173f3 2024-03-17 20:20:33 x11/x2goclient: update to 4.1.2.3. ok rsadowski@ (MAINTAINER)
0d78a6b6 2023-09-27 20:37:01 MASTER_SITES -> SITES now I only need to finish modules!
fec6799f 2023-04-24 11:42:48 x11/gtk+3,-guic -> x11/gtk+4,-guic + bump included inherits from MODULE.
21f1bb8a 2022-03-11 20:15:18 drop RCS Ids
6ba48060 2020-12-27 17:01:44 Use upstream-provided Makefile instead of regenerating it with qmake use post-patch instead of do-configure and post-install instead of do-install, allowing us while here to install the desktop file and icons for proper desktop integration. ok rsadowski@ (MAINTAINER)
8622cfbf 2020-03-19 19:51:09 Update x2goclient to 4.1.2.2 This fix also includes a missing qtsvg lib dependency spotted by sthen@. Remove patches to fix qt5.13.2 build. Committed upstream.
56214e58 2020-03-14 14:05:18 Unbreak with Qt 5.13.2, spotted by naddy@
2a654624 2020-02-21 16:05:36 Switch x2goclient from Qt4 to Qt5.
0a5b5bdd 2019-07-12 20:50:46 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
25f0e460 2018-10-24 14:27:57 Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit.