History log of /freebsd/usr.bin/Makefile (Results 376 – 400 of 998)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/6.0.0_cvs, release/6.0.0
# 59fa7082 19-Sep-2005 R. Imura <imura@FreeBSD.org>

Connect smbfs build on powerpc.


# e73643be 06-Aug-2005 Poul-Henning Kamp <phk@FreeBSD.org>

Old habits die hard: Make that .if defined(YES_HESIOD) not .if !defined


# f7ab1209 06-Aug-2005 Poul-Henning Kamp <phk@FreeBSD.org>

Put hesinfo(1) under buildoption "YES_HESIOD"


# ba10db99 06-Aug-2005 Colin Percival <cperciva@FreeBSD.org>

Add bsdiff and bspatch to the base system. These are tools for
constructing and applying binary patches; in particular, they perform
well (in the sense of constructing small patches) for executable

Add bsdiff and bspatch to the base system. These are tools for
constructing and applying binary patches; in particular, they perform
well (in the sense of constructing small patches) for executable code.
Both portsnap (coming to the base system Real Soon Now) and FreeBSD
Update (coming to the base system a bit later) use bspatch.

This is the same code as the bsdiff-4.2 which has been in the ports
tree (misc/bsdiff) for the past year, with the following exceptions:
1. The license is now the traditional 2-clause BSD;
2. Instead of forking and execing bzip2, the code now uses libbz2; and
3. Some minor changes have been made to fit this code into the base
system (adding $FreeBSD$ tags, putting bsdiff and bspatch into separate
directories, etc.)

This code is rather ugly and has lots of style bugs (mostly because I
wrote it before I had ever heard of style(9)). Some day I'll come
back and clean it up.

Discussed on: freebsd-arch
MFC before: 5.5-RELEASE
Tested by: Several million users (earlier version).

show more ...


# 5a4d78a1 05-Aug-2005 Poul-Henning Kamp <phk@FreeBSD.org>

Let NO_MAN control catman


# 642268f4 03-Aug-2005 Poul-Henning Kamp <phk@FreeBSD.org>

Add NO_CALENDAR


# 5cf3bf70 11-May-2005 Max Khon <fjoe@FreeBSD.org>

- check for geom_uzip module presence using kldstat -m.
kldstat -m finds geom_uzip module even if it is compiled in statically.
- create output file with x bit set.
- build mkuzip on all architecture

- check for geom_uzip module presence using kldstat -m.
kldstat -m finds geom_uzip module even if it is compiled in statically.
- create output file with x bit set.
- build mkuzip on all architectures (verified with "make universe").
- fix typo in info message.

show more ...


Revision tags: release/5.4.0_cvs, release/5.4.0
# 683cd8e8 02-May-2005 Maxim Sobolev <sobomax@FreeBSD.org>

Enabke mkuzip(1) on amd64.

Submitted by: Matteo Riondato <rionda@gufi.org>


# c71158d4 02-Mar-2005 Tom Rhodes <trhodes@FreeBSD.org>

Wrap BSD r* commands in NO_RCMDS.
Change NO_RCMDNS to NO_RCMDS and do the switch in bsd.compat.mk.

Discussed with: ru, nectar


# 41fe9ea1 13-Feb-2005 Xin LI <delphij@FreeBSD.org>

New order after _netcat has been changed to _nc: sort the list.

Submitted by: ru
Pointy hat to: me


# a1635c68 13-Feb-2005 Xin LI <delphij@FreeBSD.org>

Spell the variable as underscore plus their possible value, to follow
the style nearby.

Submitted by: ru


# 4457bf03 13-Feb-2005 Xin LI <delphij@FreeBSD.org>

Forgotten to commit this file during the last commit. Connect nc(1)
to build.


Revision tags: release/4.11.0_cvs, release/4.11.0
# a2161735 21-Dec-2004 Ruslan Ermilov <ru@FreeBSD.org>

NOCRYPT -> NO_CRYPT


# 07736e20 21-Dec-2004 Ruslan Ermilov <ru@FreeBSD.org>

NOATM -> NO_ATM


# 6c58990d 13-Nov-2004 Bjoern A. Zeeb <bz@FreeBSD.org>

Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.
If turned on no NIS support and related programs will be built.

Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.

Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.
If turned on no NIS support and related programs will be built.

Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il>
PR: bin/68303
No objections: des, gshapiro, nectar
Reviewed by: ru
Approved by: rwatson (mentor)
MFC after: 2 weeks

show more ...


Revision tags: release/5.3.0_cvs, release/5.3.0
# 90d186c0 05-Oct-2004 Ruslan Ermilov <ru@FreeBSD.org>

Re-enable descending into the "atm" subdir.


# 2a614447 27-Sep-2004 Doug Barton <dougb@FreeBSD.org>

1. Add much finer granularity to the NO_BIND knobs with the addition of:
NO_BIND_DNSSEC, NO_BIND_ETC, NO_BIND_NAMED, and NO_BIND_UTILS.

2. Make creation of directories in /usr/include that are only

1. Add much finer granularity to the NO_BIND knobs with the addition of:
NO_BIND_DNSSEC, NO_BIND_ETC, NO_BIND_NAMED, and NO_BIND_UTILS.

2. Make creation of directories in /usr/include that are only needed
in the WITH_BIND_LIBS case conditional.

Reviewed by: ru, des

show more ...


# cd3ee173 21-Sep-2004 Dag-Erling Smørgrav <des@FreeBSD.org>

Switch from BIND 8 to BIND 9.

Submitted by: (in part) dougb@, trhodes@
Reviewed by: dougb@, trhodes@, re@
MFC after: 5 days


# 7f4caa8c 10-Sep-2004 Maxim Sobolev <sobomax@FreeBSD.org>

Add mkuzip(8), non-GPL utility to compress filesystem images for use with
geom_uzip module. This is based on utility I wrote some 3 years ago for a
hack for md(4), which functionally was close to wha

Add mkuzip(8), non-GPL utility to compress filesystem images for use with
geom_uzip module. This is based on utility I wrote some 3 years ago for a
hack for md(4), which functionally was close to what geom_uzip does today.

Since I don't have a time to test that it compiles/works on other arches,
stick it to i386 only. Will do it later.

Unlike original cloop util, this one embedds FreeBSD-compatible shell code
into the generated image, not Linux one. Unfortunately severe space
restriction imposed by the CLOOP format doesn't allow to put conditional
code which will work both on Linux and FreeBSD. In fact it was quite a
challenge to fit necessary FreeBSD code into 127 bytes. ;-)

show more ...


# 23d1e148 08-Jul-2004 Maksim Yevmenkin <emax@FreeBSD.org>

Make bluetooth compile on all platforms

Reviewed by: imp, ru


# a5d31d16 13-Jun-2004 David Malone <dwmalone@FreeBSD.org>

A first stab at truss support for amd64, basically cogged from i386.
It seems to work in my limited tests.


Revision tags: release/4.10.0_cvs, release/4.10.0
# f7dd47a8 18-May-2004 Peter Wemm <peter@FreeBSD.org>

Build/install gprof on amd64 as well, after repocopying the MD bits.
Not that it has anything to process yet, but that comes next.


# bb52bd2f 15-May-2004 Olivier Houchard <cognet@FreeBSD.org>

Insert "arm" between "amd64" and "powerpc"

Requested by: bde


# 63b68912 14-May-2004 Olivier Houchard <cognet@FreeBSD.org>

Use four spaces instead of tab for second level indentation.

Requested by: ru


# 355114cf 14-May-2004 Olivier Houchard <cognet@FreeBSD.org>

Do not build truss on arm.


1...<<11121314151617181920>>...40