Commit Graph

3545 Commits

Author SHA1 Message Date
asami
9e70bbf772 About one month worth of bsd.port.mk improvements.
(1) Allow multiple checksums of same file.
Submitted by:	hoek

(2) Add "deinstall" target as an alias to "pkg_delete $(make package-name)"
    (well, something like that, see diff for details).

(3) Add new port variable USE_AUTOCONF.   It appends BUILD_DEPENDS to
    devel/autoconf and runs autoconf before configure.
Submitted by:	ohashi@mickey.ai.kyutech.ac.jp (Takeshi Ohashi)

(4) Clarify USE_X11 and USE_IMAKE usage.

(5) Add new user-overridable variable MASTER_SITE_KDE.
Submitted by:	vanilla

(6) Add support for "Latest" package links.
Idea by:	Terry Lambert

(7) Try to catch obsolete tcl/tk installations that could cause problems.
Annoyed by various bogus commits by:	you-know-who
1998-01-02 10:37:14 +00:00
msmith
91062cd50c Add a manpage for the 'ppi' device, detailing its use and feeding. 1998-01-02 09:31:18 +00:00
wosch
aaa53a4c55 Do not install the file `zipcodes'. It is now a port (misc/na-zipcodes).
Fix INSTALL variables.
1998-01-01 14:05:30 +00:00
bde
f36a79fc1a Install diskless.8. 1998-01-01 10:50:53 +00:00
bde
41c429ea7e Sorted lists. 1998-01-01 10:45:52 +00:00
bde
55079db420 skey.access.5 has been rotting here for more than 3 years. The version
in libskey is used.
1998-01-01 10:39:40 +00:00
bde
34c0486acc Sorted lists. Use the same style as most Makefiles for `MLINKS+=' lines. 1998-01-01 10:12:14 +00:00
bde
40182de9c0 Install devfs_remove_dev.9 and suser.9. 1998-01-01 09:40:21 +00:00
wosch
3d0db0c385 Sync: add FreeBSD 2.2.6, OpenBSD 2.3; Correct 4.4BSD Lite2 integreation links. 1997-12-30 19:27:30 +00:00
bde
7f03eef721 Remove `retval' from syscall functions here too. 1997-12-30 08:38:34 +00:00
julian
475bb0a6c5 The example drivers should use 'poll' now that it has replaced select. 1997-12-30 03:23:13 +00:00
brian
6197b3c485 Fix typos.
Xref ssc(4).
1997-12-29 21:07:49 +00:00
brian
dc65c67c1b Add ssc(4). 1997-12-29 21:07:10 +00:00
wosch
2608f479cc The terminating character in strings is NUL', not NULL'. 1997-12-28 12:06:29 +00:00
steve
b26196a27a An a termcap entry for ancient Wyse60 terminals, wy60-nt, that don't
have hardware tab support.

PR:		5386
Submitted by:	Kevin Day <toasty@dragondata.com>
1997-12-28 06:29:36 +00:00
steve
c3178de1e2 Document the new ldconfig_paths variable.
PR:		5178
Submitted by:	Evan Champion <evanc@synapse.net>
1997-12-27 19:50:55 +00:00
jkh
8212d4fa1d Update moused docs.
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-12-27 05:55:54 +00:00
helbig
92b43624f4 For regular files the sticky bit is ignored, but the user can still set it. 1997-12-26 12:26:43 +00:00
jkh
e7557f392f DISTRIBUTION is bin (we'll make the info dist another way). 1997-12-26 00:19:23 +00:00
jkh
0620a13da6 Nuke info dist. 1997-12-26 00:17:28 +00:00
hoek
100ffb8b0a Use consistent spelling,
writeable -> writable (recall prior debate over this? :-)
	initialise -> initialize
	recognise -> recognize

Merry Christmas! :)
1997-12-25 09:36:42 +00:00
julian
13a5c596cc Add a man page for REMOVING devices from devfs. 1997-12-25 05:54:24 +00:00
jkh
6973ddaa13 Put the dir file in the correct distribution. 1997-12-24 10:16:49 +00:00
alex
6541be1e21 Added cross references for apm, cron, inetd, lpd, moused, mrouted,
nfsd, nfsiod, portmap, rpc.lockd, rpc.statd, syslogd, tickadj, and
ypbind.
1997-12-24 00:59:28 +00:00
charnier
18b5ec7c3a Remove obsolete /etc/hostname.ep? reference.
PR:	kern/5310
Submitted by:	tom@sdf.com
1997-12-22 07:37:50 +00:00
charnier
b15af2b63c Use .Tn, .Bx Free and .An. 1997-12-22 07:35:40 +00:00
jraynard
ae83617f47 Year 2000 fixes
PR:		4930
Submitted by:	 Stephen J. Roznowski <sjr@home.net>
1997-12-20 22:31:37 +00:00
julian
91eb9adb3d Add Japanese EUC time definitions
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1997-12-19 22:46:23 +00:00
bde
ae349861e5 Only remove ${CLEANFILES} in the default clean rule. In particular,
don't remove a.out explicitly.  a.out should only be generated for
libraries and is removed in the non-default rule in bsd.lib.mk.

Removed undocumented cleanfiles target.  It was the same as the
default clean target except it didn't descend into subdirs.  It was
different from special clean targets in other ways.  This feature
hasn't been missed for more important targets.

Removed unused default cleandepend target.  bsd.dep.mk has a better
version which is always used.

Use a better rule for checkdpadd in the BINFORMAT=aout case.  This
mainly checks that ld -f is working correctly.  The old rule is
still available via `make BINFORMAT=foo checkdpadd' and should be
used to check for regressions under 2.2 where ld -f is not available.
1997-12-19 18:48:45 +00:00
bde
5123be31b9 Oops, the previous patch was botched. 1997-12-18 12:56:52 +00:00
bde
fbf2dc264b <bsd.doc.mk> now includes ../Makefile.inc, so don't include it here. 1997-12-17 19:26:07 +00:00
bde
bd59d1ae52 Oops, rm -f can't handle empty lists. 1997-12-17 15:35:09 +00:00
bde
60c58bdca7 Oops, rm -f can't handle empty lists. 1997-12-17 15:18:53 +00:00
bde
8526cea3ba Don't clean files that we don't create.
Fixed style of empty test.

Include <bsd.libnames.mk> if `checkdpadd' is being made, so that it can
:e checked until it goes away.
1997-12-17 13:40:00 +00:00
bde
c0bce29b7d Normally don't include <bsd.libnames.mk>. Include it in the !aout case
(as in bsd.prog.mk).  Include it if `checkdpadd' is being made, so that
it can be checked until it goes away.

Don't clean files that we don't create.

Fixed style of empty test.
1997-12-17 13:36:44 +00:00
bde
4b659b30c1 Removed gross dir file bootstrap rule again. It would break building
when there is no /usr/src/share/info if it were actually used.

Added comments to explain duplicated tex commands.

Use substitution in IFILENS to simplify some things.

Removed /g from many substitutions.  It is bogus for anchored matches.

Don't echo nothing.

