bapt
7163c79198
use .Mt to mark up email addresses consistently (part6)
...
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
2014-06-23 08:27:27 +00:00
bjk
7902ae2a42
Document some user-settable make variables in ports.7
...
This is not a comprehensive list, as the variables themselves are spread
out over multiple files, but it is a start.
Add a section to make.conf noting that variables may be set there that
affect ports builds, but refer to ports.7 and elsewhere for the actual
listing; any listing in make.conf.5 would likely become out of date
fairly quickly.
PR: docs/189199
Reviewed by: bdrewery (previous version)
Approved by: hrs (mentor)
2014-05-18 21:05:54 +00:00
gjb
2b33056fcc
Clarify that MAKEOBJDIRPREFIX and MAKEOBJDIR are not
...
honored as make(1) arguments.
Requested by: smh
MFC After: 3 days
Sponsored by: The FreeBSD Foundation
2014-05-02 15:52:50 +00:00
imp
45481ab583
Convert NO_MANCOMPRESSED to MK_MANCOMPRESSED.
2014-04-18 17:03:49 +00:00
imp
7c832345fb
r264402 builds fine, but turns out there are problems with
...
install. Back it out until they can be tracked down.
2014-04-13 21:52:27 +00:00
imp
7a4167de71
Convert NO_MANCOMPRESS to normal convention.
2014-04-13 05:22:26 +00:00
gjb
213cb61b4e
Remove references to CVS_UPDATE and SUP_UPDATE to catch up with r251084.
...
MFC after: 1 month
X-MFC-With: r251084, r251085
2013-05-28 23:52:01 +00:00
bdrewery
94108ee710
Fix examples for overriding INSTALL to not suggest hardcoding
...
'install' since it breaks buildworld after the introduction and
use of 'install -l' in r245752. Overriding INSTALL causes
/usr/bin/install to be used instead of the proper
/usr/src/tools/install.sh which handles the new flag.
Approved by: bapt
MFC after: 2 weeks
2013-04-26 19:56:14 +00:00
des
19db167f41
Retire the mislabeled ENABLE_SUID_SSH knob.
2013-03-22 14:10:15 +00:00
gjb
588ded67ca
- Mark SUP_UPDATE as deprecated in make.conf(5), providing
...
instructions to use SVN_UPDATE or freebsd-update(8).
- While here, remove bogus NO_WWWUPDATE.
MFC after: 3 days
2013-01-22 01:10:47 +00:00
eadler
d574f08958
Generalize make.conf man page: use "cc" instead of "gcc"
...
PR: misc/173604
Submitted by: Dan McGregor <dan.mcgregor@usask.ca>
Approved by: bcr (mentor)
MFC after: 3 days
2012-11-29 12:51:10 +00:00
eadler
6daff2d88a
Bump .Dd
...
Approved by: joel
2012-10-14 13:45:13 +00:00
eadler
34a5adaacf
Don't document the PORTSSUPFILE variable. Even though this still works,
...
try to discourage users from depending on it.
Approved by: joel
MFC after: 3 days
2012-10-14 13:41:42 +00:00
eadler
72633829b0
Remove documentation and www cvsup files as they are no longer useful
...
with the switch to subversion.
Approved by: gjb (man pages)
Approved by: cperciva (example files, implicit)
MFC after: 1 week
2012-09-09 01:04:22 +00:00
eadler
d7c9a0e9e9
Fix style nit: don't use leading zero for dates in .Dd
...
Prompted by: brueffer
Approved by: brueffer
MFC after: 3 days
2012-06-05 03:14:39 +00:00
gjb
67d88d49d4
General mdoc(7) and typo fixes.
...
PR: 167804
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-12 15:08:22 +00:00
eadler
e65958af29
Prefer the use of csup to cvsup when talking about the binary.
...
PR: docs/167459
Submitted by: "Bryan Drewery" <bryan@shatow.net>
Approved by: bcr
MFC after: 1 week
2012-05-02 21:50:13 +00:00
gjb
405220fbc9
Minor whitespace cleanup to make.conf(5).
...
MFC after: 1 week
X-MFC-With: 228418
2011-12-11 20:01:37 +00:00
gjb
3e732791dc
Document the SVN variable needs to be set in make.conf(5) when SVN_UPDATE
...
is set.
PR: 163162
Submitted by: Oliver Hartmann <ohartman!zedat.fu-berlin.de>
Patch by: Benjamin Kaduk <kaduk!mit.edu> (original)
MFC after: 1 week
2011-12-11 19:53:11 +00:00
ru
3fa3d79859
It's a bit odd, but "make update" in src/ can also update the ports/,
...
doc/, and now www/ trees, but only using the "cvsup" transport.
When "make update" is run using a tree's makefile, it can also use
"cvs" (except for www/) and "svn" (only src/).
Clean up documentation and code regarding "make update":
- Increase oddness by adding support for WWWSUPFILE and NO_WWWUPDATE to
Makefile.inc1 (analogous to PORTSSUPFILE/NO_PORTSUPDATE and
DOCSUPFILE/NO_DOCUPDATE; WWWSUPFILE already supported by www/Makefile).
- Document all trees that support CVS_UPDATE.
- Document all trees that support SUP_UPDATE.
- Document SVN_UPDATE.
- Document NO_WWWUPDATE.
- make.conf(5) mistakenly said that *SUPFILE* had defaults.
- Add an example entry for WWWSUPFILE.
2011-06-16 12:28:37 +00:00
uqs
8ae3afcfad
mdoc: drop redundant .Pp and .LP calls
...
They have no effect when coming in pairs, or before .Bl/.Bd
2010-10-08 12:40:16 +00:00
uqs
1ab3783e1a
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the
...
bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.
Found by: mdocml lint run
Reviewed by: ru
2010-05-13 12:07:55 +00:00
imp
0efea5999c
Forgot to bump .Dd, so do it with this commit. Chose local time over
...
UTC time for the date...
2009-12-16 03:29:00 +00:00
imp
b1259c29a3
Docmuent NO_KERNEL{CLEAN,CONFIG,DEPEND,OBJ} as necessary. Update
...
documentation on KERNFAST meaning.
2009-12-16 03:25:43 +00:00
remko
1bb3c658ee
Document the WWWSUPFILE variable.
...
PR: 137723
Submitted by: Sofian Brabez <sbrabez at gmail dot com>
Approved by: imp (mentor, implicit)
MFC after: 3 days
Facilitated by: Snow B.V.
2009-11-02 12:03:04 +00:00
maxim
e9cbe63441
o Document MALLOC_PRODUCTION knob.
...
PR: docs/136029
Submitted by: anonymous
MFC after: 2 weeks
2009-09-01 05:55:10 +00:00
gshapiro
990af0bbb1
You can never have enough documentation.
...
Document the SENDMAIL_ALIASES, SENDMAIL_MAP_SRC, SENDMAIL_MAP_TYPE, and
SENDMAIL_START_SCRIPT
.Xr make.conf 5
variables.
These are used in
.Pa /etc/mail/Makefile .
PR: conf/40548
MFC after: 3 days
2007-06-15 03:21:20 +00:00
simokawa
7ffba8c9c2
Add LOADER_FIREWIRE_SUPPORT knob.
...
Requested by: ru
2007-05-29 15:19:55 +00:00
ru
5b7cf06c1d
Markup fixes.
2006-09-18 15:24:20 +00:00
ru
8e93fc0018
- Move descriptions of BOOT_COMCONSOLE_PORT, BOOT_COMCONSOLE_SPEED,
...
and LOADER_TFTP_SUPPORT options into the world section since boot
blocks are built as part of the world.
- Document BOOT_PXELDR_ALWAYS_SERIAL and BOOT_PXELDR_PROBE_KEYBOARD
options of pxeboot(8).
MFC after: 3 days
2006-09-05 20:00:07 +00:00
wilko
1b065f00e8
Remove reference to Alpha
2006-05-15 20:55:36 +00:00
mux
8bc28d95c0
Refer to csup in the make.conf(5) manpage.
...
Insta-MFC to follow.
Reminded by: ru (some time ago)
2006-05-15 14:08:41 +00:00
ru
5788f4caf7
Remove mentions of old compat options from here; equivalents are
...
now provided in src.conf(5).
2006-03-21 09:49:05 +00:00
ume
9b715ae28e
Mention NO_NLS_CATALOGS.
...
Suggested by: Niclas Zeising <lothrandil__at__n00b.apagnu.se>
2006-02-22 09:47:54 +00:00
sam
2a35422e16
NO_WPA_SUPPLICANT_EAPOL is a bool, not a str
2006-02-21 17:15:24 +00:00
sam
ff95a0e1eb
Change default build of wpa_supplicant to include EAPOL support;
...
ENABLE_WPA_SUPPLICANT_EAPOL is no more, now use NO_WPA_SUPPLICANT_EAPOL
to build with only WPA-PSK support.
Reviewed by: ru, bsdimp (basic approach)
MFC after: 1 week
2006-02-14 23:51:21 +00:00
csjp
ae761b8399
Document NO_AUDIT make variable.
...
Obtained from: TrustedBSD Project
2006-02-12 17:06:14 +00:00
brueffer
3b21aaa91b
Correct the meaning of the NO_SHARED knob.
...
MFC after: 3 days
2006-02-10 14:19:07 +00:00
iedowse
0b71e714c9
Remove usbd(8) and all references to it. It is no longer necessary
...
since devd(8) now provides the same functionality.
Submitted by: Anish Mistry
2005-12-15 01:04:51 +00:00
jkoshy
71d7616dda
Reorder the variable lists on this page alphabetically by make variable
...
name.
Discussed with: ru
2005-11-25 14:31:34 +00:00
jkoshy
9ea441a309
- Move the documentation for the ENABLE_WPA_SUPPLICANT_EAPOL knob to into
...
the list for 'world' builds.
- Increase the width of a bullet list.
- Use .Ss to name sub-sections of this file.
2005-11-19 12:21:11 +00:00
ru
8a2652d669
-mdoc sweep.
2005-11-18 10:56:28 +00:00
trhodes
636736a403
A better, more correct explination of NO_SHARED. This could probably
...
use a quick touch up, but at least it's correct.
Requested by: ru
2005-10-22 10:24:53 +00:00
bz
10e5025f80
Document that changes to nsswitch.conf might be needed when
...
compiling with NO_NIS.
PR: bin/87221
Reviewed by: simon
MFC after: 4 weeks
2005-10-12 19:05:22 +00:00
yar
03585ccfa6
Clarify the usage and effects of sys.mk, make.conf(5), and __MAKE_CONF.
...
MFC after: 2 weeks
2005-10-10 14:49:55 +00:00
sam
1ebd39b5ef
document ENABLE_WPA_SUPPLICANT_EAPOL
...
Approved by: re (scottl)
2005-07-08 19:26:55 +00:00
hmp
9149713184
Use 'manual page' instead of 'man page' for consistency.
...
Approved by: re (hrs)
2005-06-30 13:18:15 +00:00
phk
82691535ee
Add NO_DICT handle. Saves almost 3.5 MB installed.
2005-04-13 10:02:58 +00:00
trhodes
91d219a001
Document NO_RCMDS, bump doc date.
2005-03-02 05:22:27 +00:00
phk
1af887fe98
Document NO_GPIB
2005-02-06 16:46:49 +00:00