pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/x2go-client



Module Name:    pkgsrc
Committed By:   hauke
Date:           Wed Feb 24 18:52:46 UTC 2021

Modified Files:
        pkgsrc/x11/x2go-client: Makefile

Log Message:
Do not build on macosx and linuxen, for now.

Some of the patching may break one or the other, and upstream needs to
review the Linux == Unix assumption which triggered the
patching.

Plus, upstream supplies binary packages for both.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/x2go-client/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/x2go-client/Makefile
diff -u pkgsrc/x11/x2go-client/Makefile:1.1 pkgsrc/x11/x2go-client/Makefile:1.2
--- pkgsrc/x11/x2go-client/Makefile:1.1 Wed Feb 24 18:39:30 2021
+++ pkgsrc/x11/x2go-client/Makefile     Wed Feb 24 18:52:46 2021
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2021/02/24 18:39:30 hauke Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/24 18:52:46 hauke Exp $
 
 DISTNAME=      x2goclient-${PKGVER}
 PKGVER=                4.1.2.2
+PKGREVISION=   1
 CATEGORIES=    x11 net
 MASTER_SITES=  http://code.x2go.org/releases/source/x2goclient/
 
@@ -11,6 +12,8 @@ COMMENT=      Qt client for the X2Go remote d
 
 LICENSE=       gnu-gpl-v2
 
+NOT_FOR_PLATFORM+=     Linux-*-* Darwin-*-*
+
 USE_TOOLS+=            pkg-config gmake
 USE_LIBTOOL=           yes
 
@@ -61,7 +64,6 @@ pre-configure:
        ${LN} -sf ${QTDIR}/bin/lrelease ${BUILDLINK_DIR}/bin/lrelease-qt4
 
 post-install:
-       #@${MKDIR} ${DESTDIR}${PREFIX}/${DOCDIR}
        ${INSTALL_DATA} ${WRKSRC}/HOWTO.GPGCARD ${DESTDIR}${PREFIX}/${DOCDIR}
 
 .include "../../x11/qt4-tools/buildlink3.mk"



Home | Main Index | Thread Index | Old Index