Don't add things that wouldn't be built with the current options to
CLEANFILES (except for some cases involving tex).
Reviewed by:	wosch
1997-12-16 18:29:48 +00:00
brian
22f7680abf Remove the UK phone codes from inter.phone and create
uk.phone (in line with na.phone).  This is a more detailed
list than the one in inter.phone.

Add uk.postcodes.  I've prefixed it with `uk' to leave room
for (maybe) au.postcodes etc. (if someone feels so inclined).

Obtained from: http://www.brainstorm.co.uk/public/utils
Ok'd to use by: steve@brainstorm.co.uk (Steve Crook)
1997-12-16 04:05:14 +00:00
helbig
bf82710fe7 Add libcalendar 1997-12-15 20:30:38 +00:00
wosch
dea81c7ca7 Optimize rm(1) usage. 1997-12-14 15:38:47 +00:00
wosch
4604acd104 Sync with original source: add FreeBSD 2.2.5, NetBSD 1.3, and OpenBSD 2.2 1997-12-09 22:53:06 +00:00
wosch
460ec4efc9 Add LIBZ 1997-12-09 20:17:49 +00:00
jamil
f8fa9f2f36 excuse me, adding alog.4 man page now forgot to commit previously 1997-12-09 11:38:02 +00:00
jamil
6e09fc64a4 Added alog.4 man page to /usr/src/share/man/man4/man4.i386/ directory
Altered Makefile in that directory so that make builds the alog.4 man page
1997-12-09 11:36:36 +00:00
charnier
a4e10096ad Correct a path. 1997-12-08 07:44:20 +00:00
wollman
be3ced3cd6 oops, remove a dangling predicate left over after a sentence was rewritten. 1997-12-07 20:25:45 +00:00
wollman
3a8f41f403 Add some more macro advice and correct spelling of ``parentheses''. 1997-12-07 20:19:20 +00:00
wollman
764a89788d Added some advice to avoid typedef'ing structures, as this breaks
information-hiding.  Also recommended against naming typedefs to end
in _t unless POSIX or ANSI requires it, and in favor of using queue(3)
macros to generate lists rather than rolling one's own.
1997-12-07 19:53:44 +00:00
bde
92dcad637d Added mouse.4. 1997-12-07 18:07:37 +00:00
yokota
6acb892697 Document recent mouse code changes. 1997-12-07 08:46:56 +00:00
tegge
074a0947ba Add some extra flags in the caching page.
Some firmware versions becomes unreliable when these bits are not preserved,
e.g. ST15150N-0017 breaks if the DISC bit is cleared in the caching page.
This happened by default when editing the page.
1997-12-05 22:14:15 +00:00
wollman
d40bd7124d Now that it's built at the same time as its source, disable building 07.lpr
here.  Hopefully this will set a trend.  (What was I thinking when I set
this up the first time?)
1997-12-02 21:46:58 +00:00
wollman
22ba0d8b90 Document the new long names for printcap capabilities. 1997-12-02 21:41:40 +00:00
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 &lt;, &gt; and &amp; 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
phk
bd3b9b08a8 Be a little closer to current reality. 1997-10-11 07:39:45 +00:00
wosch
0145bd0653 Bugfix for rev 1.41:
makeinfo does not understand the tex command \input
1997-10-09 18:14:18 +00:00
jkh
070a779785 Back out my last commit - the trailing / should stay and fetch(1) should
stop puking on null directory components.
1997-10-08 12:07:09 +00:00
jkh
9e9be89c53 Remove trailing slash from MASTER_SITE_BACKUP example since it
can lead to two trailing /'s, which is in turn an invalid URL (just
bit me :-).
1997-10-08 10:56:27 +00:00
asami
6fa69fb612 Install ${PKGDIR}/MESSAGE as /var/db/pkg/${PKGNAME}/+DISPLAY if it exists.
Reviewed by:	kiri
1997-10-08 05:04:48 +00:00
obrien
cb8e8961fc Add login.conf(5) to "SEE ALSO".
ISSUES:
        An example and better explansion on how to use login classes is needed
        in both passwd.5 and login.conf.5.
1997-10-07 05:35:52 +00:00
jkh
418d0a6a92 Changes to support full make parallelism (-j<n>) in the world
target.
Reviewed by:	<many different folks>
Submitted by:	Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
1997-10-05 09:40:24 +00:00
wosch
e772f46053 Delete redundant entries.
Run tex twice due cross references.
Cleanup many tex generated files in `make clean'
Format latin1 output in 80 characters column (was ~110 characters).
1997-10-04 13:00:56 +00:00
jkh
c2a5ed6b42 Correct typo.
PR:		4681
Submitted by:	Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
1997-10-03 03:34:00 +00:00
jkh
9d4e104f24 src-contrib-crypto is now just src-crypto (unless the user wants to see
tons of stuff in an Attic).
1997-10-02 00:01:36 +00:00
wosch
e4a3982a6e Support output formats dvi, ps, latin1. 1997-10-01 21:35:14 +00:00
dg
90766df182 Updated for the new media selection mechanism. 1997-09-30 15:19:49 +00:00
wosch
31f0560e23 Case insensitive sort. Ignore troff comments. Bugfixes. 1997-09-29 12:41:35 +00:00
wosch
0de5e596d7 Sort cross refereces in section SEE ALSO. 1997-09-29 10:11:02 +00:00
jkh
30eca4fdb6 Document the ever decreasingly popular USA_RESIDENT variable. 1997-09-28 22:11:21 +00:00
markm
053846deda Final commit for KTH KerberosIV.
-DMAKE_EBONES -> -DMAKE_KERBEROS4
1997-09-28 09:29:11 +00:00
msmith
fb193b1b60 Update documentation for the 'ex' driver to indicate that it supports
the Pro/10+ cards as well.
1997-09-26 17:16:52 +00:00
joerg
2c55c29ae9 Set `crt' by default to make mail(1) happy. 1997-09-26 08:28:31 +00:00
ache
8b97f3e687 - print ¤ when pressing Shift-4 (not w/ AltGR-4 as in the original).
- print $ when pressing AltGr-4 (not w/ Shift-4 as in the original).

Submitted by: erakupa@kk.etx.ericsson.se (ETX-B-SL Martti Kuparinen)
1997-09-24 22:13:18 +00:00
julian
60b0e6fbbf Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>
Basic support for the Shift JIS encoding of japanese.
(and one tiny typo fixed in a comment)
1997-09-24 20:38:12 +00:00
julian
5771b3d5f6 put in the link for the dummy collation module for Shift-JIS 1997-09-24 20:06:53 +00:00
jdp
9721b2de03 Add the "src-kerberosIV" collection. 1997-09-24 03:54:44 +00:00
wosch
7666d80ef1 Polish fonts and keymap.
Submitted by: abial@warman.org.pl
PR: 4522
1997-09-22 21:44:54 +00:00
gibbs
10311ac873 Updated timeout.9 man page describing the new callout interface. This
man page was based on the NetBSD version.
1997-09-21 22:12:19 +00:00
ache
e62fb2bfcb Describe all know capabilities now 1997-09-20 01:10:28 +00:00
julian
704aa1dab5 remove bad comment 1997-09-19 00:56:49 +00:00
julian
7c7a9e8251 oops
somehow the file I was supplied with turned out to be EUC encoding..
luckily they can be translated by a simple c program :)
1997-09-19 00:51:52 +00:00
julian
6445d7bdf8 make/install the japanese SJIS date locale file. 1997-09-18 19:16:51 +00:00
julian
162b09bf98 Shift JIS versions of date stuff.
more changes to come.
Submitted by: Nobuhrio Yasutomi <nobu@psrc.isac.co.jp>
 AM/PM changed to 2 letter versions for now, original SJIS versions
 commented out. change/check later..
