pjd
cecd534f43
Typo.
2004-06-26 19:35:30 +00:00
mpp
ece4a2cdf8
Spelling fixes.
2004-06-20 13:33:35 +00:00
mpp
b643febdc2
Spelling fixes.
2004-06-20 13:17:37 +00:00
mpp
e9e34a132d
Spelling fix and add $ FreeBSD $ tag
2004-06-20 13:07:25 +00:00
mpp
320404766f
Grr. Fixup markup on my last commit. Sorry, I'm a little out of practice :)
2004-06-20 12:51:23 +00:00
mpp
7b08e91e2d
Sync up ERRORS section with errno.h.
2004-06-20 12:44:42 +00:00
maxim
0a027ed49a
Style.
2004-06-09 17:10:41 +00:00
le
c4569c02e5
Remove duplicate #include.
...
PR: misc/67748
Submitted by: bugghy <bugghy@phenix.rootshell.be>
2004-06-09 15:40:00 +00:00
cjc
dbca8d97f6
/usr is not really the ideal place for a ports application to store
...
a frequently updated database. /var/db is a much more reasonable place
for this kind of thing. Set a good example.
Reviewed by: -arch
2004-05-24 06:23:15 +00:00
josef
6e1c180a6f
Fix typo.
...
Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
PR: docs/66536
2004-05-12 20:33:25 +00:00
simon
95d16c325a
Fix typos.
...
PR: docs/66481
Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
2004-05-10 20:39:32 +00:00
josef
4784e0360d
Add some lines to note that 'www' is available as an option
...
to get the www tree.
2004-05-04 20:03:50 +00:00
des
b786792a02
Remove mention of doscmd.
2004-03-24 20:19:57 +00:00
maxim
ed9eabcb8c
o Add user proxy.
2004-03-20 19:13:06 +00:00
mlaier
6be47b725d
Link pf to the build and install:
...
This adds the former ports registered groups: proxy and authpf as well as
the proxy user. Make sure to run mergemaster -p in oder to complete make
installworld without errors.
This also provides the passive OS fingerprints from OpenBSD (pf.os) and an
example pf.conf.
For those who want to go without pf; it provides a NO_PF knob to make.conf.
__FreeBSD_version will be bumped soon to reflect this and to be able to
change ports accordingly.
Approved by: bms(mentor)
2004-03-08 22:03:29 +00:00
marcus
5bae68c9e4
Add ports-net-mgmt to the relevant supfiles.
...
MFC after: 4 days
2004-02-23 19:07:47 +00:00
ru
b6bc039460
Added missing DPADD.
2004-02-05 22:01:28 +00:00
ru
91b23005eb
Fixed static build.
2004-02-04 10:15:26 +00:00
des
e972c8e647
Document NO_VINUM, which is already listed in the man page.
2004-02-03 13:57:56 +00:00
obrien
ad8cf9f476
Always build ext2fs module. There is no written policy preventing the
...
building of GPL'ed modules.
2004-01-28 17:20:08 +00:00
emax
3f0b112d3c
Add NO_BLUETOOTH knob to the build process
...
Requested by: phk
Reviewed by: imp (mentor), ru
2004-01-28 00:42:51 +00:00
marcus
d23b7bb7fd
Add ports-accessibility and ports-x11-themes to the example supfiles.
2004-01-20 22:39:57 +00:00
obrien
a8e980826f
Remove verbage about -O2 producing bad code on Alpha. By all accounts
...
GCC 3.3 -O2 produces correct code on Alpha. However, note that FreeBSD
has alias bugs that make -O2 produce bad code on all(most?) platforms.
Also don't tell people we don't want -O2 related bug reports, we do -- if
they contain patches.
2004-01-18 22:14:23 +00:00
nyan
2d2beb20ce
Sync with sys/boot/forth/frames.4th revision 1.2 (PC98 support).
...
Suggested by: matusita
2004-01-18 15:16:12 +00:00
njl
0b27ef2c40
Note that REPORT_LUNS should be implemented to work better with Linux
...
and Windows as initiators.
2004-01-09 19:33:21 +00:00
njl
6203d89e01
Enable autosense by default. This shouldn't hurt SPI and is required
...
for FC.
2004-01-09 19:27:18 +00:00
njl
470f844116
Bump the max number of initiators to 256 from 16. This is appropriate for
...
fibre channel and shouldn't hurt SPI.
2004-01-09 19:26:30 +00:00
obrien
4867d63660
Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr
...
as these ioctl's aren't MD. This also means they are installed in
/usr/include/dev/bktr now. Also provide compatability wrappers for
where these headers lived in 4.x.
2003-12-08 07:22:42 +00:00
ceri
461e563b77
Add the ports/arabic category to the examples.
...
MFC After: 4 days
2003-11-16 17:55:54 +00:00
harti
91fb8e3f9c
Replace all uses of the old netgraph constants NG_*LEN by the new
...
constants NG_*SIZ that include the trailing NUL byte. This change
is mostly mechanical except for the replacement of a couple of snprintf()
and sprintf() calls with strlcpy.
2003-11-15 15:26:35 +00:00
gshapiro
da1521e658
People are blindly coping this example refuse file. Doing so breaks
...
buildworld as src/etc/sendmail/freebsd.mc is missing. That example
was added 3 years ago, before the /etc/mail/ infrastructure was in
place for customized configurations. It is time to remove this example.
Noticed by: Robert Gray <bob@boulderlabs.com> in freebsd-stable
MFC after: 1 day
2003-11-08 17:19:50 +00:00
emax
7ea3304435
Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.
...
Reviewed by: imp, simon
Approved by: imp (mentor)
2003-10-26 19:09:12 +00:00
simokawa
40e3b17753
- Enable 16byte commands.
...
- Fix printf warnings on 64bit architectures.
- Accept 'k', 'm' and etc. for -s option.
Reviewed by: njl
2003-10-18 04:54:08 +00:00
dds
b954c1afc8
Style fixes: shell script indentation, if/then style, plus a lot
...
of comments in C code (capitalized, end with full stop).
Submitted by: schweikh
2003-10-03 19:31:55 +00:00
dds
fdcf60fd8d
Create a driver that will compile without warnings on -CURRENT
...
More changes are probably needed to create a correct driver.
Reviewed by: markm
Approved by: schweikh (mentor)
2003-10-03 19:15:07 +00:00
julian
12a28a5774
fix typos in comments.
...
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
2003-09-30 22:39:22 +00:00
simokawa
b8306c28e9
* scsi_cmds.c
...
- Fill in autosense data.
- Add compatibility for RELENG_4.
* scsi_target.c
- Raw device support
- Set correct value in c_descr->offset for CAM_DIR_NONE case.
- Support for CTIO abort.
2003-09-25 05:43:26 +00:00
gshapiro
226a2c2049
Turn SENDMAIL_CF_DIR into an officially supported make.conf variable
...
and use it in src/etc/sendmail/Makefile in case the user wants to use
a different path to the sendmail m4 sources (e.g., sendmail port users).
Submitted by: dinoex
MFC after: 21 days
X-MFC after: RELENG_4 code freeze ends
2003-09-24 04:19:26 +00:00
eivind
4849111f19
Update comment about compression to refer to CPU limitations instead of T1s
2003-09-18 08:19:39 +00:00
nectar
099549afec
Remove nsswitch.conf from the list of examples, because there is no
...
such example.
Reported by: blackend
2003-09-15 16:42:52 +00:00
ru
cc9d2aeb39
Get rid of duplicates.
2003-09-14 13:41:59 +00:00
ceri
5cb5c641b4
Using prefix=/usr will put these files in /usr/gnats, not /usr/ports.
2003-09-12 19:02:34 +00:00
ceri
13dcce3f18
Add the ports/dns and ports/polish categories.
2003-09-12 09:09:49 +00:00
ru
1c23ef339b
mdoc(7): Use the new feature of the .In macro.
2003-09-08 19:57:22 +00:00
jmg
8c8be14d55
make sure we really don't have a tty when installing rules. This prevents
...
a flush command from asking a question (you can't see):
If there is no tty associated with the process, this is implied.
MFC after: 1 day
2003-09-07 07:52:56 +00:00
imp
81238cab99
getopt returns -1 not EOF at the end of args. Compare against that.
2003-08-07 04:40:54 +00:00
mbr
17b80ff15f
Fix the cdev kld example.
...
PR: 52954
Submitted by: Priit Piipuu <priit.piipuu@mail.ee>
Reviewed by: phk
2003-08-03 10:39:29 +00:00
gshapiro
86d8c5a609
Thanks to Ruslan's src/etc/sendmail/Makefile patch, it is now safe
...
(though probably not a good idea in general) to set the various
SENDMAIL_*_MC variables to /etc/mail/sendmail.mc or /etc/mail/submit.mc.
MFC after: 5 days
2003-07-06 19:01:41 +00:00
ru
27a4bbdd92
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
des
e5d2d778eb
Retire the useless NOSECURE knob.
...
Approved by: re (scottl)
2003-05-19 15:52:01 +00:00