Update x2goclient to 4.1.1.0. Tested on amd64.

Best regards,

Rafael

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/x2goclient/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- Makefile    21 Sep 2017 17:09:02 -0000      1.4
+++ Makefile    3 Nov 2017 20:25:14 -0000
@@ -2,11 +2,11 @@
 
 COMMENT =      Qt4 client for the X2Go system
 
-DISTNAME =     x2goclient-4.1.0.1
+DISTNAME =     x2goclient-4.1.1.0
 
 CATEGORIES =   x11
 
-HOMEPAGE =     http://www.x2go.org
+HOMEPAGE =     https://www.x2go.org
 
 MAINTAINER =   Rafael Sadowski <rsadow...@openbsd.org>
 
@@ -15,9 +15,9 @@ PERMIT_PACKAGE_CDROM =        Yes
 
 WANTLIB += ${COMPILER_LIBCXX} ICE QtGui QtNetwork QtSvg SM X11
 WANTLIB += Xext Xi Xinerama Xpm Xrender c cups fontconfig freetype
-WANTLIB += ldap m ssh
+WANTLIB += ldap m ssh ssh_threads
 
-MASTER_SITES = http://code.x2go.org/releases/source/x2goclient/
+MASTER_SITES = https://code.x2go.org/releases/source/x2goclient/
 
 MODULES +=     x11/qt4
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/x2goclient/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo    21 Sep 2017 17:09:02 -0000      1.2
+++ distinfo    3 Nov 2017 20:25:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (x2goclient-4.1.0.1.tar.gz) = 
BoG4oRsCZSZDzxRRp12BLDzp8+4zw0izQXjBMNz3dIQ=
-SIZE (x2goclient-4.1.0.1.tar.gz) = 1891484
+SHA256 (x2goclient-4.1.1.0.tar.gz) = 
vhU1KfZ+NISbHYBxcL8d4cLT4bvmxaJa1FfIipgbY8o=
+SIZE (x2goclient-4.1.1.0.tar.gz) = 2745227
Index: patches/patch-x2goclient_pro
===================================================================
RCS file: /cvs/ports/x11/x2goclient/patches/patch-x2goclient_pro,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 patch-x2goclient_pro
--- patches/patch-x2goclient_pro        8 Jun 2017 18:05:04 -0000       1.1.1.1
+++ patches/patch-x2goclient_pro        3 Nov 2017 20:25:14 -0000
@@ -1,17 +1,8 @@
 $OpenBSD: patch-x2goclient_pro,v 1.1.1.1 2017/06/08 18:05:04 rsadowski Exp $
---- x2goclient.pro.orig        Wed Feb 22 05:11:35 2017
-+++ x2goclient.pro     Wed Feb 22 22:18:23 2017
-@@ -130,7 +130,8 @@ SOURCES += src/sharewidget.cpp \
-            src/compat.cpp \
-            src/pulsemanager.cpp
- 
--LIBS += -lssh
-+LIBS += -lssh -lldap -lcups -lX11 -lXpm
-+
- win32:LIBS += -lAdvAPI32 -lshell32 -lUser32
- 
- plugin {
-@@ -172,7 +173,7 @@ else:message("No translation files in project")
+Index: x2goclient.pro
+--- x2goclient.pro.orig
++++ x2goclient.pro
+@@ -174,7 +174,7 @@ else:message("No translation files in project")
  
  TEMPLATE = app
  DEPENDPATH += .
@@ -20,3 +11,15 @@ $OpenBSD: patch-x2goclient_pro,v 1.1.1.1
  RESOURCES += res/resources.qrc
  
  exists(res/txt/git-info) {
+@@ -193,6 +193,11 @@ linux-g++ {
+   DEFINES += __linux__
+ }
+ linux-g++-64 {
++  message("building $$TARGET with ldap and cups")
++  LIBS += -lldap -lcups -lX11 -lXpm
++  DEFINES += __linux__
++}
++openbsd-* {
+   message("building $$TARGET with ldap and cups")
+   LIBS += -lldap -lcups -lX11 -lXpm
+   DEFINES += __linux__

Reply via email to