Revision tags: release/7.0.0_cvs, release/7.0.0 |
|
#
da9b9cd9 |
| 22-Feb-2008 |
Ruslan Ermilov <ru@FreeBSD.org> |
Hide BSD ar(1) under the MK_TOOLCHAIN option.
Reviewed by: obrien
|
#
a856b6c5 |
| 22-Feb-2008 |
David E. O'Brien <obrien@FreeBSD.org> |
Re-introduce the new BSDLed 'ar' to the build. It is installed as "bsdar" unless WANT_BSDAR is defined.
Discussed with: kaiw
|
#
7a767188 |
| 21-Feb-2008 |
Kai Wang <kaiw@FreeBSD.org> |
Back out previous commit. Restore Binutils ar as default. Disconnect 'BSD' ar to the build.
Requested by: des
|
#
d0e2abaf |
| 21-Feb-2008 |
Kai Wang <kaiw@FreeBSD.org> |
* Connect ar(1) to the build and make it default ar. Rename GNU binutils ar and ranlib to gar and granlib, respectively.
* Introduce a temporary variable WITH_GNUAR as a safety net. When buildworld
* Connect ar(1) to the build and make it default ar. Rename GNU binutils ar and ranlib to gar and granlib, respectively.
* Introduce a temporary variable WITH_GNUAR as a safety net. When buildworld with -DWITH_GNUAR, GNU binutils ar and ranlib will install as default ones and 'BSD' ar will be disabled.
* Bump __FreeBSD_version to reflect the import of 'BSD' ar(1).
Approved by: jkoshy (mentor)
show more ...
|
Revision tags: release/6.3.0_cvs, release/6.3.0 |
|
#
a2854cdf |
| 20-Dec-2007 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fix disorder introduced in previous commit.
|
#
8f2c52e6 |
| 20-Dec-2007 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Pull ministat into the installed system and write it a man-page.
(Repocopied from src/tools/tools/ministat)
|
#
b59f38b5 |
| 03-Dec-2007 |
Robert Watson <rwatson@FreeBSD.org> |
Connect procstat(1) to the build.
|
#
946367b8 |
| 10-Oct-2007 |
David E. O'Brien <obrien@FreeBSD.org> |
Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidental treatment of 'LIBKSE' as an "old style" knob.
Submitted by: ru Approved by: re(kensmith)
|
#
65c045e9 |
| 09-Oct-2007 |
David E. O'Brien <obrien@FreeBSD.org> |
Repo copy libpthreads to libkse. This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith)
|
#
152f2a4a |
| 01-Oct-2007 |
Ruslan Ermilov <ru@FreeBSD.org> |
Always install libpthread.* symlinks if at least one of the threading libraries is built. This simplifies the logic in makefiles that need to check if the pthreads support is present. It also fixes
Always install libpthread.* symlinks if at least one of the threading libraries is built. This simplifies the logic in makefiles that need to check if the pthreads support is present. It also fixes a bug where we would build a threading library that we shouldn't have built: for example, building with WITHOUT_LIBTHR and the default value of DEFAULT_THREADING_LIB (libthr) would mistakenly build the libthr library, but not install it.
Approved by: re (kensmith)
show more ...
|
#
04031e9a |
| 13-Jun-2007 |
Stephane E. Potvin <sepotvin@FreeBSD.org> |
Options spring cleanup: - Add and document the KVM and KVM_SUPPORT options that are needed for the ifmcstats(3) makefile - Garbage collect unused variables - Add missing inclusion of bsd.own.mk where
Options spring cleanup: - Add and document the KVM and KVM_SUPPORT options that are needed for the ifmcstats(3) makefile - Garbage collect unused variables - Add missing inclusion of bsd.own.mk where needed
Approved by: kan (mentor) Reviewed by: ru
show more ...
|
#
9a9ea25f |
| 26-Jan-2007 |
Xin LI <delphij@FreeBSD.org> |
Replace the GNU gzip with a slightly modified NetBSD gzip. The NetBSD version is a feature-to-feature re-implementation of GNU gzip using the freely-redistributable zlib and this version is expected
Replace the GNU gzip with a slightly modified NetBSD gzip. The NetBSD version is a feature-to-feature re-implementation of GNU gzip using the freely-redistributable zlib and this version is expected to be mostly bug-to-bug compatible with the GNU implementation.
- Because this is a piece of mature code and we want to make changes so it is added directly rather than importing to src/contrib. - Connect newly added code to src/usr.bin/ and rescue/rescue build. - Disconnect the GNU gzip code from build for now, they will be eventually removed completely. - Provide two new src.conf(5) knobs, WITHOUT_BZIP2_SUPPORT and WITHOUT_BZIP2.
Tested by: kris (full exp-7 pointyhat build) Approved by: core (importing a 4-clause BSD licensed file) Approved by: re (adding new utility during -HEAD code slush)
show more ...
|
#
64f13329 |
| 25-Jan-2007 |
Peter Wemm <peter@FreeBSD.org> |
Retire objformat(1) as threatened in 2002.
Laughed-at-by: kris
|
Revision tags: release/6.2.0_cvs, release/6.2.0 |
|
#
8af480ae |
| 26-Nov-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
- When building world WITHOUT_LIBPTHREAD, link libthr to libpthread. - Don't build ngctl(8) and cached(8) if threading libs aren't built. - Fix various issues in a cached(8) makefile.
|
#
e108ac65 |
| 22-Aug-2006 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Build libsmb and smbutil on ia64.
|
#
4c5876d2 |
| 21-Aug-2006 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Remove alpha left-overs.
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
#
c912a3f7 |
| 04-May-2006 |
Maxim Konovalov <maxim@FreeBSD.org> |
o By popular demand import getent(1) utility: a program retrieves and displays entries from the administrative database specified by database, using the lookup order specified in nsswitch.conf(5).
P
o By popular demand import getent(1) utility: a program retrieves and displays entries from the administrative database specified by database, using the lookup order specified in nsswitch.conf(5).
PR: bin/79903, bin/88460, bin/96536 Submitted by: Julien Gabel, Dan Nelson, Daniel J. O'Connor Obtained from: NetBSD Discussed with: ume, soc-bushman MFC after: 1 month
show more ...
|
#
295c5dea |
| 12-Apr-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
libc_r is no longer provided, and on alpha and sparc64, libthr is (sym)linked to libpthread. Account for this change and check for MK_LIBTHR instead of MK_LIBC_R where appropriate.
|
#
a50767eb |
| 21-Mar-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Unbreak WITHOUT_LIBPHREAD/WITHOUT_LIBC_R option support, depending on platform.
|
#
cea557ad |
| 20-Mar-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Extend coverage of the MK_IPX build option to the following:
- <netipx> headers [1] - IPX library (libipx) - IPX support in ifconfig(8) - IPXrouted(8) - new MK_NCP option
New MK_NCP build option co
Extend coverage of the MK_IPX build option to the following:
- <netipx> headers [1] - IPX library (libipx) - IPX support in ifconfig(8) - IPXrouted(8) - new MK_NCP option
New MK_NCP build option controls:
- <netncp> and <fs/nwfs> headers - NCP library (libncp) - ncplist(1) and ncplogin(1) - mount_nwfs(8) - ncp and nwfs kernel modules
User knobs: WITHOUT_IPX, WITHOUT_IPX_SUPPORT, WITHOUT_NCP.
[1] <netsmb/netbios.h> unconditionally uses <netipx> headers so they are still installed. This needs to be dealt with.
show more ...
|
#
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 ...
|
#
b0b13d15 |
| 03-Mar-2006 |
Maxime Henrion <mux@FreeBSD.org> |
Don't build csup if NO_CRYPT or NO_OPENSSL is defined, since we depend on those.
Reported by: marius
|
#
1f6fe9ac |
| 03-Mar-2006 |
Maxime Henrion <mux@FreeBSD.org> |
Connect csup the build!
|
#
5aedf535 |
| 05-Jan-2006 |
Peter Grehan <grehan@FreeBSD.org> |
Enable truss for powerpc
|
#
8a2e2a8e |
| 29-Dec-2005 |
Peter Grehan <grehan@FreeBSD.org> |
Build gprof for powerpc now.
|