bde
77a5ba68eb
Fixed spelling of EACCES.
1997-11-23 17:58:55 +00:00
asami
aae112eddc
Define MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR to default to "." so
...
we won't have double-slashes.
Add support for new port variable MANUAL_PACKAGE_BUILD. If this is
defined as well as the user variable PACKAGE_BUILDING, the port will
be ignored. This is used to mark ports that can be built normally
except on a machine that has a lot of conflicting ports (i.e., our
package building machine).
1997-11-20 05:33:56 +00:00
asami
b520e8c172
Add new target "checksubdirs". It will warn about any subdirectories that
...
are not in the SUBDIR list. It also knows about the "standard" directories
that are to be ignored ("CVS", "distfiles", etc.).
1997-11-20 05:31:44 +00:00
wosch
a37ef2f5b2
Add `writeable'
1997-11-17 17:59:44 +00:00
steve
0f428e70f1
Document the new clear_tmp_enable option in the manpage.
...
Prodded by: max
1997-11-16 15:59:58 +00:00
wosch
e785b9903f
target(__target) -> target(${__target})
...
PR: bin/4736
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
Index: bsd.subdir.mk
===================================================================
RCS file: /usr/cvs/src/share/mk/bsd.subdir.mk,v
retrieving revision 1.18
diff -u -r1.18 bsd.subdir.mk
--- bsd.subdir.mk 1997/06/21 15:40:34 1.18
+++ bsd.subdir.mk 1997/11/09 18:04:33
@@ -59,7 +59,7 @@
.for __target in all checkdpadd clean cleandir depend lint \
maninstall obj objlink
-.if !target(__target)
+.if !target(${__target})
${__target}: _SUBDIRUSE
.endif
.endfor
1997-11-15 13:09:52 +00:00
markm
edc9fb186f
Upgrade perl to perl5.004_04
1997-11-12 10:25:17 +00:00
obrien
5dafd13bb0
state that "kernel includes" ==> sys/*.h
1997-11-12 06:29:10 +00:00
yokota
38a01164d1
Documented PSM_HOOKAPM and PSM_RESETAFTERSUSPEND options.
1997-11-11 03:06:45 +00:00
wosch
67788c6ee9
target(__target) -> target(${__target})
...
PR: bin/4736
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
1997-11-10 00:35:25 +00:00
wosch
e736d68c30
Remove the comments hat just list the nested includes.
...
The lists don't provide significantly more information than
grep '\.include', and grep gives lists that are actually correct.
Submitted by: Bruce
1997-11-09 15:03:15 +00:00
wosch
1156e6987f
target(__target) -> target(${__target})
...
PR: bin/4736
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
1997-11-09 14:37:40 +00:00
obrien
adcd7ae702
Add an introductory manpage for the ports system.
1997-11-09 06:05:45 +00:00
jraynard
73454caef1
Make fix for PR 4883 consistent with other similar cases.
1997-11-09 00:48:01 +00:00
jraynard
b75b0b1064
Back-out previous change. A better fix is to follow.
...
Requested-by: bde
1997-11-08 20:29:33 +00:00
brian
ded7d50b91
Update the LOOP AVOIDANCE section to reflect reality.
...
Requested by: Archie Cobbs <archie@whistle.com>
1997-11-08 01:02:08 +00:00
sef
5cb2a472c9
Allow the system to be configured to pass "-n" to kerberos and
...
kadmind or not; also, only run kadmind on a non-slave server. Man
page for rc.conf is also updated.
Reviewed by: Mark Murray
1997-11-07 20:45:48 +00:00
ache
eb2e9db532
Add Slovenian keyboard
...
Submitted by: Blaz Zupan <blaz@amis.net>
1997-11-07 15:55:07 +00:00
ache
37413d3760
Add Slovenian data
...
Submitted by: Blaz Zupan <blaz@amis.net>
1997-11-07 15:46:45 +00:00
ache
4da50d0b2b
Add Slovene link
1997-11-07 15:40:55 +00:00
ache
9f77a679cc
Add link to Polish locale
1997-11-07 15:27:12 +00:00
ache
bf03f8b79c
Add Polish link
...
Submitted by: Andrzej Bialecki <abial@warman.org.pl>
1997-11-07 15:18:11 +00:00
ache
5117a32704
Add Polish data
...
Submitted by: Andrzej Bialecki <abial@warman.org.pl>
1997-11-07 15:14:11 +00:00
joerg
bdb9ba6125
Fix the SYNOPSIS Lnie so the entry will actually work.
...
Submitted by: Ulli Linzen <ulli@perceval.camelot.de>
1997-11-07 00:05:24 +00:00
fenner
8f1f01f232
Convert <, > and & into <, > and & in port names, COMMENT and
...
DESCR files when building README.html .
Don't use control characters in sed statement.
Problems reported by "Chris G. Demetriou" <cgd@pa.dec.com> in NetBSD PR
pkg/4341.
1997-11-06 02:20:27 +00:00
steve
376460ca5f
Update the man page to reflect that libc_r is built as part
...
of make world unless the '-DNOLIBC_R' option is given to make(1).
PR: 4710
Submitted by: Magnus Enbom <dot@tinto.campus.luth.se
1997-11-05 03:54:11 +00:00
julian
970ab2b91b
Submitted by: Terry Lambert
...
Obtained from: pure guesswork?
1997-11-05 02:32:17 +00:00
jdp
bc45124a17
Describe "mrouted_flags".
1997-11-02 21:45:31 +00:00
wosch
69ec3ff2e9
Inlucde ../Makefile.inc if exists. This make it easier to
...
build the Unix Seventh Edition Manual volumes 2.
1997-11-02 18:50:53 +00:00
wosch
eac98c5993
Undo rev 1.33 and 1.34: Build the HTML files in .CURDIR and
...
not in .OBJDIR so the hyper links will work again.
1997-11-01 19:45:02 +00:00
charnier
d481f2e6ec
/etc/sysconfig -> /etc/rc.conf.
1997-10-31 12:30:49 +00:00
wosch
923e0b9d9c
The documentation contained here is horribly out of date.
1997-10-31 07:56:09 +00:00
jraynard
da5484899b
Fix a couple of typos in documentation.
...
PR: 4883
Submitted by: invis@visi.com
1997-10-30 00:10:52 +00:00
wollman
5a1ca03129
Zaire is now the Dem. Rep. of the Congo, and has new two- and three-letter
...
codes.
Obtained from: ISO 3166 Maintenance Agency via RIPE NCC
1997-10-28 15:45:09 +00:00
wollman
d7f6ac9939
Merge changes from vendor branch.
1997-10-25 18:27:25 +00:00
wollman
0a36e4c6fd
This commit was generated by cvs2svn to compensate for changes in r30708,
...
which included commits to RCS files with non-trunk default branches.
1997-10-25 18:22:53 +00:00
wollman
dac8581b71
New version of the timezone database (1997i) from Arthur Olson.
...
Obtained from: Arthur David Olson <ado@elsie.nci.nih.gov>
1997-10-25 18:22:53 +00:00
bde
c460dbf96b
Oops, comment lines can't be indented either.
1997-10-21 10:39:27 +00:00
bde
da0f70fc69
Oops, comment lines can't be continued.
1997-10-21 10:36:07 +00:00
bde
4004e38e8b
Added -Wuninitialized to CWARNFLAGS. Warnings about uninitialialized
...
variables were lost when we removed -W, and 23 new ones including at
least one serious one have crept in for LINT.
Restored -Winline to CFLAGS. This gives only 3 old warnings and 1 new
for LINT.
1997-10-21 06:53:24 +00:00
danny
0f800fa826
Make rc.conf man page reflect reality w.r.t firewall_{*}.
1997-10-20 08:37:59 +00:00
joerg
6152196d33
Document the new fdc(4) flags.
1997-10-19 13:12:35 +00:00
yokota
804107bc40
Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the one
...
in console.h.
Pointed out by bde.
1997-10-19 10:45:18 +00:00
sos
cea09bdfae
Add a little example on libvgl usage.
1997-10-16 07:29:26 +00:00
joerg
fef7c77457
Improve my hack from rev 1.6 of displayq.c, and make the TCP
...
connection timeout controllable by a new printcap(5) capability named
`ct' (connectiom timeout), defaulting to 120 seconds (which is the
default TCP connection timeout).
Would anybody see a problem with merging all this into RELENG_2_2?
1997-10-14 16:01:02 +00:00
wosch
3ddcf87422
Support output format html.
...
Add make variables INFO2HTML, TEX, DVIPS, DVIPS2ASCII.
1997-10-12 18:54:34 +00:00
peter
4faaf1959d
Update de.4 to list new media options. Hopefully this is reasonably
...
correct.
1997-10-12 02:20:54 +00:00
wosch
a14e4dea11
Do not use an intermediate file. The intermediate filename will go
...
into the info output which may breaks other programs (e.g. info2html).
1997-10-11 17:30:18 +00:00
joerg
0331a25e0d
Update to match reality. PAP/CHAP are now implemented, a number of bugs
...
fixed as well.
1997-10-11 11:27:25 +00:00
phk
17f9f4e578
Update malloc.9 to reflect new reality.
1997-10-11 08:11:31 +00:00