15 Commits

Author SHA1 Message Date
landry
6ba48060b6 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)
2020-12-27 17:01:44 +00:00
rsadowski
8622cfbf63 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.
2020-03-19 19:51:09 +00:00
rsadowski
56214e58b4 Unbreak with Qt 5.13.2, spotted by naddy@ 2020-03-14 14:05:18 +00:00
rsadowski
2a6546242c Switch x2goclient from Qt4 to Qt5. 2020-02-21 16:05:36 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
sthen
25f0e460f2 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.
2018-10-24 14:27:57 +00:00
jasper
d984c0b20b unbreak after libssh update 2018-10-23 19:28:47 +00:00
sthen
af30d41b16 don't define __linux__ on OpenBSD, it has implications for system
headers (newer libc++ pulls in a Linux-only header features.h from
/usr/include/c++/v1/__config if this is defined). test/ok rsadowski@
2018-09-10 15:47:23 +00:00
rsadowski
d0092ebba3 Update x2goclient-4.1.2.1 2018-06-26 16:56:50 +00:00
rsadowski
0a8f65d00c Bugfix update x2goclient to 4.1.1.1 2018-02-26 11:08:30 +00:00
rsadowski
ab9a5aedb1 Update x2goclient to 4.1.1.0 2018-02-20 13:32:43 +00:00
rsadowski
01416642c1 update X2Go Client to 4.1.0.1 2017-09-21 17:09:02 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
rsadowski
8121113f14 Import x11/x2goclient 4.1.0.0
The x2goclient application provides you the possibility to access the
remote running desktop, exchange files with it and redirect sound from
the session on the server to your local client.

ok jca@ Many thanks!
2017-06-08 18:05:04 +00:00