#
ed7a104f |
| 02-Apr-2002 |
Jake Burkholder <jake@FreeBSD.org> |
Connect ktrdump to the build. <cringe>.
|
#
a2e0c81e |
| 24-Mar-2002 |
Mark Murray <markm@FreeBSD.org> |
Add BSD sort to the build, now that GNU sort is gone.
|
#
2bfd7df3 |
| 12-Mar-2002 |
Mark Murray <markm@FreeBSD.org> |
Turn back on (x)lint. It is working just fine.
|
#
b4f198c3 |
| 10-Mar-2002 |
Mark Murray <markm@FreeBSD.org> |
Don't build xlint until surgery is finished.
|
#
21edcafd |
| 06-Mar-2002 |
Bruce Evans <bde@FreeBSD.org> |
Removed gprof4. 8-byte counters are now handled by gprof.
|
#
9a1523bc |
| 05-Mar-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
Add the `1 true AWK' back to the mix.
|
#
a3b69bba |
| 03-Mar-2002 |
Mark Murray <markm@FreeBSD.org> |
(x)lint(1) works; re-enable it.
|
#
c25e37e9 |
| 03-Mar-2002 |
Mark Murray <markm@FreeBSD.org> |
Temporarily remove lint(1) from the build until the import and merge of the MFN (Merge from NetBSD) is complete.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
afb5951f |
| 20-Dec-2001 |
Mark Murray <markm@FreeBSD.org> |
Re-enable tip, now that the import and merge are done.
|
#
bee3021d |
| 20-Dec-2001 |
Mark Murray <markm@FreeBSD.org> |
Temporarily remove tip(1) from the build while I upgrade it.
|
#
23eb26fa |
| 15-Dec-2001 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Kernel support for smbfs is only built on the i386 at the moment, so limit the building and installation of the userland utilities to that architecture for now.
Reported by: bmah
|
#
85519b00 |
| 14-Dec-2001 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Add bmake glue for src/contrib/smbfs and connect userland smbfs support to the build.
The MFC reminder below is subject to <re@FreeBSD.org> approval prior to 4.5-RELEASE.
Reviewed by: bp, fjoe MFC:
Add bmake glue for src/contrib/smbfs and connect userland smbfs support to the build.
The MFC reminder below is subject to <re@FreeBSD.org> approval prior to 4.5-RELEASE.
Reviewed by: bp, fjoe MFC: 1 week
show more ...
|
#
dd22788a |
| 13-Dec-2001 |
Mark Murray <markm@FreeBSD.org> |
UUCP is gone from base.
|
#
703407b6 |
| 27-Nov-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Put the "tip" in exactly the same place where it was in rev. 1.169.
|
#
e68347de |
| 27-Nov-2001 |
Mark Murray <markm@FreeBSD.org> |
Some CVS surgery has been done to tip(1) to clean out a commit that I should have done differently.
Restore tip(1) to the build. I will return to this with a clean import to tip in due course.
|
#
94e8b5d2 |
| 26-Nov-2001 |
Mark Murray <markm@FreeBSD.org> |
Temporarily remove tip/cu from the build while repo-surgery is done.
|
#
6dbfffa3 |
| 11-Nov-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation was replaced with the new version in sendmail's distribution, vacation and the necessary libraries (libsmdb and libsmutil) were chang
Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation was replaced with the new version in sendmail's distribution, vacation and the necessary libraries (libsmdb and libsmutil) were changed so they were always compiled. This broke people who didn't checkout src/contrib/sendmail/. I don't know if it's best to think of NO_SENDMAIL as no sendmail sources available or no sendmail binary. It is now the former.
Also, remove the sendmail chapter from System Managers Manual (SMM) if NO_SENDMAIL is defined (for similar reasons -- source not available).
PR: 31863, 31865 Submitted by: matusita, Joe Kelsey <joe@zircon.seattle.wa.us> MFC after: 3 days
show more ...
|
#
2335a3d7 |
| 03-Nov-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Bring Gawk back. There just isn't any other POSIX compliant AWK out there. The biggest thing missing from Bell-Labs AWK is the character class regexes.
|
#
43cfcf10 |
| 30-Oct-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Switch to the One True AWK from Bell-Labs, away from GNU AWK.
|
#
04228e35 |
| 20-Aug-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Part II of libss retirement: zap mk_cmds too.
Pointy hat to: kris
|
#
cccce27a |
| 18-Aug-2001 |
Peter Wemm <peter@FreeBSD.org> |
Correct path (../crypto, not ../../crypto)
|
#
a8ec1b48 |
| 02-Aug-2001 |
Maxim Sobolev <sobomax@FreeBSD.org> |
Fix a cryptoless world by disconnecting libmp from the build when there is no crypto bits installed and/or NOCRYPTO/NO_OPENSSL is defined. This unfortunately meants that usr.bin/chkey, usr.bin/newkey
Fix a cryptoless world by disconnecting libmp from the build when there is no crypto bits installed and/or NOCRYPTO/NO_OPENSSL is defined. This unfortunately meants that usr.bin/chkey, usr.bin/newkey and usr.sbin/keyserv have also to be disconnected.
IMO it is merely a workaround, the proper solution is to move libmp to src/crypto where it belongs and use libgmp for the cryptoless builds instead.
Missed by: dd
show more ...
|
#
85092344 |
| 09-Jul-2001 |
Mark Murray <markm@FreeBSD.org> |
Remove the S/Key key-handling apps, which are no longer needed, as they are replaced by opiepasswd, opieinfo and opiekey.
|
#
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.
|
#
9488e5f3 |
| 14-Jun-2001 |
Peter Wemm <peter@FreeBSD.org> |
Part 2 of gensetdefs de-orbit burn. linker sets are now self contained for ELF, see src/sys/linker_set.h log.
|