svn commit: r565889 - head/net/tsclient

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 04:34:02 UTC 2021


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 at 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`


More information about the svn-ports-all mailing list