Ruslan Ermilov
93303bace1
Document the NOLIBPTHREAD and NOLIBTHR knobs.
2003-06-08 23:48:02 +00:00
Ruslan Ermilov
a0218a2a4d
Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not.
...
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: re (jhb)
2003-05-21 21:47:20 +00:00
Dag-Erling Smørgrav
7691f66abf
Retire the useless NOSECURE knob.
...
Approved by: re (scottl)
2003-05-19 15:52:01 +00:00
Mark Murray
dbf104e68d
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra
...
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
2003-05-05 07:58:44 +00:00
Mark Murray
aab6741f7e
More factual updates for kerberos 5.
2003-04-30 21:15:41 +00:00
Mark Murray
9bc062a34a
KerberosIV deorbit: Remove references.
2003-03-08 13:39:41 +00:00
Tom Rhodes
2420096b25
Document the NOMAN option.
2003-02-12 02:30:04 +00:00
Jacques Vidrine
6042ca2e01
Install the OpenSSL man pages in /usr/share/openssl/man
...
and remove the WANT_OPENSSL_MANPAGES knob.
2003-02-10 19:57:56 +00:00
Alexander Langer
cd8f87b92f
Remove MAKEDEV quirks, now obsolete.
2003-02-05 18:33:36 +00:00
David E. O'Brien
553f8de1dc
Document WANT_EXT2FS_MODULE.
2003-01-29 06:22:57 +00:00
Ruslan Ermilov
88acf17750
mdoc(7) police: grammar and spelling nits.
2002-12-23 14:59:07 +00:00
Tom Rhodes
405f1ec8ed
Document NO_CPU_CFLAGS && NO_CPU_COPTFLAGS in the make.conf(5) manual
...
page.
PR: 45418
Reviewed by: jhb (a slightly older version)
2002-12-14 15:53:32 +00:00
Ruslan Ermilov
d962d52ac0
mdoc(7) police: scheduled sweep.
...
Approved by: re
2002-11-29 11:39:20 +00:00
David E. O'Brien
a2a8085e7e
As warned on freebsd-current@, remove the perl wrapper from /usr/src.
...
The /usr/bin/perl wrapper isn't solving many of the problems it was
imported to deal with. There are limitations to it that don't have a
clear "fix".
Reviewed by: markm, kris
Extorted approval from: re(jhb)
2002-11-27 17:46:26 +00:00
Tom Rhodes
a19f1419b5
Catch the make.conf manual page up with defaults/make.conf
...
PR: 45470
Approved by: re (bmah)
Submitted by: Carl Schmidt <carl@slackerbsd.org> (original version)
2002-11-22 18:27:59 +00:00
Alfred Perlstein
ac1cc6ee11
Backout "compatibility hack" for __sF.
...
Requested by: Steve Kargl <sgk@troutmask.apl.washington.edu> (submitter)
2002-11-04 03:23:56 +00:00
Alfred Perlstein
0fc25b925d
Provide a hook to make __sF visible outside of libc for commercial apps
...
if WANT_COMPAT4_STDIO is defined when compiling libc.
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
2002-11-02 19:47:53 +00:00
Ruslan Ermilov
e5f3fe8c97
PRINTERDEVICE can now take multiple values.
2002-10-29 16:13:21 +00:00
Poul-Henning Kamp
f33aca987b
Change to match NO_MAKEDEV* -> MAKEDEV*.
2002-10-22 15:02:53 +00:00
Ruslan Ermilov
e316d2deba
mdoc(7) police: nit.
2002-08-13 14:25:53 +00:00
Mark Murray
d1fd4b3369
Remove the reference to NOUUCP, ans we no longer have base UUCP.
2002-08-02 10:52:59 +00:00
Ruslan Ermilov
33c1de7d1f
Ignore -C, -p, and -S options of install(1) when used with the -d
...
option. Warn about COPY being phased out. Restore the old method
of always comparing before installing: INSTALL="install -C".
Requested by: bde
2002-07-29 08:51:04 +00:00
Ruslan Ermilov
d29831440a
To force install(1) to always compare files before installing, one
...
now needs to set COPY=-C as -C is no longer compatible with the -d
option. It is also likely to be renamed to INSTALL_COPY soon.
Update documentation to reflect this change.
PR: bin/40724
2002-07-18 12:54:55 +00:00
Gregory Neil Shapiro
2a1d418ce1
Add a warning regarding the SENDMAIL_*_MC make.conf variable values.
...
Using /etc/mail/sendmail.mc will create /etc/mail/sendmail.cf during
a buildworld.
PR: misc/39397
MFC after: 3 days
2002-06-20 04:33:06 +00:00
Doug Barton
b075c273da
Per previous discussion, and with Mark's blessing, update the value
...
of this knob to reflect (-)current reality.
2002-06-09 09:28:02 +00:00
Ruslan Ermilov
83e27deb05
Removed vestiges of perl(1).
2002-05-30 08:34:18 +00:00
Ruslan Ermilov
dca8ad694a
mdoc(7) police: get rid of a single hard sentence break.
2002-05-29 17:18:52 +00:00
Tim J. Robbins
7cc8320ab2
Document the ENABLE_SUID_NEWGRP variable.
...
Requested by: mike
PR: 36190
2002-05-28 08:04:50 +00:00
Gregory Neil Shapiro
34925ba6f7
Add a new make.conf knob, SENDMAIL_MAP_PERMS, which specifies the
...
permissions to use for alias and map database files built by
/etc/mail/Makefile. The default is 0640 to assist users in avoiding
a file locking local denial of service.
MFC after: 1 day
pending RE approval
2002-05-24 01:46:39 +00:00
Ruslan Ermilov
c50d94b0f3
Removed the vestiges of NO_?PERL and ENABLE_SUIDPERL.
...
Spotted by: grep(1)
2002-05-16 11:33:11 +00:00
Giorgos Keramidas
7f86e53da7
Grammar fix: cause -> causes.
...
PR: docs/38059
Submitted by: Chris Pepper <pepper@rockefeller.edu>
2002-05-14 14:30:48 +00:00
Jacques Vidrine
95ba43303b
Turn on the set-user-ID bit for k5su if ENABLE_SUID_K5SU is defined.
2002-05-12 03:17:31 +00:00
David E. O'Brien
788fcec086
Back out the NO_RCMNDS knob.
...
1. The committer refused to respond to questions over the commit.
2. The servers rlogind, rshd, rexecd were not wrapped.
3. "rcmnds" as an abbreviation gets an order of magnitude less hits on
Google than the much more well known "rcmds".
2002-04-23 23:59:51 +00:00
Gregory Neil Shapiro
14d6d7657a
Provide a new make.conf knob, SENDMAIL_SUBMIT_MC to allow users to pick
...
the .mc file used for /etc/mail/submit.cf. By default,
/etc/mail/freebsd.submit.mc is installed and used.
Requested by: fenner
Submitted by: ume
MFC after: 1 week
2002-04-14 19:20:26 +00:00
Dima Dorfman
146b8183bc
${BDECFLAGS} gets added to CFLAGS, not CXFLAGS.
...
PR: 37032
Submitted by: Joshua Goodall <joshua@roughtrade.net>
2002-04-13 09:07:22 +00:00
Maxim Konovalov
23c2b90cba
Document NO_RCMNDS flag introduced in rev. 1.20 src/bin/Makefile.
...
Approved by: ru
MFC after: 1 week
2002-04-10 09:23:38 +00:00
Ruslan Ermilov
7a43a96ab0
Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217
...
with the NO_IPFILTER make.conf(5) knob.
(So that we can "make the-rest-of-the-world" again.)
2002-03-21 09:15:39 +00:00
Ruslan Ermilov
bc37fc267d
mdoc(7) police: fix a typo in rev. 1.36 and markup nit in rev. 1.37.
2002-03-17 13:14:14 +00:00
Mark Murray
589622caaa
Document NO_PERL.
2002-03-16 15:14:41 +00:00
Gregory Neil Shapiro
474c81fdd8
Document new build knob, SENDMAIL_SET_USER_ID, which installs sendmail as a
...
set-user-ID root binary instead of the new method (set-group-ID smmsp).
2002-02-17 22:10:06 +00:00
Ruslan Ermilov
3a289cbae7
Document MODULES_OVERRIDE.
...
PR: docs/32560
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
2001-12-24 19:34:33 +00:00
Ruslan Ermilov
33c3bd0ab5
Document COMPAT4X.
2001-09-22 08:21:56 +00:00
Ruslan Ermilov
1ca805f249
mdoc(7) police: sort FILES.
2001-09-04 09:59:56 +00:00
Alexander Langer
d33a962d07
Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as
...
discussed on the arch@ mailinglist (after repo-copy).
sys.mk will .error if it finds /etc/defaults/make.conf but include
it anyways (this is the same behaviour as with the make.conf.local
removal).
/usr/share/examples/etc/make.conf has BDEFLAGS commented out now,
since it's only an example file.
Adjust all textes that talk about make.conf or defaults/make.conf to
match the new situation.
2001-08-30 22:44:51 +00:00
Alexander Langer
5fe122dadb
Nuke all ports related options. This file has to be re-edited once
...
the ports-team has decided about the ports.conf issue.
2001-08-30 21:40:55 +00:00
Dima Dorfman
e52710be25
The name of the kernel really isn't KERNEL now.
...
Submitted by: setantae@submonkey.net
2001-08-23 21:17:28 +00:00
Jordan K. Hubbard
061cae1b42
The name of the kernel is KERNCONF, not KERNEL now.
2001-08-22 23:43:19 +00:00
Dima Dorfman
d489ec12ce
When discussing optimization levels, don't put the compiler options in
...
.Op. None of the other manual pages do it when discussing options in
the main text, so this one shouldn't, either. Also, use .Pq instead
of another odd constructhyphenation isn't an issue here, since it's
desireable to have the contents of that digression appear together,
and it's already in another macro, anyway).
2001-08-17 21:42:15 +00:00
Ruslan Ermilov
30b39270d0
mdoc(7) police: markup nits.
2001-08-16 07:50:54 +00:00
David E. O'Brien
d549989694
Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integer
...
value, it forces GCC to not optimize above this level. For intance, GCC
made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the
Alpha platform when building ports.
2001-08-16 06:05:18 +00:00