16 Commits

Author SHA1 Message Date
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
juanfra
c5ab1b5fb0 Update to lziprecover 1.21. From Sascha Paunovic. 2019-01-07 18:13:00 +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
juanfra
327f2833a1 Update to tarlz 0.5.
Drop maintainership, I'm using zip+lzma and zstd nowadays.
2018-10-01 21:33:46 +00:00
juanfra
4b44235412 Update to lziprecover 1.20. 2018-02-17 17:28:53 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +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
juanfra
d469a6f052 Update to lziprecover 1.19. 2017-04-22 10:34:45 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
juanfra
ba699db75c Update to lziprecover 1.18. 2016-05-23 12:49:59 +00:00
juanfra
2a990c0463 Update to lziprecover 1.17. 2015-06-09 11:40:51 +00:00
juanfra
0deb03187f Update to lziprecover-1.16 2014-09-13 22:06:25 +00:00
juanfra
c72a5b8a28 Update my email address. Change the homepage of terminator. Also add a
space between the entries and equals signs in the Makefile of the old
ports.

ok sthen@
2014-01-17 19:46:21 +00:00
juanfra
c67b937c94 Only use gmake for lzlib. Change the tarballs from .gz to .lz.
Changes to lzlib from brad@. I and upstream were wrong with the patching.

ok brad@ sthen@
2013-11-08 20:34:32 +00:00
juanfra
9b38c44e82 Lzip is a lossless data compressor with a user interface similar to the
one of gzip or bzip2. Lzip decompresses almost as fast as gzip and
compresses more than bzip2, which makes it well suited for software
distribution and data archiving.

Lzip is a clean implementation of the LZMA algorithm. The lzip file
format is designed for long-term data archiving. It is clean, provides
very safe 4 factor integrity checking. Lzip uses the same well-defined
exit status values used by bzip2, which makes it safer when used in
pipes or scripts than compressors returning ambiguous warning values,
like gzip.

ok sthen@
2013-10-14 21:23:32 +00:00