1997-09-18 19:09:08 +00:00
joerg
d71985ee3a Explain the newer sio(4) flag values.
Fogotten by:	phk, bde
1997-09-14 18:55:41 +00:00
wosch
ad4deae37e PR: docs/3979
better wording

Submitted by: Tim Vanderhoek <hoek@hwcn.org>, Gary Howland <gary@hotlava.net>
1997-09-13 17:52:36 +00:00
wosch
8c817c1608 PR: docs/4347
Makefile doesn't support cleandepend
Submitted by: wlr@furball.wellsfargo.com
1997-09-13 17:49:21 +00:00
jmb
0db42117ac add an initialization file for the default editor "ee"
configure ee to use emacs key-bindings
             do not expand tabs into spaces
	     dont truncate lines at the right margin
Submitted by:	Aled Morris <aledm@routers.co.uk>
Reviewed by:	jkh
1997-09-12 19:38:32 +00:00
jkh
4fd0689975 D'oh! It works better if you remember to cvs add the file first! ;) 1997-09-11 14:31:55 +00:00
jkh
9f6d1c5c42 OK, it's time to introduce the rc.conf(5) man page and kick the
now-obsolete sysconfig(5) man page out.  If you add new rc.conf variables,
folks, please try to remember to keep the man page up to date.  Thanks!
PR:		4398
1997-09-11 14:30:35 +00:00
jkh
18dec6f7c1 By popular request, change the default suggested value for CFLAGS
and also note that COPTFLAGS is _just_ for the kernel and CFLAGS just
for userland.
1997-09-10 13:35:33 +00:00
peter
b26809e50b Mention IPFIREWALL_DEFAULT_TO_ACCEPT and it's effect on rule 65535. 1997-09-10 03:11:36 +00:00
jmg
367d3e7d46 add the man page for pnp... also add activate it in the makefile 1997-09-09 12:53:38 +00:00
joerg
c87b023184 src/share/doc -> doc 1997-09-07 16:44:02 +00:00
joerg
0eab1df155 Wire tun(4) into the Makefile.
Slightly change the way how to credit NetBSD.
1997-09-07 12:29:55 +00:00
joerg
4cb93febce This commit was generated by cvs2svn to compensate for changes in r29195,
which included commits to RCS files with non-trunk default branches.
1997-09-07 11:27:08 +00:00
joerg
174eba148a Import NetBSD's tun(4) man page.
Obtained from:	NetBSD
1997-09-07 11:27:08 +00:00
peter
aceb39e183 Restore the BINFORMAT?= in sys.mk, or it's painfully difficult to use
.if in Makefiles.  bsd.prog.mk and bsd.lib.mk do not depend on it however.

Allow overriding of the -soname arg when building the lib*crypt.so* libs
since libdescrypt.so and libscrupt.so both need a -soname of libcrypt.so
so that the symlink is obeyed at runtime rather than at compile time.
1997-09-05 11:45:15 +00:00
peter
e74698834a Change the BINFORMAT definitions so that they do not depend on sys.mk,
since 2.1.x make(1) apparently does not have the -m switch to set both
the the bsd.*.mk and sys.mk location, and this breaks 'make world' from a
2.1.x system.
1997-09-05 09:09:56 +00:00
jdp
57d7686045 Add cvsup.ca.FreeBSD.org. 1997-09-05 04:59:22 +00:00
jdp
e84e12e485 "It's" -> "Its" in two places. 1997-09-04 20:59:33 +00:00
sos
4d6dd4fc2d Upgrade of EIDE DMA support, Johns comments:
* lots of fixes to error handling-- mostly works now
* improve DMA timing config for Triton chipsets-- PIIX4 and UDMA drive
  still untested
* generally improve DMA config in many ways-- mostly cleanup
* clean up boot-time messages
* rewrite PRD generation algorithm
* first wd timeout is now longer, to handle drive spinup

Submitted by: John Hood <cgull@smoke.marlboro.vt.us>
1997-09-04 18:49:53 +00:00
jdp
c058a02c51 "Stable" now means RELENG_2_2. 1997-09-03 20:40:13 +00:00
brian
a059b2e7c8 Add "options no_tld_query" to resolv.conf.
Mention the capability in resolver(5).
Mention that RES_OPTIONS can be used in resolver(5).
Discussed with: -hackers
1997-09-01 01:19:23 +00:00
peter
f8d0d61b62 A first cut at some rules for building elf shared libs. Of particular
note, using "-Wl,-f" to generate a library objects list doesn't work
anymore since the hack to ld hasn't been incorporated into binutils-2.8.
(and the -f switch is used for something else already)

This is disabled by default, don't panic! :-)
1997-08-30 23:23:18 +00:00
wosch
dc528f4349 Add an example file for private E-Mail aliases. A user can share
~/.mail_aliases with different mail clients (e.g. mutt, mail) and can
make ~/.mailrc readable and keep the aliases private.
1997-08-28 13:36:56 +00:00
bde
f8dbb1299d Fixed cleandepend target. Subdirectories weren't handled unless SRCS
was defined.
1997-08-26 16:54:33 +00:00
asami
cfa61a9518 Add "distclean" to list of targets to descend into subdirs for. 1997-08-22 11:16:15 +00:00
asami
4eef9897c4 (1) Be nicer about mtree file missing. (Actually, just suggest where
you can get one from.)

(2) Use "reinstall" as DEPENDS_TARGET if target is "reinstall".  In
    particular, this will make it possible to do a "make reinstall" on
    several NFS clients and have them install all dependencies
    correctly.
