diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-04-08 13:35:56 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-04-08 13:35:56 +0000 |
commit | a6417907cff77bb3eed085121b01d49f6497bb00 (patch) | |
tree | ee83dd2da37b05ceb43eabef8a713e963afeead8 /www | |
parent | 66b4b26549ce6bf976c79c2d2c7239ea6e70ed85 (diff) | |
download | ports-a6417907cff77bb3eed085121b01d49f6497bb00.tar.gz ports-a6417907cff77bb3eed085121b01d49f6497bb00.zip |
www/seamonkey: mark BROKEN on -CURRENT
resource://gre/modules/commonjs/dev/toolbox.js
resource://gre/modules/commonjs/dev/utils.js
resource://gre/modules/commonjs/dev/volcan.js
Traceback (most recent call last):
File "mozilla/toolkit/mozapps/installer/packager.py", line 415, in <module>
main()
File "mozilla/toolkit/mozapps/installer/packager.py", line 409, in main
args.source, gre_path, base)
File "mozilla/toolkit/mozapps/installer/packager.py", line 166, in precompile_cache
errors.fatal('Error while running startup cache precompilation')
File "mozilla/python/mozbuild/mozpack/errors.py", line 103, in fatal
self._handle(self.FATAL, msg)
File "mozilla/python/mozbuild/mozpack/errors.py", line 98, in _handle
raise ErrorMessage(msg)
mozpack.errors.ErrorMessage: Error: Error while running startup cache precompilation
gmake[2]: *** [mozilla/toolkit/mozapps/installer/packager.mk:41: stage-package] Error 1
Notes
Notes:
svn path=/head/; revision=498375
Diffstat (limited to 'www')
-rw-r--r-- | www/seamonkey/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 67ed4a544e71..74ecbaa24095 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -13,6 +13,8 @@ DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= The open source, standards compliant web browser +BROKEN_FreeBSD_13_amd64= xpcshell crashes after base Clang updated to 8.0.0 + BUILD_DEPENDS= nspr>=4.13.1:devel/nspr \ nss>=3.28.6:security/nss \ libevent>=2.0.21_2:devel/libevent \ |