Commit Graph

17 Commits

Author SHA1 Message Date
naddy b2eabd8823 drop RCS Ids 2022-03-11 18:16:02 +00:00
kmos b969b5752e snappy won't build with gcc because of the always_inline attribute
This patch only allows that attribute when using clang

input from sthen and kn

ok kn sthen
2022-03-04 18:56:13 +00:00
sthen 1cb3c6c44a update to snappy-1.1.9 2022-02-26 12:14:14 +00:00
sthen 41dde5ced1 update to snappy-1.1.8 2020-03-30 20:43:50 +00:00
sthen 9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen 25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
jasper 786e5828cc be gone 2017-11-09 19:46:24 +00:00
jasper eeeaf81a39 update to snappy-1.1.7 2017-11-09 15:07:08 +00:00
sthen 5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
jasper f5dc1efb8a update to snappy-1.1.6 2017-07-26 19:20:12 +00:00
espie c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie 8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
fcambus 3453ddd1f5 Drop maintainership, I no longer use snappy. 2017-07-02 13:45:36 +00:00
sthen 7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
fcambus c3bd38aef0 Update snappy to 1.1.4. 2017-02-19 16:11:52 +00:00
fcambus 8a4bb5880c Update my mail address 2016-09-22 12:57:17 +00:00
danj 97e012f549 import snappy-1.1.3
Snappy is a compression/decompression library. It does not aim for maximum
compression, or compatibility with any other compression library; instead,
it aims for very high speeds and reasonable compression. For instance,
compared to the fastest mode of zlib, Snappy is an order of magnitude faster
for most inputs, but the resulting compressed files are anywhere from 20% to
100% bigger.

From Frederic Cambus,  thanks!
ok sthen@
2016-06-14 18:59:52 +00:00