pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/x2go-client Do not build on macosx and linuxen, fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8710def2556c
branches:  trunk
changeset: 447663:8710def2556c
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Wed Feb 24 18:52:46 2021 +0000

description:
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.

diffstat:

 x11/x2go-client/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 7b07bf889a2b -r 8710def2556c x11/x2go-client/Makefile
--- a/x11/x2go-client/Makefile  Wed Feb 24 18:41:24 2021 +0000
+++ b/x11/x2go-client/Makefile  Wed Feb 24 18:52:46 2021 +0000
@@ -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 @@
 
 LICENSE=       gnu-gpl-v2
 
+NOT_FOR_PLATFORM+=     Linux-*-* Darwin-*-*
+
 USE_TOOLS+=            pkg-config gmake
 USE_LIBTOOL=           yes
 
@@ -61,7 +64,6 @@
        ${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