Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2017 00:20:19 +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: r441819 - in head: mail/cyrus-imapd25 mail/tkrat2 math/coq math/jakarta-commons-math3 misc/freeguide multimedia/gstreamer-plugins-mpeg2enc multimedia/gstreamer1-plugins-mpeg2enc multime...
Message-ID:  <201705270020.v4R0KJFU094141@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat May 27 00:20:19 2017
New Revision: 441819
URL: https://svnweb.freebsd.org/changeset/ports/441819

Log:
  Mark some ports failing on armv6, for errors classified as "???",
  part 2.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/mail/cyrus-imapd25/Makefile
  head/mail/tkrat2/Makefile
  head/math/coq/Makefile
  head/math/jakarta-commons-math3/Makefile
  head/misc/freeguide/Makefile
  head/multimedia/gstreamer-plugins-mpeg2enc/Makefile
  head/multimedia/gstreamer1-plugins-mpeg2enc/Makefile
  head/multimedia/libav/Makefile
  head/multimedia/mpeg_play/Makefile
  head/net/hsflowd/Makefile
  head/net/ipsvd/Makefile
  head/net/openmpi2/Makefile
  head/net/pacemaker/Makefile
  head/print/pdf-renderer/Makefile
  head/science/openkim/Makefile
  head/security/hpenc/Makefile
  head/security/p5-Digest-GOST/Makefile
  head/security/poly1305aes/Makefile
  head/shells/bash-completion/Makefile
  head/sysutils/acpica-tools/Makefile
  head/sysutils/dc3dd/Makefile
  head/sysutils/e2fsprogs/Makefile
  head/sysutils/geomWatch/Makefile
  head/sysutils/passwordsafe/Makefile
  head/www/apache-forrest/Makefile
  head/www/ctemplate/Makefile
  head/www/domoticz/Makefile
  head/www/libhpack/Makefile
  head/x11-toolkits/gnustep-gui/Makefile

Modified: head/mail/cyrus-imapd25/Makefile
==============================================================================
--- head/mail/cyrus-imapd25/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/mail/cyrus-imapd25/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -17,6 +17,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2 \
 		libpcre.so:devel/pcre
 
+BROKEN_armv6=		fails to build: ./tools/config2header: Error code 1
+
 CONFLICTS_INSTALL=	cyrus-imapd-2.[^5].* cyrus-imapd2[^5]-2.[^5].* \
 			cyrus-imapd3*
 

Modified: head/mail/tkrat2/Makefile
==============================================================================
--- head/mail/tkrat2/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/mail/tkrat2/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -17,7 +17,8 @@ LIB_DEPENDS=	libtcl84.so:lang/tcl84 \
 		libtk84.so:x11-toolkits/tk84 \
 		libc-client4.so:mail/cclient
 
-BROKEN_sparc64=	fails to build
+BROKEN_armv6=		fails to link: ./ratatosk2.1.so: Undefined symbol "__aeabi_uidivmod"
+BROKEN_sparc64=		fails to build
 
 USES=		ssl
 USE_XORG=	x11 xt

Modified: head/math/coq/Makefile
==============================================================================
--- head/math/coq/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/math/coq/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -18,6 +18,9 @@ BUILD_DEPENDS=	camlp5:devel/ocaml-camlp5
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
+BROKEN_armv6=		fails to compile: Fatal error: exception Invalid_argument("index out of bounds")
+BROKEN_powerpc=		fails to link
+
 USES=		gmake gettext-runtime
 USE_EMACS=	yes
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 gtksourceview2 pango
@@ -32,8 +35,6 @@ CONFIGURE_ARGS=	-prefix ${PREFIX} \
 MAKE_ENV=	VERBOSE=1
 ALL_TARGET=	world
 
-BROKEN_powerpc=		does not link
-
 OPTIONS_DEFINE=		DOCS IDE
 OPTIONS_DEFAULT=	IDE
 OPTIONS_SUB=		yes

Modified: head/math/jakarta-commons-math3/Makefile
==============================================================================
--- head/math/jakarta-commons-math3/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/math/jakarta-commons-math3/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -17,6 +17,8 @@ COMMENT=	Java library of self-contained 
 
 LICENSE=	APACHE20
 
+BROKEN_armv6=		fails to compile: build.xml: Compile failed; see the compiler error output for details
+
 USE_ANT=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+

