summaryrefslogtreecommitdiff
path: root/archivers/lzo/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2017-03-05Updated lzo to 2.10.wiz1-2/+3
Changes in 2.10 (01 Mar 2017) * Improve CMake build support. * Add support for pkg-config. * Do not redefine "snprintf" so that the examples build with MSVC 2015. * Assorted cleanups.
2015-02-08Update to 2.09:wiz1-2/+2
Changes in 2.09 (04 Feb 2015) * Work around gcc bug #64516 that could affect architectures like armv4, armv5 and sparc.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-06-29updated archivers/lzo to 2.0.8schwarz1-2/+2
Fixes CVE-2014-4607 See included file "NEWS" for more details
2014-06-29delete non-existing ftp archive siteschwarz1-3/+2
2012-09-11"user-destdir" is default these daysasau1-2/+1
2011-08-23Changes 2.06:adam1-2/+2
* Some minor optimizations for big-endian architectures. * Fixed overly strict malloc() misalignment check in examples.
2011-04-23Changes 2.05:adam1-12/+5
* Converted the configure system to non-recursive Automake. * Applied some overdue speed optimizations for modern x86/x64 architectures and current compilers like gcc 4.6 and MSVC 2010.
2010-11-13Update lzo to 2.04.obache1-2/+2
Changes in 2.04 (31 Oct 2010) * Fixed a gcc-4.5 aliasing issue in lzo_init(). * Updated the configure system. * Assorted cleanups.
2010-02-19Added LICENSE information.heinz1-1/+2
2009-09-13Disable assembler code under Mac OS X Snow Leopard to fix build failure.tron1-2/+3
2008-05-20Update to 2.03:wiz1-2/+2
Changes in 2.03 (30 Apr 2008) * Updated the ELF assembler sources to mark the stack as non-executable. * Fixed a HP-UX 11 build issue with Itanium in ILP32 mode. * Updated the configure system.
2007-12-28Simplify pattern for Mac OS X Leopard Intel.tron1-2/+2
2007-12-16Disable assembler code under Mac OS X Leopard i386 to fix build failure.tron1-2/+7
2006-11-05DESTDIR support.joerg1-1/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-10-21Update to version 2.02. Fixes PR#31876.cube1-2/+2
Changes in 2.02 (17 Oct 2005) * Updated the build and Autoconf scripts to fix some reported compilation problems.
2005-07-14Initial import of lzo-2.01, the new major version of archivers/liblzo.wiz1-0/+19
LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. The LZO algorithms and implementations are copyrighted OpenSource distributed under the GNU General Public License.