svn commit: r535712 - head/mail/thunderbird

Mark Linimon linimon at FreeBSD.org
Mon May 18 03:16:55 UTC 2020


Author: linimon
Date: Mon May 18 03:16:54 2020
New Revision: 535712
URL: https://svnweb.freebsd.org/changeset/ports/535712

Log:
  Mark as BROKEN on powerpc64:
  
    gmake[4]: *** [backend.mk:47: .deps/node.stub.stub] Error 246
  
  This error has persisted for some time, and I have no idea where to
  even start.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/mail/thunderbird/Makefile

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Mon May 18 03:16:22 2020	(r535711)
+++ head/mail/thunderbird/Makefile	Mon May 18 03:16:54 2020	(r535712)
@@ -12,6 +12,8 @@ DISTFILES=	${DISTNAME}.source${EXTRACT_SUFX}
 MAINTAINER=	gecko at FreeBSD.org
 COMMENT=	Mozilla Thunderbird is standalone mail and news that stands above
 
+BROKEN_powerpc64=	fails to build: gmake[4]: *** [backend.mk:47: .deps/node.stub.stub] Error 246
+
 BUILD_DEPENDS=	nspr>=4.21:devel/nspr \
 		nss>=3.44.3:security/nss \
 		icu>=63.1,1:devel/icu \


More information about the svn-ports-all mailing list