History log of /freebsd-current/usr.bin/bzip2/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 69ac7c76 28-Aug-2019 Mark Johnston <markj@FreeBSD.org>

Install all bzip2.1 MLINKs from the same place.

Reported by: antoine
MFC after: 3 days
Sponsored by: The FreeBSD Foundation


# a35f04fb 12-Mar-2017 Warner Losh <imp@FreeBSD.org>

Adopt SRCTOP in usr.bin

Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo
over ${.CURDIR}/../foo for paths in Makefiles.

Differential Revision: https://reviews.freebsd.org/D9932
Sponsored by: Netflix
Silence on: arch@ (twice)


# 3e11bd9e 25-Nov-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Convert to usr.bin/ to LIBADD
Reduce overlinking


# 478290db 30-Sep-2014 Enji Cooper <ngie@FreeBSD.org>

Check in first src/tests snapshot from NetBSD anoncvs

Sources were obtained like so:

% export CVSROOT="anoncvs@anoncvs.NetBSD.org:/cvsroot"
% cvs -z9 co -D "09/30/2014 20:45" -P src/tests
% mv src/tests/* tests/dist/.

'*CVS*' has been added to svn:ignore to ease updating periodically from
upstream

Some line ending issues had to be resolved with test outputs and scripts
via dos2unix and by deleting the eol-style property set in usr.bin/sort

Discussed with: rpaulo
Sponsored by: EMC / Isilon Storage Division


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# b7946da9 02-Jan-2010 Ed Schouten <ed@FreeBSD.org>

Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 095385a1 28-Mar-2007 Xin LI <delphij@FreeBSD.org>

Update for bzip2 1.0.4 import.


# 254dd166 28-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Let bsd.prog.mk set SRCS and MAN to their default values.


# 144ca803 16-Nov-2003 David E. O'Brien <obrien@FreeBSD.org>

/rescue/b{,un}zip exists, so build this dynamically now.


# 457946d9 14-Jun-2003 David E. O'Brien <obrien@FreeBSD.org>

Remove MAINTAINER lines.


# 2d68ab23 12-Jul-2001 Maxim Sobolev <sobomax@FreeBSD.org>

Build/install bzip2 documentation (info page).


# fb8d590c 09-Jul-2001 David E. O'Brien <obrien@FreeBSD.org>

style nit


# 61317089 29-Jun-2001 David E. O'Brien <obrien@FreeBSD.org>

Fix editor'o where I lost the `+'.


# ab962c79 22-Jun-2001 Maxim Sobolev <sobomax@FreeBSD.org>

By default link statically (like we did in the port) - it provides 8-10%
faster comperssion, which in the bzip2's case could be a big win.


# d6a9fd06 21-Jun-2001 David E. O'Brien <obrien@FreeBSD.org>

Add the Bzip2 binaries. These are starting to get used more and more
in the base system.