- remove ONLY_FOR_ARCHS, it doesn't work in a module
- default EXTRACT_SUFX to .tar.xz
- bump nss requirement to 3.32 (technically, 55 requires 3.31, but 56
will require 3.32..)
- bump nspr requirement to 4.16 (yadada yadada 4.15)
- bump sqlite requirement to 3.19.3
- remove junk from powerpc days, the boat has sailed
- ditch --enable-gio, its enabled by default, and now errors out as an
unknown option with the new build system
- ditch junk for xulrunner, WRKDIST is always the same now
- ditch pre-configure target, it's useless now
It's more or less dead upstream, uses xulrunner which is heading down
the attic; and if *really* needed, it can be made to use firefox -app
(but someone (tm) would have to work on it)
ok joshe@ (maintainer)
In 2017 java applets are more or less dead anyway, and NPAPI support
is being removed from gecko browsers. If you *really* need that crap for
old drac console or your crappy bank website, download the .jnlp file
and run it outside your browser using javaws. While here adapt
COMMENT/DESCR..
Allows to remove the xulrunner dependency, as xulrunner is heading
towards the attic...
ok giovanni@ (maintainer) sthen@
a specially crafted request might result in an integer
overflow and incorrect processing of ranges in the range filter,
potentially resulting in sensitive information leak (CVE-2017-7529).
also fixes build on a clang+libc++ system.
there's a possible issue where the bookmark toolbar uses firefox defaults -
to be investigated further, committing early as the previous version doesn't
package any more.
- use the proper compiler and linker in ${WRKDIR}/bin
- casting to nullptr where required (diff from espie@)
- link the character_data_generator with c++abi twice until a linker
bug is figured out
create a separate configuration for openbsd-clang, similar to what's done
in qt5/qtbase. it doesn't build yet there though, there's a problem early on
when it detects STL..
As a side note, there is no need to explicitely disable parsing UPLOADER
directives because we --disable-dired at configure time, nor EXTERNAL
directives as we do not build with --enable-externs.
OK mestre@, tb@