Modified: head/misc/freeguide/Makefile
==============================================================================
--- head/misc/freeguide/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/misc/freeguide/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -14,6 +14,8 @@ LICENSE_FILE=	${WRKSRC}/doc/COPYING
 
 RUN_DEPENDS=	tv_cat:textproc/p5-xmltv
 
+BROKEN_armv6=		fails to package: freeguide.1.gz: No such file or directory
+
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 USE_ANT=	yes

Modified: head/multimedia/gstreamer-plugins-mpeg2enc/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins-mpeg2enc/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/multimedia/gstreamer-plugins-mpeg2enc/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -7,6 +7,8 @@ CATEGORIES=	multimedia
 
 COMMENT=	Gstreamer mpeg encoder plugin
 
+BROKEN_armv6=		fails to compile: 'format_codes.h' file not found
+
 GST_PLUGIN=	mpeg2enc
 
 MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins

Modified: head/multimedia/gstreamer1-plugins-mpeg2enc/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-mpeg2enc/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/multimedia/gstreamer1-plugins-mpeg2enc/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -5,6 +5,8 @@ CATEGORIES=	multimedia
 
 COMMENT=	GStreamer mpeg encoder plugin
 
+BROKEN_armv6=		fails to compile: 'format_codes.h' file not found
+
 GST_PLUGIN=	mpeg2enc
 DIST=		bad
 

Modified: head/multimedia/libav/Makefile
==============================================================================
--- head/multimedia/libav/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/multimedia/libav/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -17,6 +17,8 @@ LIB_DEPENDS=	libopencv_core.so:graphics/
 		libvdpau.so:multimedia/libvdpau \
 		libhogweed.so:security/nettle
 
+BROKEN_armv6=		fails to compile: cc: warning: joined argument expects additional value: -mcpu=
+
 USES=		cpe gmake perl5 pkgconfig tar:xz
 USE_XORG=	x11
 HAS_CONFIGURE=	yes

Modified: head/multimedia/mpeg_play/Makefile
==============================================================================
--- head/multimedia/mpeg_play/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/multimedia/mpeg_play/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -12,8 +12,8 @@ EXTRACT_SUFX=	-patched-src.tar.gz
 MAINTAINER=	lme@FreeBSD.org
 COMMENT=	Program to play mpeg movies on X displays
 
-BROKEN_aarch64=	fails to build: Unknown endianness of architecture
-BROKEN_mips64=	fails to build: Unknown endianness of architecture
+NOT_FOR_ARCHS=		aarch64 armv6 mips mips64
+NOT_FOR_ARCHS_REASON=	fails to build: Unknown endianness of architecture
 
 WRKSRC=		${WRKDIR}/mpeg_play
 USES=		imake

Modified: head/net/hsflowd/Makefile
==============================================================================
--- head/net/hsflowd/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/net/hsflowd/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -4,11 +4,15 @@
 PORTNAME=	hsflowd
 PORTVERSION=	1.24.1
 CATEGORIES=	net
-MASTER_SITES= http://mirrors.rit.edu/zi/
+MASTER_SITES=	http://mirrors.rit.edu/zi/
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Agent that exports metrics using the sFlow protocol
 
+BROKEN_armv6=		fails to compile: src/FreeBSD/Makefile: Malformed conditional (empty $(BINDIR))
+BROKEN_mips=		fails to compile: src/FreeBSD/Makefile: Malformed conditional (empty $(BINDIR))
+BROKEN_mips64=		fails to compile: src/FreeBSD/Makefile: Malformed conditional (empty $(BINDIR))
+
 SUB_FILES=	pkg-message
 USE_RC_SUBR=	${PORTNAME}
 MAKE_ENV=	BINDIR=${PREFIX}/sbin INITDIR=${PREFIX}/etc/rc.d \

Modified: head/net/ipsvd/Makefile
==============================================================================
--- head/net/ipsvd/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/net/ipsvd/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -12,6 +12,9 @@ COMMENT=	Internet protocol service daemo
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/package/COPYING
 
+BROKEN_armv6=		fails to install: Checking udpsvd... drop: unable to read from socket: bad address
+BROKEN_mips64=		fails to install: tcpsvd failed
+
 WRKSRC=		${WRKDIR}/net/${DISTNAME}
 ALL_TARGET=	default
 

Modified: head/net/openmpi2/Makefile
==============================================================================
--- head/net/openmpi2/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/net/openmpi2/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -18,6 +18,9 @@ LIB_DEPENDS=	libhwloc.so:devel/hwloc \
 		libevent.so:devel/libevent \
 		libmunge.so:security/munge
 