Tested by:	davidn
1997-08-20 03:44:14 +00:00
sos
352ccbafe2 Fix the key marked '9' ')' ']' to produce ascii gs with control. 1997-08-18 16:21:38 +00:00
ache
8eb2262ed1 Add ~/.login_conf prototype with example of l10n (commented out) 1997-08-18 03:07:43 +00:00
jdp
1a1794f7e7 Agnus Dei, qui tollis peccata mundi, dona eis requiem sempiternam. 1997-08-18 00:06:48 +00:00
jdp
7708b374b9 Add new CVSup mirror sites. 1997-08-17 20:26:36 +00:00
steve
b24c9462eb Note that sticky text executables are no longer supported.
PR:		docs/4198
Submitted by:	Ada T. Lim <ada@not-enough.bandwidth.org>
1997-08-17 00:15:46 +00:00
steve
9fd542625e Add a slightly modified version of NetBSD's diskless.8 manpage.
PR:		docs/2153
Obtained from:	NetBSD
1997-08-16 23:59:29 +00:00
steve
a0fc28419c Add a cleandepend target and tidy up a bit.
PR:		docs/3257
1997-08-16 23:40:26 +00:00
ache
7574acc2f7 Remove LANG settings from here, they must be in login classes instead 1997-08-15 23:41:27 +00:00
wosch
18723c26bb install dot.shrc
Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
1997-08-13 23:16:54 +00:00
adam
d33379b483 typo and reword
Submitted by:	garbanzo@hooked.net (Alex)
1997-08-12 20:07:22 +00:00
eivind
9e1601990c Activate the bios.9 manpage.
PR:	4215
1997-08-12 18:24:44 +00:00
steve
b1d8579943 Mention vty* in the man page.
PR:		bin/3741
Submitted by:	Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
1997-08-11 01:25:06 +00:00
joerg
64380494c7 Add a man page for sb(4).
Submitted by:	garbanzo@hooked.net (Alex)
1997-08-10 08:09:01 +00:00
jdp
5518cdfcf3 Add cvsup2.ua.freebsd.org.
Rename the MIT mirror to cvsup3.freebsd.org.
1997-08-07 05:12:41 +00:00
asami
f48e1d0fca Merge buildworld/installworld patch to Makefile from RELENG_2_2. Patch
a couple *.mk files to enable -current world building on really old
machines (e.g., 2.1.5).

Reviewed by:	too many many people to list here, special thanks to bde
1997-08-05 03:49:49 +00:00
fsmp
257e509090 Add SMP(4) as a link to smp(4). 1997-08-04 21:11:24 +00:00
fsmp
c4bb58b545 Added missing SMP kernel manpage.
Mostly a stub at this point, needs alot of work.

Noticed by:	Steve Roome steve@visint.co.uk
1997-08-04 21:02:11 +00:00
wosch
6e98b3ef61 Move aliases and shell flags from .profile to .shrc so these settings
are effective in interactive non-login shells, e.g. xterm or su(1).

Submitted by: Wolfgang Helbig <helbig@ba-stuttgart.de>
Finally close PR #3740
1997-08-03 18:37:46 +00:00
msmith
280ba13a95 Oops, fix manpage title. 1997-08-01 15:17:54 +00:00
msmith
f0394689ef Manpage for new BIOS functionality.
(Skeletal, could do with some extra references.)
1997-08-01 06:04:08 +00:00
msmith
6e0f88d917 New manpage for the Wavelan (wl) driver.
Submitted by:	Jim Binkley <jrb@cs.pdx.edu>
1997-08-01 03:32:39 +00:00
asami
bc32d74c9f Add new ports-german collection. 1997-07-31 09:38:00 +00:00
asami
4632fa4e06 Do not set the application variable LDDESTDIR. Note that it is still honored
in a few places (in bsd.lib.mk and bsd.prog.mk); this merely fixed part of
the brokenness by not setting it here.

This fixes building of secure telnetd when DESTDIR is defined.
(Otherwise, it will try to link libtelnet from ${DESTDIR}/usr/lib.)

Reviewed by:	bde, jkh
1997-07-31 06:12:04 +00:00
jdp
9f405ed07f Add cvsup.uk.freebsd.org. 1997-07-31 04:40:11 +00:00
jdp
2d46d6b6b7 Update the list of CVSup mirror sites. 1997-07-30 15:57:35 +00:00
bde
909df620d0 Don't use !empty() on the potentially unset variable MANBUILDCAT. Using
it broke "everything" unless MANBUILDCAT was set.
1997-07-25 11:17:12 +00:00
bde
28fd362fe1 Removed a stray `.if' that broke everything. 1997-07-25 10:43:55 +00:00
pst
4660914fa1 Allow optional building of preformatted manual pages.
Reviewed by:	wosch
1997-07-24 18:39:46 +00:00
phk
d4a7214250 Be systematic here... 1997-07-24 09:50:53 +00:00
jdp
17fac9a743 Add a warning about how to add ports collections to this cvsupfile
(and how NOT to add them).
1997-07-22 03:03:13 +00:00
bde
02918ca45b Added ${KMOD} to CLEANFILES. ${KMOD} gets created if you run `make load'. 1997-07-21 16:04:41 +00:00
jfieber
dd12b6c2e5 Remove SGML tools from -current. 1997-07-19 15:19:08 +00:00
markm
964800d988 Changes for perl-5.004_01 1997-07-17 17:47:36 +00:00
charnier
d6984ce0b4 Document the CMD640 option.
PR:	kern/3742
Submitted by:	helbig@MX.BA-Stuttgart.De
1997-07-15 09:44:05 +00:00
charnier
0715678100 Remove obsolete flag (-g) for ls.
PR:conf/3730
Submitted by: helbig@MX.BA-Stuttgart.De
1997-07-15 09:37:02 +00:00
obrien
4e77e69f12 Add description of the link{0,1,2} flags 1997-07-14 23:42:57 +00:00
ache
75986f527f Add Latin American keyboard
PR: 2863
1997-07-14 18:29:56 +00:00
asami
61f12296a0 (1) Add preliminary support for architecture/operating system-dependent
patches and files.  Note this is just for testing -- I don't
    expect "patches.OpenBSD" or "Makefile.alpha" start cropping up on
    our ports tree just yet!
Pretty much ignored by: the ports/committers list

(2) Add "SH?=/bin/sh" to the list of command-name macros.  Use it.
Checked by: recompiling all packages
1997-07-10 02:29:51 +00:00
wosch
198572e61a Sync with original source:
Add Steven M. Schultz for providing 2.11 BSD manual pages.
	Add OpenBSD 2.1, FreeBSD 2.2.2, BSDI 2.0.1 releases.
