Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2016 00:35:57 +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: r426202 - in head: textproc/miller www/firefox www/firefox-esr www/libxul www/mohawk www/seamonkey
Message-ID:  <201611160035.uAG0ZvWU044623@repo.freebsd.org>

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

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

Modified:
  head/textproc/miller/Makefile
  head/www/firefox-esr/Makefile
  head/www/firefox/Makefile
  head/www/libxul/Makefile
  head/www/mohawk/Makefile
  head/www/seamonkey/Makefile

Modified: head/textproc/miller/Makefile
==============================================================================
--- head/textproc/miller/Makefile	Wed Nov 16 00:35:29 2016	(r426201)
+++ head/textproc/miller/Makefile	Wed Nov 16 00:35:56 2016	(r426202)
@@ -18,6 +18,8 @@ GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/mlr man/man1/mlr.1.gz
 
+BROKEN_aarch64=		Fails to compile: undefined reference to .mcount
+
 .include <bsd.port.pre.mk>
 
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Wed Nov 16 00:35:29 2016	(r426201)
+++ head/www/firefox-esr/Makefile	Wed Nov 16 00:35:56 2016	(r426202)
@@ -42,6 +42,8 @@ MOZILLA_NAME=	Firefox
 USE_GL=		gl
 USES=		tar:xz
 
+BROKEN_aarch64=		Fails to link: error adding symbols: File in wrong format
+
 FIREFOX_ICON=		${MOZILLA}.png
 FIREFOX_ICON_SRC=	${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png
 MOZ_OPTIONS=	--program-transform-name='s/firefox/${MOZILLA}/' \

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Wed Nov 16 00:35:29 2016	(r426201)
+++ head/www/firefox/Makefile	Wed Nov 16 00:35:56 2016	(r426202)
@@ -40,6 +40,8 @@ MOZILLA_NAME=	Firefox
 USE_GL=		gl
 USES=		tar:xz
 
+BROKEN_aarch64=		Fails to link: error adding symbols: File in wrong format
+
 FIREFOX_ICON=		${MOZILLA}.png
 FIREFOX_ICON_SRC=	${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png
 MOZ_OPTIONS=	--enable-application=browser \

Modified: head/www/libxul/Makefile
==============================================================================
--- head/www/libxul/Makefile	Wed Nov 16 00:35:29 2016	(r426201)
+++ head/www/libxul/Makefile	Wed Nov 16 00:35:56 2016	(r426202)
@@ -39,6 +39,8 @@ MAKE_ENV=	SKIP_GRE_REGISTRATION=1 mozapp
 LDFLAGS+=	-Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}
 USE_LDCONFIG=	${PREFIX}/lib/${MOZILLA}
 
+BROKEN_aarch64=		Fails to link: error adding symbols: File in wrong format
+
 MOZ_OPTIONS?=	--enable-application=xulrunner
 USE_GECKO=	gecko
 CPE_PRODUCT=	firefox_esr

Modified: head/www/mohawk/Makefile
==============================================================================
--- head/www/mohawk/Makefile	Wed Nov 16 00:35:29 2016	(r426201)
+++ head/www/mohawk/Makefile	Wed Nov 16 00:35:56 2016	(r426202)
@@ -12,8 +12,6 @@ COMMENT=	Simple and lightweight HTTP dae
 
 LICENSE=	BSD2CLAUSE
 
-BROKEN_powerpc64=	Does not build
-
 LIB_DEPENDS=	libevent.so:devel/libevent2
 
 PLIST_FILES+=	bin/mhtpasswd \
@@ -32,6 +30,9 @@ OPTIONS_DEFINE=	EXAMPLES
 
 USES=	uidfix
 
+BROKEN_aarch64=		Fails to compile: error: comparison of constant -1 with expression of type char is always true
+BROKEN_powerpc64=	Does not build
+
 .include <bsd.port.options.mk>
 
 post-install:

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Wed Nov 16 00:35:29 2016	(r426201)
+++ head/www/seamonkey/Makefile	Wed Nov 16 00:35:56 2016	(r426202)
@@ -48,7 +48,7 @@ MOZ_OPTIONS+=	--program-transform-name='
 USE_MOZILLA=	# empty
 MOZ_PKGCONFIG_FILES=
 
-NOT_FOR_ARCHS=	ia64
+BROKEN_aarch64=		Fails to link: error adding symbols: File in wrong format
 
 OPTIONS_DEFINE=	CHATZILLA COMPOSER ENIGMAIL LDAP LIGHTNING MAILNEWS RUST
 OPTIONS_SINGLE=	TOOLKIT



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