+BROKEN_armv6=		fails to package: pkg-static: mca_patcher_overwrite.la: No such file or directory
+BROKEN_sparc64=		fails to compile on sparc64
+
 HAS_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 # :keepla because port uses lt_dlopen
@@ -81,8 +84,6 @@ SLURM_PLIST_FILES=	${MPIDIR}/lib/openmpi
 			${MPIDIR}/share/openmpi/help-plm-slurm.txt \
 			${MPIDIR}/share/openmpi/help-ras-slurm.txt
 
-BROKEN_sparc64=		Does not compile on sparc64
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/${MPIDIR}/libdata/pkgconfig|g' \
 		${WRKSRC}/ompi/tools/wrappers/Makefile.am \

Modified: head/net/pacemaker/Makefile
==============================================================================
--- head/net/pacemaker/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/net/pacemaker/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -3,8 +3,8 @@
 
 PORTNAME=	pacemaker
 PORTVERSION=	1.1.14
-PORTREVISION=	2
 DISTVERSIONPREFIX=	Pacemaker-
+PORTREVISION=	2
 CATEGORIES=	net
 
 MAINTAINER=	dpejesh@yahoo.com
@@ -12,8 +12,6 @@ COMMENT=	Scalable High-Availability clus
 
 LICENSE=	GPLv2
 
-BROKEN_powerpc64=	Does not build
-
 BUILD_DEPENDS=	bash:shells/bash \
 		corosync:net/corosync
 LIB_DEPENDS=	libgnutls.so:security/gnutls \
@@ -25,6 +23,9 @@ LIB_DEPENDS=	libgnutls.so:security/gnutl
 RUN_DEPENDS=	bash:shells/bash \
 		corosync:net/corosync
 
+BROKEN_armv6=		fails to install: help2man: can't get '--help' info from pacemakerd
+BROKEN_powerpc64=	fails to build
+
 CONFLICTS=	heartbeat-[0-9]*
 
 USERS=		hacluster

Modified: head/print/pdf-renderer/Makefile
==============================================================================
--- head/print/pdf-renderer/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/print/pdf-renderer/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -13,6 +13,8 @@ COMMENT=	100% Java PDF renderer and view
 
 LICENSE=	LGPL21
 
+BROKEN_armv6=		fails to install: swinglabs-build-impl.xml: Javadoc returned 1
+
 USES=		dos2unix zip
 NO_WRKSUBDIR=	yes
 USE_JAVA=	yes

Modified: head/science/openkim/Makefile
==============================================================================
--- head/science/openkim/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/science/openkim/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -22,7 +22,7 @@ MAKE_JOBS_UNSAFE=yes
 .include <bsd.port.options.mk>
 
 # Is there a better way to detect 32-bit systems?
-.if ${ARCH} == "i386" || ${ARCH} == "powerpc"
+.if ${ARCH} == "armv6" || ${ARCH} == "i386" || ${ARCH} == "mips" || ${ARCH} == "powerpc"
 MAKE_ENV+=	KIM_SYSTEM32="yes"
 .endif
 

Modified: head/security/hpenc/Makefile
==============================================================================
--- head/security/hpenc/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/security/hpenc/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -11,7 +11,8 @@ COMMENT=	Fast authenticated encryption C
 
 LICENSE=	BSD2CLAUSE
 
-BROKEN_powerpc64=	Does not build: fatal error: cpuid_flags.inc: No such file or directory
+BROKEN_armv6=		fails to build: fatal error: cpuid_flags.inc: No such file or directory
+BROKEN_powerpc64=	fails to build: fatal error: cpuid_flags.inc: No such file or directory
 
 NOT_FOR_ARCHS=		aarch64 sparc64
 NOT_FOR_ARCHS_REASON=	not yet ported to this architecture

