David E. O'Brien
b6c2891d91
Document NO_TCSH knob.
2000-04-17 20:45:20 +00:00
Jeroen Ruigrok van der Werven
3a722ade2b
Document NO_BIND toggle flag.
...
PR: 17710
Submitted by: Mark Huizer <xaa+sendpr@dohd.cx>
2000-04-10 18:51:41 +00:00
David E. O'Brien
0e8d7e82a4
Add an example of how to tweak CXXFLAGS in a make.conf file.
...
This is in responce to several people breaking their world builds by
incorrectly assigning to CXXFLAGS.
2000-04-04 09:27:59 +00:00
Mitsuru IWASAKI
ece27d97a4
Enable etc/defaults/pccard.conf which is default configuration file
...
for pccardd.
Please install /etc/defaults/pccard.conf and update /etc/defaults/rc.conf
as well.
Note that old pccard.conf.sample still remains for while but
no longer to be maintained.
Reviewed by: imp, -mobile ML and nomads ML in Japan.
2000-04-03 19:24:25 +00:00
Sheldon Hearn
4e2edaf244
Add a NO_MAILWRAPPER knob to make.conf and wrap it around
...
mailwrapper(8) for folks who find it annoying to have their development
version of sendmail blown away by ``make world''.
PR: 17394
2000-03-31 09:23:54 +00:00
Kris Kennaway
68d2e26c25
Update CFLAGS documentation
2000-03-27 02:48:12 +00:00
Nik Clayton
ec29d1783a
Add the DOC_LANG variable, and associated documentary comments.
2000-03-22 00:49:20 +00:00
David E. O'Brien
f555eeb897
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".
2000-03-21 09:24:09 +00:00
Dan Moschuk
874294bac3
Document NOUUCP switch
2000-03-20 17:08:30 +00:00
Kris Kennaway
0a76f6e834
Add and document a NO_X knob to force disabling of X support in doscmd
...
Requested by: sysop@silver.komanda.com.ua
2000-03-19 09:49:03 +00:00
Kris Kennaway
eaf79dd01e
Document NO_OBJC for disabling Objective C support
2000-03-05 10:53:24 +00:00
Kris Kennaway
1fc9b825aa
Document NODESCRYPTLINKS
2000-02-29 06:17:33 +00:00
Kris Kennaway
c8c372542e
Update the description of NOCRYPT and NOSECURE to match reality.
2000-02-28 07:07:26 +00:00
Kris Kennaway
9ed4542b62
Document the following buildworld knobs:
...
NO_FORTRAN NOCRYPT NOGAMES NOINFO NOLIBC_R NOSECURE NOSHARE
2000-02-27 22:56:27 +00:00
Kris Kennaway
a15bd756d8
Document NOPERL for disabling building of PERL altogether.
2000-02-27 22:44:46 +00:00
Mark Murray
0d854656e9
Add userland tweakables for OpenSSH and OpenSSL.
2000-02-24 23:08:19 +00:00
Robert Watson
f5749a8265
Intoduce a new make.conf entry, NO_MAKEDEV, and modifications to
...
/etc/Makefile so that if it is defined, MAKEDEV all is not called
during a make distribution. This helps clean up the messy userland
in jail(), by reducing the number of devices exposed in jail.
Modifications to jail(2) to follow.
Approved by: jkh-arius
2000-02-09 04:08:18 +00:00
Munechika SUMIKAWA
476a9a96b4
Remove 'USE_INET6' define. Now we check IPv6 ability by 'OSVERSION'
...
Suggested by: asami
2000-01-27 19:17:33 +00:00
Mark Murray
6f5a240646
Add a (commented out) macro that will, when uncommented, cause Kerberos5
...
(AKA Heimdal) to be built. Suitable admonishments about the experimental
state of this code are included.
SEROUS HACKERS ONLY!!
2000-01-24 20:16:41 +00:00
Munechika SUMIKAWA
b94165f8be
Add new define USE_INET6, which enbale IPv6 support on certain
...
packages.
Approved by: asami
Reviewed by: billf
2000-01-08 12:23:57 +00:00
Bill Fumerola
652bd4068e
Add DOCSUPFILE, like PORTSSUPFILE. (ie 'make update' in /usr/doc)
...
PR: docs/15439
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Obtained from: ports/Makefile
1999-12-16 02:22:17 +00:00
Peter Wemm
77dec3a0c7
Add a hook for disabling cvs and collect a few similar options together.
...
(We do this on freefall as we use a tweaked /usr/bin/cvs wrapper)
1999-09-15 03:52:17 +00:00
Mark Murray
37103b14af
Knob for Perl thread support.
1999-09-04 10:03:27 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Peter Wemm
9b7a44a60e
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
Sheldon Hearn
49b046bdf4
Don't force compression in SUPFLAGS, since that effectively negates
...
the functionality of the compression option in the supfile.
Reported by: Ben Rosengart <ben@skunk.org>
1999-08-14 14:05:40 +00:00
Nik Clayton
f3fd3a0091
Explicitly list the i/o addresses of the serial ports.
...
Prompted by docs/12343, in which people seemed to get a little confused.
The original text in the file said:
[...]
# By default we use COM1 as our serial console port *if* we're going to use
# a serial port as our console at all. (0x3E8 = COM2)
#
#BOOT_COMCONSOLE_PORT= 0x3F8
[...]
From what I can make out, some people have assumed that means that if
they just uncomment the BOOT_COMCONSOLE_PORT then it will use COM2:
These same people then assume that "0x3F8" on that line is a typo for
"0x3E8".
What it actually means is that if you uncomment the line then the default
stays as "Ox3F8" (COM1:), and that you have to uncomment the line, *and*
change the value of the variable in order to use COM2:.
So I've made that a little bit clearer. I've also listed the hex values
for COM1: thru COM4:, snarfed from sys/isa/isareg.h.
PR: docs/12343
Submitted by: Bill Grunfelder <wjgrun@dippy.cyberwar.com>
1999-07-28 20:28:54 +00:00
Sheldon Hearn
5aae9955b7
Actually install the virgin copies of the /etc files that we so proudly
...
claim to install in /usr/share/examples/etc/README.examples .
PR: 5207
Reported by: "Wayne M. Barnes" <wayne@barnes1.wustl.edu>
1999-06-24 09:45:30 +00:00
Bill Fumerola
b10573bf3a
sunsite is now metalab.
1999-06-04 03:17:04 +00:00
Bill Fumerola
03a6bd91f3
'make update' in the ports directory.
1999-06-01 02:55:44 +00:00
David E. O'Brien
c2fc637349
Get case right in "COMPAT3X".
...
Submitted by: Kevin Street <street@iname.com>
1999-05-23 17:57:23 +00:00
David E. O'Brien
85ec0e9444
Add a commented out COMPAT22 and COMPAT3x, since we have the others.
1999-05-19 02:05:50 +00:00
David E. O'Brien
4e9dcab844
Remove NOPERL. Seems to cause too many problems, as those that try don't
...
understand the implications and don't think to undo it when they get experience
trouble. (wonder about some of the people running -CURRENT sometimes)
1999-05-02 00:18:02 +00:00
Mark Murray
5beaada399
Bitrot. Remove objlink as it is not pleasant to be downwind.
...
PR: 8071
Reviewed by: Sheldon Hearn <sheldonh@iafrica.com>
1999-03-14 20:41:14 +00:00
Bill Fumerola
cf49fe2f70
Bring in some MASTER_SITE_{AFTERSTEP,WINDOWMAKER} from bsd.port.mk
1999-03-14 19:05:16 +00:00
Satoshi Asami
3e52a8e840
Remove commented out definition of FTP_PASSIVE_MODE, it is (and has always
...
been) an environment variable and doesn't belong here.
Pointed out by: cnh@ems.mindspring.net , sanpei@yy.cs.keio.ac.jp
1999-02-03 22:25:41 +00:00
Satoshi Asami
f7124908f3
Change MASTER_SITE_BACKUP to point to new dir on wcarchive. Merge some
...
MASTER_SITE_* macros from latest bsd.port.mk.
1999-01-20 01:58:39 +00:00
Peter Wemm
50f7128ec3
Remove the example for setting KERNFORMAT=elf; it is the default already.
1999-01-11 15:06:57 +00:00
David E. O'Brien
cc38765f63
make comments more consistant
1999-01-06 02:44:29 +00:00
Peter Wemm
537aa6857b
Commented out example of changing the default kernel format with warning.
1998-10-16 03:26:54 +00:00
Matthew Dillon
2cba5c787c
make.conf.local test/include removed from make.conf, to be put in sys.mk
...
instead.
1998-08-29 01:24:21 +00:00
Matthew Dillon
4988888156
Reviewed by: asami@freebsd.org (Satoshi Asami)
...
Give make.conf a make.conf.local capability similar to rc.conf's
rc.conf.local capability. Eases large-site administration.
1998-08-26 21:20:47 +00:00
Dima Ruban
ed55190d40
Introduce KRB5_HOME variable.
1998-08-01 19:55:32 +00:00
Jordan K. Hubbard
f1273de057
MF22: die sup die.
1998-06-26 01:44:57 +00:00
Jordan K. Hubbard
4b33025b1b
Back out locale change until it's better understood by all just
...
what it is we're trying to do here. :)
OK'd by: asami
1998-05-20 22:24:48 +00:00
Peter Hawkins
802d2d4af0
PR: misc/6031
...
Patch applied as per PR - enables preferential fetch from local mirrors
1998-05-19 13:02:04 +00:00
Poul-Henning Kamp
e1c08ba3fa
Add a crucial missing _ in NO_SENDMAIL
...
PR: 6545
Reviewed by: phk
Submitted by: Jos Backus <jbackus@plex.nl>
1998-05-08 20:15:39 +00:00
Andrey A. Chernov
b7574f89a4
Add commented out common INSTALL and FORCE_PKG_REGISTER knobs
1998-04-16 08:21:24 +00:00
Andrey A. Chernov
07b31e7d58
Add missing commented out MOTIF_STATIC example
1998-04-16 08:01:27 +00:00
Poul-Henning Kamp
5a85f025f8
In light of the fact that several widespread sendmail alternatives exists
...
is reason enough to make the compilation & installation of sendmail an
make.conf option. I know that you hate negative options Bruce.
PR: 6284
Reviewed by: phk
Submitted by: Adrian Colley <aecolley@world.std.com>
1998-04-15 16:37:42 +00:00