From owner-svn-ports-head@freebsd.org Wed Nov 16 00:36:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5438C44BDA; Wed, 16 Nov 2016 00:36:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F904105B; Wed, 16 Nov 2016 00:36:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAG0aKEE044786; Wed, 16 Nov 2016 00:36:20 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAG0aKVT044780; Wed, 16 Nov 2016 00:36:20 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611160036.uAG0aKVT044780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 16 Nov 2016 00:36:20 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2016 00:36:21 -0000 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 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