Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2016 00:36:20 +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: r426203 - in head: x11-servers/x11rdp x11-toolkits/fox17 x11/keynav x11/xfd x11/xload
Message-ID:  <201611160036.uAG0aKVT044780@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Nov 16 00:36:20 2016
New Revision: 426203
URL: https://svnweb.freebsd.org/changeset/ports/426203

Log:
  Mark as broken on various tier-2 archs.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11-servers/x11rdp/Makefile
  head/x11-toolkits/fox17/Makefile
  head/x11/keynav/Makefile
  head/x11/xfd/Makefile
  head/x11/xload/Makefile

Modified: head/x11-servers/x11rdp/Makefile
==============================================================================
--- head/x11-servers/x11rdp/Makefile	Wed Nov 16 00:35:56 2016	(r426202)
+++ head/x11-servers/x11rdp/Makefile	Wed Nov 16 00:36:20 2016	(r426203)
@@ -23,8 +23,6 @@ COMMENT=	X11 server for xrdp
 
 LICENSE=	MIT
 
-BROKEN_powerpc64=	Does not build
-
 RUN_DEPENDS=	xorg-fonts>=0:x11-fonts/xorg-fonts
 
 # SVN revision of x11rdp
@@ -36,6 +34,11 @@ CONFLICTS_INSTALL=	xrdp-devel-[0-9]* x11
 
 PLIST_FILES=	bin/X11rdp
 
+BROKEN_aarch64=		Fails to compile: error: GLYPHPADBYTES must be 4
+BROKEN_armv6=		Fails to compile: error: GLYPHPADBYTES must be 4
+BROKEN_mips64=		Fails to compile: No PCI support available for this architecture/OS combination
+BROKEN_powerpc64=	Does not build
+
 post-extract:
 	@${MKDIR} ${WRKSRC}/build_dir
 

Modified: head/x11-toolkits/fox17/Makefile
==============================================================================
--- head/x11-toolkits/fox17/Makefile	Wed Nov 16 00:35:56 2016	(r426202)
+++ head/x11-toolkits/fox17/Makefile	Wed Nov 16 00:36:20 2016	(r426203)
@@ -12,8 +12,6 @@ PKGNAMESUFFIX=	${PORTVERSION:R:S/.//}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fast and extensive C++ GUI toolkit (development version)
 
-BROKEN_powerpc=		missing __sync_bool_compare_and_swap_8()
-
 USES=		libtool pathfix
 GNU_CONFIGURE=	yes
 USE_GL=		glut
@@ -30,6 +28,9 @@ MAJORVER=	${PORTVERSION:R}
 PLIST_SUB+=	MAJORVER=${MAJORVER}
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${MAJORVER}
 
+BROKEN_aarch64=		Fails to compile: cannot initialize a parameter of type void * with an lvalue of type long
+BROKEN_powerpc=		missing __sync_bool_compare_and_swap_8()
+
 OPTIONS_DEFINE=	DOCS JPEG PNG TIFF WEBP
 OPTIONS_DEFAULT=	JPEG PNG TIFF WEBP
 

Modified: head/x11/keynav/Makefile
==============================================================================
--- head/x11/keynav/Makefile	Wed Nov 16 00:35:56 2016	(r426202)
+++ head/x11/keynav/Makefile	Wed Nov 16 00:36:20 2016	(r426203)
@@ -11,6 +11,7 @@ MAINTAINER=	wxs@FreeBSD.org
 COMMENT=	Quickly select a portion of the screen using minimal keystrokes
 
 BROKEN=		Unfetchable (google code has gone away)
+BROKEN_aarch64=	Fails to build: undefined reference to xdo_mouselocation
 
 LIB_DEPENDS=	libxdo.so:x11/xdotool \
 		libcairo.so:graphics/cairo

Modified: head/x11/xfd/Makefile
==============================================================================
--- head/x11/xfd/Makefile	Wed Nov 16 00:35:56 2016	(r426202)
+++ head/x11/xfd/Makefile	Wed Nov 16 00:36:20 2016	(r426203)
@@ -16,4 +16,7 @@ RUN_DEPENDS=	fc-cache:x11-fonts/fontconf
 
 XORG_CAT=	app
 USE_XORG=	xft xt xaw
+
+BROKEN_aarch64=		Fails to build: exec(xgettext) failed (No such file or directory)
+
 .include <bsd.port.mk>

Modified: head/x11/xload/Makefile
==============================================================================
--- head/x11/xload/Makefile	Wed Nov 16 00:35:56 2016	(r426202)
+++ head/x11/xload/Makefile	Wed Nov 16 00:36:20 2016	(r426203)
@@ -12,4 +12,6 @@ LICENSE=	MIT
 XORG_CAT=	app
 USE_XORG=	xt xaw
 
+BROKEN_aarch64=		Fails to build: exec(xgettext) failed (No such file or directory)
+
 .include <bsd.port.mk>



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