Modified: head/security/p5-Digest-GOST/Makefile
==============================================================================
--- head/security/p5-Digest-GOST/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/security/p5-Digest-GOST/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -12,8 +12,8 @@ COMMENT=	Perl interface to the GOST R 34
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BROKEN_aarch64=	fails to build: Cannot detect CPU architechture
-BROKEN_mips64=	fails to build: Cannot detect CPU architechture
+NOT_FOR_ARCHS=		aarch64 armv6 mips64
+NOT_FOR_ARCHS_REASON=	fails to build: Cannot detect CPU architechture
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/security/poly1305aes/Makefile
==============================================================================
--- head/security/poly1305aes/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/security/poly1305aes/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -15,7 +15,8 @@ ALL_TARGET=	default
 
 CC+=		${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
 
-BROKEN_aarch64=		Fails to build: poly1305aes.impl.do: fatal: all tests failed
+BROKEN_armv6=		fails to build: poly1305aes.impl.do: fatal: all tests failed
+BROKEN_aarch64=		fails to build: poly1305aes.impl.do: fatal: all tests failed
 NOT_FOR_ARCHS=	amd64
 
 .include <bsd.port.pre.mk>

Modified: head/shells/bash-completion/Makefile
==============================================================================
--- head/shells/bash-completion/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/shells/bash-completion/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -14,6 +14,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	bash:shells/bash
 
+BROKEN_armv6=		fails to build: gmake: install-recursive: Error 1
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	scop
 

Modified: head/sysutils/acpica-tools/Makefile
==============================================================================
--- head/sysutils/acpica-tools/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/sysutils/acpica-tools/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -14,6 +14,10 @@ COMMENT=	Tools from the ACPI Component A
 LICENSE=	BSD3CLAUSE GPLv2
 LICENSE_COMB=	dual
 
+BROKEN_armv6=		fails to compile: comparison of constant -1 with expression of type char is always true
+BROKEN_aarch64=		fails to compile: comparison of constant -1 with expression of type char is always true
+BROKEN_powerpc64=	fails to compile: comparison is always true due to limited range of data type
+
 USES=		gmake
 
 BUILD_WRKSRC=	${WRKSRC}/generate/unix
@@ -26,9 +30,6 @@ PLIST_FILES=	${ACPICA_TOOLS:S,^,bin/,}
 MAKE_ARGS=	HOST=_FreeBSD NOOPT=TRUE PROGS="${ACPICA_TOOLS}"
 MAKE_ARGS+=	CC="${CC}" LEX="${FLEX}" YACC="${YACC}"
 
-BROKEN_aarch64=		Fails to compile: error: comparison of constant -1 with expression of type char is always true
-BROKEN_powerpc64=	Fails to compile: warning: comparison is always true due to limited range of data type
-
 do-install:
 	${INSTALL_PROGRAM} ${ACPICA_TOOLS:S,^,${BUILD_WRKSRC}/bin/,} \
 	    ${STAGEDIR}${PREFIX}/bin

Modified: head/sysutils/dc3dd/Makefile
==============================================================================
--- head/sysutils/dc3dd/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/sysutils/dc3dd/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -10,14 +10,16 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	nobutaka@FreeBSD.org
 COMMENT=	dd program useful for computer forensics
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+BROKEN_armv6=		fails to compile: bit-field 'verify_error_if_negative_size__' has negative width
+
 USES=		gettext iconv gmake tar:bzip2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 
-LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/COPYING
-
 OPTIONS_DEFINE=	NLS
 
 .include <bsd.port.options.mk>

Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/sysutils/e2fsprogs/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -15,6 +15,9 @@ LICENSE=	GPLv2
 PORTSCOUT=	ignore	# cannot handle the version in the directory
 
 BROKEN_aarch64=		fails to link: missing sbrk
+BROKEN_armv6=		fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding
+BROKEN_mips=		fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding
+BROKEN_mips64=		fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding
 BROKEN_powerpc64=	fails self-tests: Running e2fsprogs test suite...Signal (11) SIGSEGV
 
 USES=		cpe gmake pkgconfig tar:xz

Modified: head/sysutils/geomWatch/Makefile
==============================================================================
--- head/sysutils/geomWatch/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/sysutils/geomWatch/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -17,6 +17,10 @@ COMMENT=	Watches for and e-mails admins 
 
 LIB_DEPENDS=	libesmtp.so:mail/libesmtp
 
+BROKEN_aarch64=		fails to compile: ISA not supported
+BROKEN_armv6=		fails to compile: call to 'atomic_add_64' is ambiguous
+IGNORE_DragonFly=	requires geom(4) support
+
 USES=		tar:tbz
 
 SUB_FILES=	pkg-message
@@ -25,7 +29,4 @@ USE_RC_SUBR=	${PORTNAME}
 
 MAKE_ARGS=	WITH_ZFS=28
 
-BROKEN_aarch64=		fails to compile: error: ISA not supported
-IGNORE_DragonFly=	requires geom(4) support
-
 .include <bsd.port.mk>

Modified: head/sysutils/passwordsafe/Makefile
==============================================================================
--- head/sysutils/passwordsafe/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/sysutils/passwordsafe/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -13,6 +13,9 @@ LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-l
 		libxerces-c-3.1.so:textproc/xerces-c3
 BUILD_DEPENDS=	zip:archivers/zip
 
+NOT_FOR_ARCHS=		armv6
+NOT_FOR_ARCHS_REASON=	Cannot determine whether the target CPU is big or little endian - please fix PwsPlatform.h
+
 CONFLICTS=	pwsafe-[0-9]*
 
 USES=		gmake

Modified: head/www/apache-forrest/Makefile
==============================================================================
--- head/www/apache-forrest/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/www/apache-forrest/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -12,6 +12,8 @@ DISTFILES=		${DISTNAME}-sources.tar.gz \
 MAINTAINER=		nivit@FreeBSD.org
 COMMENT=		Tool for rapid development of small sites
 
+BROKEN_armv6=		fails to compile: build.xml: tools/ant/lib not found
+
 ANT=			${STAGEDIR}${DATADIR}/tools/ant/bin/ant
 ANT_TARGET=		local-deploy
 

Modified: head/www/ctemplate/Makefile
==============================================================================
--- head/www/ctemplate/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/www/ctemplate/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -9,7 +9,9 @@ MASTER_SITES=	SF
 MAINTAINER=	ap@page2rss.com
 COMMENT=	Template system for C
 
-USES=	gmake
+BROKEN_armv6=		fails to compile: assigning to char * from incompatible type const char *
+
+USES=		gmake
 GNU_CONFIGURE=	yes
 
 PLIST_FILES+=	bin/h2ap

Modified: head/www/domoticz/Makefile
==============================================================================
--- head/www/domoticz/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/www/domoticz/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -15,6 +15,8 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libexpat.so:textproc/expat2 \
 		libtelldus-core.so:comms/telldus-core
 
+BROKEN_armv6=		fails to compile: HarmonyHub.cpp: ordered comparison between pointer and zero
+
 CONFLICTS_INSTALL?=	domoticz-[23]*
 
 OPTIONS_SUB=	YES

Modified: head/www/libhpack/Makefile
==============================================================================
--- head/www/libhpack/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/www/libhpack/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -17,6 +17,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libcheck.so:devel/check
 
+BROKEN_armv6=		fails to compile: Can't define TIME_MAX
+
 CMAKE_ARGS=	-DBUILD_DOCS=OFF \
 		-DBUILD_TESTS=OFF \
 		-DENABLE_GCOV=OFF \

Modified: head/x11-toolkits/gnustep-gui/Makefile
==============================================================================
--- head/x11-toolkits/gnustep-gui/Makefile	Fri May 26 23:03:53 2017	(r441818)
+++ head/x11-toolkits/gnustep-gui/Makefile	Sat May 27 00:20:19 2017	(r441819)
@@ -10,15 +10,8 @@ MASTER_SITES=	GNUSTEP/core
 MAINTAINER=	theraven@FreeBSD.org
 COMMENT=	GNUstep GUI library
 
-LICENSE_COMB=	multi
 LICENSE=	GPLv3 LGPL3
-
-OPTIONS_DEFINE=	DOCS CUPS ASPELL
-OPTIONS_DEFAULT=	CUPS
-OPTIONS_SUB=	yes
-
-DOCS_BUILD_DEPENDS=	texi2html:textproc/texi2html \
-			texi2pdf:print/texinfo
+LICENSE_COMB=	multi
 
 LIB_DEPENDS+=	libtiff.so:graphics/tiff
 LIB_DEPENDS+=	libpng.so:graphics/png
@@ -28,6 +21,15 @@ LIB_DEPENDS+=	libsndfile.so:audio/libsnd
 LIB_DEPENDS+=	libao.so:audio/libao
 BUILD_DEPENDS+=	${LOCALBASE}/lib/libflite.a:audio/flite
 
+BROKEN_armv6=		fails to package: chmod: GSSpeechServer.desktop: No such file or directory
+
+OPTIONS_DEFINE=	DOCS CUPS ASPELL
+OPTIONS_DEFAULT=	CUPS
+OPTIONS_SUB=	yes
+
+DOCS_BUILD_DEPENDS=	texi2html:textproc/texi2html \
+			texi2pdf:print/texinfo
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-tiff-library=${LOCALBASE}/lib
 CONFIGURE_ARGS+=	--with-tiff-include=${LOCALBASE}/include



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