From owner-svn-ports-head@freebsd.org Wed Nov 16 00:35:58 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 90992C44BA6; Wed, 16 Nov 2016 00:35:58 +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 6D799F79; Wed, 16 Nov 2016 00:35:58 +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 uAG0Zvr6044629; Wed, 16 Nov 2016 00:35:57 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAG0ZvWU044623; Wed, 16 Nov 2016 00:35:57 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611160035.uAG0ZvWU044623@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:35:57 +0000 (UTC) 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 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:35:58 -0000 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 .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 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