./archivers/lzsa, Compression algorithm designed for 8-bit systems

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.4.1, Package name: lzsa-1.4.1, Maintainer: thorpej

LZSA is a collection of byte-aligned compression formats that are
specifically engineered for very fast decompression on 8-bit systems.


Master sites:

Filesize: 148.995 KB

Version history: (Expand)


CVS history: (Expand)


   2026-08-04 22:29:21 by Thomas Klausner | Files touched by this commit (336)
Log message:
*: add LDFLAGS overide that was previously in mk

This is a workaround and should be fixed properly per-package - they
should use the pkgsrc LDFLAGS, but this restores what happened
before the mk/ cleanup.

Fixes relro build for packages that do not honor LDFLAGS.

Package list provided by mef@, thanks!

Workaround commit requested by bsiegert on tech-pkg.
   2026-06-20 02:52:49 by Nia Alarie | Files touched by this commit (4)
Log message:
lzsa: Various build fixes.

Define the correct _POSIX_C_SOURCE to get a definition of
ftello(3).

Make sure the user's choice of compiler is honoured instead
of always using clang.

Verified to build on FreeBSD, NetBSD, macOS, Linux.
   2023-11-27 03:21:51 by Jason R Thorpe | Files touched by this commit (4)
Log message:
Add a package for lzsa. LZSA is a collection of byte-aligned compression
formats that are specifically engineered for very fast decompression on
8-bit systems.