1997-07-02 14:06:45 +00:00
bde
a89fad6005 $FreeBSD$ -> $Id$.
Removed Berkeley Id.  We never did this like Berkeley (because cvs doesn't
handle symlinks) and no interesting Berkeley words are left.
1997-07-01 16:20:56 +00:00
bde
17d2759930 Removed temporary SMP header fix. 1997-06-30 23:37:54 +00:00
bde
5dc3d40d7d Implemented `-c command'.
Fixed bitrot (__dead went away; EOF is now wrong for the getopt failure
value).

Moved sleep command to the end of the main loop to avoid mismatch between
main loop and the report loop.  There is an extra iteration that could be
used to calibrate the loop overhead, but was used to report wrong results.

Fixed usage message.
1997-06-29 22:43:01 +00:00
obrien
06f8f06446 ``-C ${WRKDIR} -xzf'' are no longer the default args for EXTRACT_BEFORE_ARGS 1997-06-29 10:51:55 +00:00
pst
4a9547432a Make NOSHARED = no / NOSHARED = NO do what you'd expect. 1997-06-28 08:14:10 +00:00
asami
215421d3b1 Add new variable USE_PERL5. It is similar to USE_GMAKE, except that
it also sets RUN_DEPENDS (USE_GMAKE is BUILD_DEPENDS only).

The (immediate) purpose of this is to avoid having to change 70
zillion ports when the version of perl changes.  Also, when perl5 is
pulled into -current, this will become a no-op in -current's
bsd.port.mk.

Reviewed by:	jfitz
1997-06-24 07:16:21 +00:00
julian
82bf05e615 netscape was obviously involved somewhere in the committing of this file
as  all cases of the character '\0xF8` became the string  "=F8"
Submitted by:	archie@whistle.com
1997-06-23 19:36:14 +00:00
steve
f8049f60d8 Fix a minor nit in the .Dd macro invocation so that
the revision date is displayed correctly.
1997-06-23 04:52:13 +00:00
steve
7a5541cde7 Show the real revision date and not the date that this
manpage is being viewed.
1997-06-23 04:03:49 +00:00
julian
7e4f226bc3 Make this file bare a small resemblance to reality again
Requested from: Archie Cobbs (archie@whistle.com)
1997-06-23 02:12:21 +00:00
jkh
a8bb7ab7de Change the distribute targets so that a given item in our source tree
can place itself into n distributions, where n >= 1.
1997-06-21 15:40:34 +00:00
asami
afb7547b1d Add `B' to list of flags to pass through from C*FLAGS when using mkdep
(bsd.dep.mk) and compiling assembly language sources (bsd.lib.mk).
This doesn't change anything for our current source tree, but if you
want to use the -B switch in C*FLAGS to specify the location of
compiler subprograms, now you can do it.

Reviewed by:	bde (implicitly)
1997-06-18 03:39:34 +00:00
asami
a5a15a3d86 Move the "umask ?= 0022" check (a warning only) from the default
"do-install" target to the beginning of the "install" meta-target, so
that ports that define their own do-install will also run it without
having to duplicate it themselves.

Tested by:	rebuilding all packages
1997-06-18 03:20:22 +00:00
asami
562c018967 Add "-I${DESTDIR}/usr/include" to CFLAGS if DESTDIR is defined, just
like bsd.lib.mk and bsd.prog.mk.  It doesn't add it to CXXINCLUDES, I
don't think anybody has written a kernel module with C++.  (Not that I
think DavidG will allow it anyway. :)

Reviewed by:	bde
1997-06-18 03:10:31 +00:00
alex
e5ccd3d79c Typo police. 1997-06-18 00:35:53 +00:00
ache
a884e3c1fc Belgian keyboard fixes
Submitted by: bovynf@awe.be
1997-06-14 22:26:52 +00:00
ache
f23eadb87b Back out recent color-xerm and xterm merging,
it can leads to confusion with what programs traditionly expect
and gains almost nothing since -tn option exist to specify desired term.
1997-06-14 05:42:00 +00:00
max
09e80a9d77 Typo fix.
PR:		3828
Submitted by:	Josh Gilliam <josh@quick.net>
1997-06-13 21:11:27 +00:00
ache
b481633bcf xterm entry:
1) fix k1-k4 to match XF3.3
2) fix kb,kD to match keyboard
3) merge xterm-color in: default description must match best current practice
and color card is most common variant for X now. Add xterm-mono entry for
mono cards.
1997-06-13 05:30:50 +00:00
bde
1cd3c44a3b Updated serial console options. 1997-06-09 05:38:41 +00:00
asami
faf42a34df (1) Use the new BSD.x11.dist mtree file to create directories under
/usr/X11R6 if USE_IMAKE or USE_X11 is set.  It is mostly designed
    after the XFree86 distribution, but also includes some of our own
    goodies (libexec, share/doc, etc/rc.d).

(2) Full support for per-port dependency target.  An optional
    ":<target>" can be added to any of the *_DEPENDS variables.  Do
    not attempt to print out anything about dependencies if NO_DEPENDS
    is set (there was already too much code duplication, and this
    extra colon has really pushed it over the limit).
Requested by: jfitz

(3) Make "reinstal" pmake-safe.
Reminded in an e-mail from: jkh
1997-06-04 00:12:19 +00:00
ache
a70561d506 Add no_NO locale
Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>
1997-06-03 14:17:12 +00:00
max
f2befd86ba Add Xreference to chio(1). 1997-06-02 21:01:00 +00:00
jmz
1ef01a1be8 Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.
These commands are required for the "Disk-At-Once" write process:
WORMIOCREADSESSIONINFO returns the length of the lead-in and lead-out areas
and WORMIOCWRITESESSION is used to send  the table of contents of the disk.
1997-06-02 20:05:39 +00:00
max
7c4a57ce7a Typo fix. 1997-05-30 15:43:36 +00:00
peter
fa1c15c6c4 An overhaul of style.9 to clear up some of the ambiguities. A number of
things are explicitly stated now rather than being implied by example.

Obtained from: Quite a few people over the last few weeks
Reviewed by: core
1997-05-27 10:00:08 +00:00
wosch
e5a710386c Add a `strip' target which remove the ^H from plain text files. 1997-05-25 12:43:06 +00:00
dfr
9e9ba7449d Add "-assert pure-text" to the link line. The warnings about RRS
relocations in text sections are now dependant on this flag.
1997-05-23 17:50:35 +00:00
peter
2f3b1873a1 Disconnect the FAQ and handbook from the makefiles and remove the files.
The FAQ and handbook have been repository copied to their own top-level
("doc") directory in the cvs tree which will not be branched so as to
avoid the syncing problems.  At some point, the sgml text will require
formatting tools that will be from ports rather than the main source tree.

Requested by:	 jfieber, jkh
1997-05-23 12:55:14 +00:00
peter
2156e7a9ec wl.4 was missing from the MAN4 list 1997-05-23 12:07:33 +00:00
asami
a9639d5208 Change CXXINCLUDES to use "g++" explicitly. CXXINCLUDES was defined
with ${CXX} at the end; the only problem was, the directory name is
"g++" and ${CXX} is defined as "c++" in sys.mk.
1997-05-23 08:38:46 +00:00
obrien
4637ebc72a Updated some wording for 3.x.
Added MASTER_STIE_LOCAL and updated it's location.
Added -N to diff options to ensure the diff includes new files.
Mentioned that USENET news ports should use ${PREFIX}/news.
Refromatted some of the comments w/in the sample Makefile so they wouldn't
	wrap in the latin1 format.
