Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2021 04:34:01 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565889 - head/net/tsclient
Message-ID:  <202102180434.11I4Y1V7099869@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Feb 18 04:34:01 2021
New Revision: 565889
URL: https://svnweb.freebsd.org/changeset/ports/565889

Log:
  Mark BROKEN in 13/14 (via latest llvm update).
  
  While here, pet portlint (Makevar order).

Modified:
  head/net/tsclient/Makefile

Modified: head/net/tsclient/Makefile
==============================================================================
--- head/net/tsclient/Makefile	Thu Feb 18 04:33:34 2021	(r565888)
+++ head/net/tsclient/Makefile	Thu Feb 18 04:34:01 2021	(r565889)
@@ -10,10 +10,13 @@ MASTER_SITES=	SF
 MAINTAINER=	ports@thepentagon.org
 COMMENT=	GNOME 2 frontend for rdesktop and vncviewer
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: gConnect
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: gConnect
+
 RUN_DEPENDS=	rdesktop:net/rdesktop
 
-USE_GNOME=	gtk20 intltool
 USES=		gettext gmake gnome libtool pathfix pkgconfig
+USE_GNOME=	gtk20 intltool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-gnome
 CPPFLAGS+=	-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102180434.11I4Y1V7099869>