aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* freebsd got stripped off the tree, removing keywords and some dead codestefson2019-10-191-6/+1
| | | | | | this should be all of them Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
* dev-lang/spidermonkey: stable for armstefson2019-01-261-1/+1
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-lang/spidermonkey: fix metadata, remove unused flagAnthony G. Basile2018-12-022-26/+0
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-lang/spidermonkey: fix runtime relocation errorS. Lockwood-Childs2018-12-022-0/+15
| | | | | | | | | | | | | | | | | polkitd executable from sys-auth/polkit-0.115-r1 was failing to run with error: Error relocating /usr/lib/libmozjs-52.so: _ZN2js16TlsPerThreadDataE: symbol not found demangled equivalent to "_ZN2js16TlsPerThreadDataE" being js::PerThreadData, which was a hidden symbol according to readelf readelf -s usr/lib/libmozjs-52.so | grep Tls | c++filt 1: 00000004 4 TLS LOCAL HIDDEN 17 js::TlsPerThreadData Fix such runtime errors by switching thread-local data to default visibility. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-lang/spidermonkey: add packageS. Lockwood-Childs2018-11-256-0/+258
When building for musl, * disable jemalloc in configure * patch in a missing header include Signed-off-by: Anthony G. Basile <blueness@gentoo.org>