General updating and minor word changes.
1997-05-23 08:19:19 +00:00
max
ec3bb92fe3 Merge the EN version changes, 1.18 -> 1.19. 1997-05-23 07:26:04 +00:00
brian
68e0b00a59 Add LIBALIAS. 1997-05-23 04:48:23 +00:00
jdp
364ba0153f Add the new doc-all collection. 1997-05-23 04:17:44 +00:00
msmith
20e26deb2a Add wl.4
Reminded by:	joerg
1997-05-23 03:21:36 +00:00
msmith
9db7cae85c Manpage for the 'wl' Wavelan driver. 1997-05-22 08:52:23 +00:00
max
e4cd4c6f62 Merge the EN version chages, 1.247 -> 1.249. 1997-05-21 08:28:12 +00:00
asami
152539177a Add Brian Handy <handy@lambic.space.lockheed.com> for his bclock
port submission.
1997-05-21 04:19:23 +00:00
asami
f967c7a3d7 Add Vanill Ice <vanilla@Minje.Com.TW> for the filerunner port update. 1997-05-21 03:27:15 +00:00
max
633236ec0a Merge the EN version changes, 1.246 -> 1.247. 1997-05-20 14:25:19 +00:00
charnier
3327ea0950 Remove me from add. contributors, I am now in committers. 1997-05-20 11:13:54 +00:00
max
25b909ade1 Merge the EN version changes, 1.245 -> 1.246. 1997-05-20 02:04:34 +00:00
max
f5b598fa9e Merge the en version changes, 1.67 -> 1.69. 1997-05-20 02:03:00 +00:00
max
02b32e094e Merge the EN version changes, 1.17 -> 1.18. 1997-05-20 01:53:11 +00:00
jfieber
ed56560cd9 Fixed botched author entity definition. 1997-05-20 00:32:52 +00:00
joerg
911cc9f063 Add a man page for sppp(4). 1997-05-19 22:04:40 +00:00
jdp
5f8ad0838b Add the new src-contrib-crypto collection. 1997-05-19 17:39:20 +00:00
jmz
14c035ab6a The 'wormcontrol select' command no more exists. 1997-05-19 17:35:57 +00:00
jmz
14ab45bc6e A few improvements to the worm driver.
- remove all calls to scsi_stop_unit(). Some drives refuse commands when
  stopped. This will fix the 'device not configured' message which was
  cleared after opening/closing the tray.
- Never set the logical block address in the scsi_cmd struct when writing.
  The computation was bogus for block sizes not a multiple of DEV_BSIZE.
  (the bug is still there in the READ case)
- reset the block size to the 2048 bytes in finalize_track() track to avoid
  an error when mounting a disk after an audio write.
- remove the WORMIOCQUIRKSELECT ioctl. Quirks are now recorded at probe time
  (see scsiconf.c)
- change and expand the argument to the WORMIOCPREPTRACK ioctl. It now possible
  to select more track options (copy bits, ISRC codes, track type,
  track number)
- add an error handler to catch false errors (warnings in fact) and record
  the error type.
- add an ioctl call (WORMIOERROR) to get more information on the nature of the
  error when a command or a write failed.
- add an ioctl call (WORMIOCFINISHTRACK) to finalize a track without closing
  the device (closing the device still finalize the track if the command was
  not performed)

Approved by:	joerg
1997-05-19 17:30:50 +00:00
jdp
05ead07af8 Include the new "src-contrib-crypto" collection. 1997-05-19 17:22:52 +00:00
eivind
7a1932b397 it's'' -> its'' where appropriate and typo fixes in time2posix.3.
Closes PR docs/3612.

Submitted by:	Josh Gilliam <soil@quick.net>
1997-05-19 16:33:27 +00:00
joerg
41df10b059 Fix my usual omission: add Philippe Charnier to the list of contributors.
Reminded by:	max
1997-05-19 15:54:37 +00:00
max
9d3c1b4d78 Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
Merge the EN version changes, 1.15 -> 1.17.
1997-05-19 14:12:49 +00:00
asami
f6c31ee20d Typo fix. Also, __FreeBSD_version of -current doesn't change after
each release anymore. :)
1997-05-19 12:32:34 +00:00
phk
4f84b7a70a Mention that flags 0x10000 disables test#3 1997-05-18 21:24:04 +00:00
max
7893528820 Merge the EN version changes, 1.69 -> 1.70. 1997-05-18 12:16:02 +00:00
max
0e908fc055 Bump the original revision by one.
(The previous commit took care of merging the en version changes.)
1997-05-18 12:01:35 +00:00
asami
90cf3f06bb Document __FreeBSD_version values up to 2.2.2R. Should be in 2.2.2. 1997-05-18 03:35:01 +00:00
asami
64c18448f4 Change name of current release to 2.2.2. This should be in 2.2.2, it
will be pretty darn embarrassing to ship a release with a handbook
that claims it's one version older. :)
1997-05-18 03:30:20 +00:00
hanai
176ecf9be5 Change the release name 1997-05-18 02:30:50 +00:00
max
82d987fad0 Merge the en version changes, 1.244 -> 1.245. 1997-05-18 01:30:18 +00:00
tegge
7070e01f29 Removed my name from the list of contributors.
Corrected my name in the 386BSD Patch kit section.
1997-05-17 22:08:16 +00:00
max
5d5eedc2d1 Merge the EN version changes, 1.243 -> 1.244. 1997-05-17 16:40:11 +00:00
max
9c170b196b Added Chris Dabrowski < chris@vader.org> to the additional contributors list
for the traceroute port.
1997-05-17 16:38:25 +00:00
hanai
fdd0e89e28 New translation of russian.sgml.
Add Motoyuki Konno <motoyuki@st.rim.or.jp> into the
contributors' list for Japanese translation.
Reviewed by: hanai@astec.co.jp
Submitted by: motoyuki@st.rim.or.jp
1997-05-17 16:15:10 +00:00
brian
31f4111969 Add -links option to sgmlfmt (via SGMLOPTS).
This allows people to xref specific parts of the
handbook from elsewhere.
1997-05-17 04:00:26 +00:00
max
754d4192ed Merge the en version change, 1.242 -> 1.243. 1997-05-17 03:50:40 +00:00
max
de9faf793d Added Carey Jones <mcj@acquiesce.org> to additional contributors list for
the slrn port.
1997-05-17 03:48:32 +00:00
peter
a39eb136c4 Forgot to commit this after last bind/resolver update 1997-05-15 20:05:16 +00:00
hanai
ea4abe276a Catch up with the original.
Submitted by: HINO Koji <hino@nwk.cl.nec.co.jp>
1997-05-15 04:36:07 +00:00
max
2a3a8f4b77 Merge the EN version changes, 1.241 -> 1.242. 1997-05-15 03:56:34 +00:00
max
1f0bf7fbf9 Change Noritaka Ishizumi's e-mail address in the additional contributor list.
PR:		3598
Requested-by:	Noritaka Ishizumi
1997-05-15 03:37:03 +00:00
jkh
03469ec934 mkisofs.new -> mkisofs (whoops! just noticed this) 1997-05-14 09:39:22 +00:00
max
ff44d15674 Merge the EN version changes, 1.240 -> 1.241. 1997-05-13 23:01:10 +00:00
max
d9e5a87252 Merge the EN version changes, 1.65 -> 1.67. 1997-05-13 22:57:43 +00:00
pds
6ead028692 Add a comment to the >16M and >64M entries for lying COMPAQ BIOSes. 1997-05-13 22:01:50 +00:00
dg
f891f0dc4b Added Gene Stark as a developer/CVS committer. 1997-05-13 08:39:03 +00:00
brian
6b1312e497 Fix a few typos in last commit. 1997-05-13 07:14:26 +00:00
brian
901bd8b71b Make things more descriptive.
PR:		1847
Submitted by:   Peter Childs <pjchilds@imforei.apana.org.au>
                Dirk-Willem van Gulik <Dirk.vanGulik@jrc.it>
