#
690f477d |
| 22-Sep-2008 |
Sam Leffler <sam@FreeBSD.org> |
add new build knobs and jigger some existing controls to improve control over the result of buildworld and installworld; this especially helps packaging systems such as nanobsd
Reviewed by: various
add new build knobs and jigger some existing controls to improve control over the result of buildworld and installworld; this especially helps packaging systems such as nanobsd
Reviewed by: various (posted to arch) MFC after: 1 month
show more ...
|
#
2e598474 |
| 26-May-2008 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7.
This is wh
Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7.
This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation
Discussed with: rwatson, re
show more ...
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
4907faa6 |
| 26-Jun-2007 |
Remko Lodder <remko@FreeBSD.org> |
Make zoneinfo optional so that a filesystem upgrade/update does not overwrite possibly installed thirdparte zoneinfo databases (from ports for example).
PR: bin/104713 Submitted by: Mark Andrews <M
Make zoneinfo optional so that a filesystem upgrade/update does not overwrite possibly installed thirdparte zoneinfo databases (from ports for example).
PR: bin/104713 Submitted by: Mark Andrews <Mark_Andrews at isc dot org> (original patch rewritten by me to be more consistent with the new practise). Approved by: re (kensmith) Approved by: imp (mentor) Reviewed by: ru (some time ago already)
show more ...
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
#
e1fe3dba |
| 17-Mar-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Reimplementation of world/kernel build options. For details, see:
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Bro
Reimplementation of world/kernel build options. For details, see:
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
show more ...
|
Revision tags: release/6.0.0_cvs, release/6.0.0 |
|
#
9c4b7239 |
| 05-Aug-2005 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Introduce NO_LOCALES build option.
|
#
538860d1 |
| 03-Aug-2005 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Add NO_SYSCONS. Respect NO_MAN and NO_EXAMPLES Make NO_GROFF prevet me installation.
|
Revision tags: release/5.4.0_cvs, release/5.4.0 |
|
#
d668f22a |
| 13-Apr-2005 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Add NO_DICT handle. Saves almost 3.5 MB installed.
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0 |
|
#
63224f60 |
| 24-Apr-2004 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Add a FreeBSD MIB with a few branches we can hang things from.
|
Revision tags: release/5.2.1_cvs, release/5.2.1 |
|
#
24dfc360 |
| 20-Jan-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Normalize.
|
Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
f3a24ab2 |
| 03-Jan-2003 |
Thomas Moestl <tmm@FreeBSD.org> |
Reenable building in share/mklocale for sparc64. It seems to work fine now, and probably did for quite some time already. 5.0 candidate.
Spotted by: roam
|
#
d350feff |
| 10-Nov-2002 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Build the doc subdir on ia64. We have groff working for a while.
|
Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
504de8da |
| 22-May-2002 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Don't build doc on ia64. No groff in sight.
|
#
63279f12 |
| 10-May-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
mklocale has bad juju for Sparc64.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
f3bb47cc |
| 23-May-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Add NO_I4B to avoid building/installing isdn4bsd package.
Prompted by: Alexandr Listopad <laa@laa.zp.ua> MFC after: 3 days
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
933d7661 |
| 08-Feb-2001 |
Alexey Zelkin <phantom@FreeBSD.org> |
activate monetdef, msgdef and numericdef
|
Revision tags: release/4.2.0 |
|
#
31923af7 |
| 10-Oct-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Install the sendmail cf building tools (contrib/sendmail/cf) in /usr/share/sendmail/cf.
PR: 19790
|
Revision tags: release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
f555eeb8 |
| 21-Mar-2000 |
David E. O'Brien <obrien@FreeBSD.org> |
Add a knob to turn off the mostly static docs (src/share/doc/).
On a K6-2/450 with fairly fast SCSI disks, building+installing src/share/ takes 2m51.3s, where src/share/doc/ is 1m9.9s of that.
Howe
Add a knob to turn off the mostly static docs (src/share/doc/).
On a K6-2/450 with fairly fast SCSI disks, building+installing src/share/ takes 2m51.3s, where src/share/doc/ is 1m9.9s of that.
However on a slow Alpha (233MHz) the times are 7m39.3s and 4m58.3s respectively.
This commit allows one to speed up their build time, without not getting any important and required changes if one used "NOSHARE".
show more ...
|
Revision tags: release/4.0.0_cvs |
|
#
58faf4d0 |
| 19-Jan-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
New install-info(1) correctly fails to install ENTRY for file FOO if ENTRY already exists for file FOO2 in /usr/share/info/dir.
So, re-init /usr/share/info/dir unconditionally at installworld.
|
Revision tags: release/3.4.0_cvs |
|
#
d254842a |
| 18-Oct-1999 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add colldef
|
#
8b533554 |
| 17-Oct-1999 |
Andrey A. Chernov <ache@FreeBSD.org> |
add mklocale
|
Revision tags: release/3.3.0_cvs, release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
a126617e |
| 28-Dec-1998 |
Matt Jacob <mjacob@FreeBSD.org> |
oops- I must have had a mangeld Entries
|
#
777ec5dc |
| 28-Dec-1998 |
Matt Jacob <mjacob@FreeBSD.org> |
No more isdn directory, ergo, shouldn't be on the list of subdirectories, etc..
|
#
19c74962 |
| 27-Dec-1998 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Initial entry of ISDN4BSD into the FreeBSD tree.
ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis, who has done a tremendous amount of work to bring us this far.
There are still s
Initial entry of ISDN4BSD into the FreeBSD tree.
ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis, who has done a tremendous amount of work to bring us this far.
There are still some outstanding issues and files to bring into the tree, and for now it will be needed to pick up all the extra docs from the isdn4bsd release.
It is probably also a very good idea to subscribe to the isdn@freebsd.org mailing list before you try this out.
These files correspond to release "beta Version 0.70.00 / December 1998" from Hellmuth.
show more ...
|
#
18911050 |
| 01-Oct-1998 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Add syscons back to alpha build; works fine now.
|
Revision tags: release/2.2.7 |
|
#
f1f399e5 |
| 15-May-1998 |
John Birrell <jb@FreeBSD.org> |
syscons is i386 specific due to machine/console.h
|