ports/lang/spidermonkey52
Piotr Kubaj 6680904a4f lang/spidermonkey52: fix build with GCC-based architectures
With gcc9, build fails:
/usr/local/poudriere/ports/default/lang/spidermonkey52/work/firefox-52.9.0esr/js/src/jsapi-tests/testPrintf.cpp: In member function 'virtual bool cls_testPrintf::run(JS::HandleObject
)':
/usr/local/poudriere/ports/default/lang/spidermonkey52/work/firefox-52.9.0esr/js/src/jsapi-tests/testPrintf.cpp:58:20: error: '%s' directive argument is null [-Werror=format-overflow
=]
   58 |     CHECK(print_one("(null)", "%s", zero()));

Remove the test printf:
CHECK(print_one("(null)", "%s", zero()));
to fix build.

PR:		239507
Approved by:	tcberner (mentor), portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D21144
2019-08-05 13:30:38 +00:00
..
files lang/spidermonkey52: fix build with GCC-based architectures 2019-08-05 13:30:38 +00:00
distinfo
Makefile Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
pkg-descr
pkg-plist