1997-05-12 16:29:48 +00:00
alex
9cbc8425a5 Typo fix: sq --> qs 1997-05-12 01:56:31 +00:00
jfieber
2b2298e5d6 Specify EUC-JP character encoding. 1997-05-11 23:26:13 +00:00
pst
5921bac48c Update the manual page to call more attention to the probe override flags. 1997-05-11 18:28:08 +00:00
wosch
4dcc2cb001 Add variable LPR for printer command.
Murphy's Law: define LPR=true in /etc/make.conf if you don't want
tomorrow find 3 paper copies (ascii, latin1, postscript) of the
handbook in your printer (or someone else printer on the other half of
the world).
1997-05-11 10:42:00 +00:00
wosch
2a16e97324 Support compressed output. Default is uncompressed output format.
Fix print target.
1997-05-11 00:32:14 +00:00
jkh
4218c89edf New Italian keymap
Submitted by:	Gianmarco Giovannelli <gmarco@scotty.masternet.it>
1997-05-10 23:05:41 +00:00
max
66ef383d7a Remove this file to sync with the English version. 1997-05-10 03:55:55 +00:00
max
3cbae09471 Change translation for some phrase. 1997-05-10 03:48:03 +00:00
max
ee50925da4 Merge the en version changes, 1.13 -> 1.15.
Submitted by:	Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
1997-05-10 03:45:18 +00:00
jfieber
ee523bb0cb Remove linuxdoc to latex support. 1997-05-10 03:26:27 +00:00
max
4feaab6cb9 Added russian.sgml and removed troubleshooting.sgml. 1997-05-09 23:09:56 +00:00
max
a28d63b9c0 Merge the EN version changes, 1.10 -> 1.12. 1997-05-09 23:03:36 +00:00
max
e99c6acd2b Merge the EN version changes, 1.19 -> 1.21. 1997-05-09 23:02:22 +00:00
max
45e93155f0 Merge the EN version changes, 1.28 -> 1.29. 1997-05-09 23:01:01 +00:00
max
98dcd303d6 Merge the EN version changes, 1.15 -> 1.17. 1997-05-09 22:58:07 +00:00
max
2bcbf09fce Merge the EN version changes, 1.16 -> 1.17. 1997-05-09 22:57:02 +00:00
max
36040cde54 Merge the en version changes, 1.9 -> 1.10. 1997-05-09 22:55:48 +00:00
max
9e293b9c33 Merge the EN version changes, 1.69 -> 1.75. 1997-05-09 22:52:15 +00:00
max
0ab35e8503 An empty file. (So that we can go ahead 'n' update handbook.sgml and
Makefile.)
The translation is in progress.
1997-05-09 22:44:44 +00:00
max
9d15f1b7c6 Merge the EN version changes, 1.22 -> 1.24. 1997-05-09 22:34:36 +00:00
max
cc4ea7e758 <heading> should be closed by </heading> (not </>). :-) 1997-05-09 06:19:03 +00:00
max
bb77566053 Merge the en version changes, 1.11 -> 1.12. 1997-05-09 05:56:24 +00:00
max
f2b328422f Merge the en version changes, 1.52 -> 1.53. 1997-05-09 03:52:17 +00:00
max
cc163489a8 Merge the en version changes, 1.24 -> 1.25. 1997-05-09 03:41:46 +00:00
max
ceb376b4e6 Merge the en version changes made in 1.237 -> 1.240.
While at it, did some tabs <-> spaces conversion to match the JP version
to the EN version so that patch generated by cvs diff handbook/contrib.sgml
can be often reused to update the JP version.
1997-05-09 03:10:34 +00:00
max
f2de075567 Merge the en version changes made in 1.63 -> 1.65. 1997-05-09 03:07:23 +00:00
max
88c0c3add0 In one part, the list of addtional contributor wasn't kept in alphabetical
order.
1997-05-09 02:54:53 +00:00
max
a9a0b72e5c Merge the en version changes made in 1.3 -> 1.4. 1997-05-08 18:31:38 +00:00
joerg
f8b5f0d7e6 Kill a stale .pq line. 1997-05-08 15:31:39 +00:00
joerg
46c1ffea6f Add Kenjiro to the list of committers. 1997-05-08 15:30:29 +00:00
joerg
dec8c89e48 Don't xref a nonexistant pc(4).
PR:		docs/3525: pcvt(4) references pc(4)...
1997-05-08 15:26:28 +00:00
brian
782586de1b Quote ppp.conf correctly (<tt></tt>) 1997-05-08 02:53:17 +00:00
brian
a416f519b8 Don't use HISADDR in ppp.conf examples as it's not
set up properly 'till ppp.linkup is parsed.

PR:		3114
Submitted by:	Kenneth R. Westerback <krw@tcn.net>
1997-05-08 01:45:59 +00:00
wosch
85bac4bd20 3.3-current -> 3.0-current 1997-05-07 16:32:31 +00:00
jkh
a29053c495 Clean up the slightly tortured english I produced yesterday. :) 1997-05-07 10:44:08 +00:00
hanai
23a64f2597 Catch up with the original.
Submitted by: tomo@maple.elcom.nitech.ac.jp (WATANABE tomoo)
1997-05-07 04:45:54 +00:00
pds
64e4b90bfc PR: none
Submitted by:	pds
1997-05-06 16:21:18 +00:00
dfr
7af09e9fc1 Add SMPHDRS to CLEANFILES instead of replacing its current value. 1997-05-06 14:29:56 +00:00
wosch
9f823f5a7f Fix FTP link to the statically linked FreeBSD executables
freefall -> hub
1997-05-06 11:18:44 +00:00
jkh
70c1986f74 Describe SNAPs and RELENGes as requested on USENET. 1997-05-06 06:38:46 +00:00
jdp
4b4c7c227f Use "gcc -shared" instead of "ld -Bshareable" for building shared
libraries.  Remove the now-unneeded CPLUSPLUSLIB hack.  I will also
remove the CPLUSPLUSLIB definitions from the Makefiles that use it,
after the dust settles.

Use gcc's LIBRARY_PATH environment variable to handle DESTDIR,
instead of -L flags in LDDESTDIR.  LIBRARY_PATH is documented in
the gcc info pages.  It is better than using -L flags, because it
modifies the search for start-up files as well as for libraries.
A new variable LDDESTDIRENV is used to contain the normally-empty
LIBRARY_PATH environment setting.

LDDESTDIR is no longer set in <bsd.lib.mk>.  It is still honored for
the time being, because a couple of userland Makefiles still (wrongly)
set it.  These should be fixed, and LDDESTDIR should vanish.

Removed the commented-out "LDDESTDIR+=-nostdlib", because "gcc -shared"
doesn't link in any standard libraries anyway.

Removed the ".if defined(LDADD)" around the _EXTRADEPEND target for
shared libraries.  This target is always necessary now, because
c++rt0.o is linked into every shared library.

