svn commit: r498376 - head/www/palemoon

Jan Beich jbeich at FreeBSD.org
Mon Apr 8 13:36:09 UTC 2019


Author: jbeich
Date: Mon Apr  8 13:36:08 2019
New Revision: 498376
URL: https://svnweb.freebsd.org/changeset/ports/498376

Log:
  www/palemoon: mark BROKEN on -CURRENT
  
  resource://gre/components/Weave.js
  resource://gre/components/WebVTTParserWrapper.js
  resource://gre/components/Webapps.js
  Traceback (most recent call last):
    File "toolkit/mozapps/installer/packager.py", line 405, in <module>
      main()
    File "toolkit/mozapps/installer/packager.py", line 399, in main
      args.source, gre_path, base)
    File "toolkit/mozapps/installer/packager.py", line 157, in precompile_cache
      errors.fatal('Error while running startup cache precompilation')
    File "python/mozbuild/mozpack/errors.py", line 101, in fatal
      self._handle(self.FATAL, msg)
    File "python/mozbuild/mozpack/errors.py", line 96, in _handle
      raise ErrorMessage(msg)
  mozpack.errors.ErrorMessage: Error: Error while running startup cache precompilation
  gmake[2]: *** [toolkit/mozapps/installer/packager.mk:37: stage-package] Error 1

Modified:
  head/www/palemoon/Makefile   (contents, props changed)

Modified: head/www/palemoon/Makefile
==============================================================================
--- head/www/palemoon/Makefile	Mon Apr  8 13:35:56 2019	(r498375)
+++ head/www/palemoon/Makefile	Mon Apr  8 13:36:08 2019	(r498376)
@@ -10,6 +10,8 @@ CATEGORIES=	www ipv6
 MAINTAINER=	lichray at gmail.com
 COMMENT=	Open Source Goanna-based web browser
 
+BROKEN_FreeBSD_13_amd64=	xpcshell crashes after base Clang updated to 8.0.0
+
 BUILD_DEPENDS=	nspr>=4.15:devel/nspr \
 		nss>=3.31.1:security/nss \
 		libevent>=2.0.22:devel/libevent \


More information about the svn-ports-all mailing list