Don't merge this into -2.2 without first merging the support for
"gcc -shared".
1997-05-04 21:30:40 +00:00
eivind
99dfa1c382 Remove the last reference to sup as a current method. We now want
cvsup-mirrors now, not sup-mirrors.
1997-05-04 18:04:38 +00:00
jkh
86f710eee9 Yikes! I thought I updated these references to sup ages ago.. Hmmmm! 1997-05-04 11:57:51 +00:00
jkh
0f5d18fb9c Update our history a little (whoops - I thought I'd committed
this days ago!).
1997-05-04 08:11:24 +00:00
jdp
3687a0fcc5 Update the URL for the CTM mirror at the University of Trier.
Submitted by:	Sascha Blank <blank@fox.uni-trier.de>
1997-05-04 05:55:56 +00:00
andreas
6a061964c3 synchronize with bsd.doc.mk (long outstanding fix)
PR:		closes docs/3479
1997-05-03 19:58:39 +00:00
jkh
d3ebb6d1bd bettter -> cleaner. 1997-05-03 04:46:42 +00:00
jfieber
eea3fb0fad Use <sect1> for sectioning instead of <p><bf>..</bf></p>. 1997-05-02 18:27:06 +00:00
jfieber
1243cef26e Markup debogification.
(<deflist><itemize>...</itemize></deflist> is nonsensical and should
not be allowed by the DTD)
1997-05-02 18:07:43 +00:00
jfieber
ea88d9034d Promote "The Ports Collection" to the chapter level.
Someone want to add a section to this chapter on PACKAGES?
1997-05-02 14:39:19 +00:00
jfieber
dfd761fe48 Users, Groups, and Security -> Security
The chapter has evolved differently than I imagined when I made
up the title.
1997-05-02 14:26:33 +00:00
jfieber
06c337917a Merge "staying current", "staying stable" and "synching" into a
single chapter.

Move "source tree guidelines and policies" out of the dark dungeon
of the Appendix.
1997-05-02 14:15:35 +00:00
ache
a40e87d143 More formatting + more info 1997-05-02 08:37:48 +00:00
ache
2a552b7768 Improve SGML formatting.
Add more info.
1997-05-02 08:07:35 +00:00
ache
958ed8ce77 Add ascii to comment describing default FORMATS value too
(see previous commit)
1997-05-02 05:07:45 +00:00
ache
3e143d2fb6 Add ascii to default formats list.
latin1 looks very ugly on Russian screens/printers and users should
be able to print/view handbook first without inner knowledge of
bsd.sgml.mk tuning.
1997-05-02 05:02:54 +00:00
ache
6adcdc79fd Add more info about l10n 1997-05-02 04:55:14 +00:00
ache
b95380cdf1 Add Localization section and Russian Language l10n description
(somebody with better English, please check!)

BTW: Next: entry have wrong name "Network Communications"
in Locale Setup although points to right direction.
Looks like sgmlfmt bug...
1997-05-02 02:20:25 +00:00
jkh
985468699f COFF sections not restricted to 16 bits.
Submitted by:	cubfm :)
1997-05-01 22:07:51 +00:00
jkh
e701cc1351 Add an entry about a.out vs ELF since I'm tired of reading about it.
Based-On-The-Postings-Of:	joerg
1997-05-01 20:55:20 +00:00
jfieber
e8aaa4f168 Put the Troubleshooting chapter out of its misery. 1997-05-01 03:06:32 +00:00
jkh
1196bc34a5 Put the "grossness" back; it had a purpose and anyone screwing around
with these files MUST understand what a `make release' does before
making changes like this or get nasty-grams from me when my builds start
falling over.  In fact, if they can't test "make release" after making
such changes then they *should leave these files completely alone*.
Thank you.
1997-05-01 01:15:55 +00:00
fsmp
76ba852fc3 removed:
opt_smp_invltlb.h
from:
SMPHDRS=        opt_smp.h opt_smp_invltlb.h

SMP_INVLTLB is no longer a valid config option, the invalidation of the TLB
via inter-CPU IPIs is now standard when APIC_IO is used.
1997-04-30 21:54:01 +00:00
bde
b07e05ad3f Fixed the SMP fixes:
- fixed dependencies so that `make depend' isn't necessary.
- added new files to CLEANFILES.
- fixed style.
1997-04-30 20:56:37 +00:00
bde
97eaf32928 Added trailing slash to ${CANONICALOBJDIR} in tests for directories,
so that /usr/obj can be a symlink to an existing directory.
1997-04-30 17:04:11 +00:00
bde
d3610b6412 Oops. The previous change duplicated the grossness instead of removing it. 1997-04-30 17:03:09 +00:00
bde
335b2fc8d1 Removed gross dir file bootstrap rule. Keep depending on the dir
file so that we fail if it isn't already installed.  The bootstrap
is now done by `make install' in the top-level src directory.  As
well as being gross, the rule didn't actually work for src trees
other than /usr/src, and this is difficult to fix since the whole
src tree may not exist.
1997-04-30 16:33:43 +00:00
max
493ade0510 Added two missing committers to the list of developer and
several missing port maintainers to the list of additional contributor.
1997-04-30 09:08:49 +00:00
max
139af3a919 Added new entities, a.jgreco and a.tedm.
(They have been mssing from the committers list although they are in
the group ncvs on freefall.)
1997-04-30 09:05:32 +00:00
hanai
1bb30e02fe Catch up with the original.
Submitted by: iwasaki@jp.FreeBSD.org
1997-04-30 06:43:05 +00:00
hanai
723fddf651 Catch up with the original. 1997-04-30 06:41:51 +00:00
ache
a9bc90241a bugfix: 'make depend' cause all LKMs rebuild 1997-04-30 06:04:17 +00:00
asami
74acc896bc (1) Change logic for dependency: instead of defining "is_depended"
(default: IS_DEPENDED?=install) target on the depended port, call
    DEPENDS_TARGET (default: install) from the depending port.

    Other than being more flexible (some ports don't require the
    dependency to be fully installed: see ghostscript4), this seems
    like a more natural thing to do.  (I never understood the
    convoluted logic that was used before.)

    By building packages with "DEPENDS_TARGET=package", I can avoid
    file-sharing problems (like gs3 binary going into the gs4
    package).

(2) Add new variable PATCH_SITE_SUBDIR and separate it from
    MASTER_SITE_SUBDIR.  Fixes linuxls port and is a correct thing to
    do anyway.
Initially suggested and reviewed by: fenner

(3) Add new variable MASTER_SITE_LOCAL for local ports.  Defaults to
    LOCAL_PORTS subdir on ftp.freebsd.org's distfiles dir.
Submitted by: jkh
1997-04-30 03:12:05 +00:00
fsmp
7ea9f4a42f Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
make world fails when it tries to build LKMs because the files
	opt_smp.h
	opt_smp_invltbl.h
are missing.

This patch to /usr/src/share/mk/bsd.kmod.mk is a temporary workaround.

Note that LKMs built in this way may or may NOT work properly with an
SMP kernel.
1997-04-28 00:02:22 +00:00
asami
0cb3b460eb Add ports-converters and ports-textproc targets. 1997-04-27 00:36:47 +00:00