Commit Graph

3174 Commits

Author SHA1 Message Date
Satoshi Asami
0c3a571ce3 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 Elischer
a62a7a2756 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 Price
d0dff61cfb 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 Price
681e5e7a09 Show the real revision date and not the date that this
manpage is being viewed.
1997-06-23 04:03:49 +00:00
Julian Elischer
2a81fd7c16 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
Jordan K. Hubbard
398ac038db 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
Satoshi Asami
e1eecc081e 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
Satoshi Asami
ab6e6dd2aa 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
Satoshi Asami
b3e17ba2cf 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
Alexander Langer
1ace97196f Typo police. 1997-06-18 00:35:53 +00:00
Andrey A. Chernov
2e484ca0b3 Belgian keyboard fixes
Submitted by: bovynf@awe.be
1997-06-14 22:26:52 +00:00
Andrey A. Chernov
913cb1d3d3 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
Masafumi Max NAKANE
de124a03ea Typo fix.
PR:		3828
Submitted by:	Josh Gilliam <josh@quick.net>
1997-06-13 21:11:27 +00:00
Andrey A. Chernov
27e24fdf13 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
Bruce Evans
fa03459efb Updated serial console options. 1997-06-09 05:38:41 +00:00
Satoshi Asami
c679de5e1d (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
Andrey A. Chernov
46c1f176f1 Add no_NO locale
Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>
1997-06-03 14:17:12 +00:00
Masafumi Max NAKANE
70a78ac914 Add Xreference to chio(1). 1997-06-02 21:01:00 +00:00
Jean-Marc Zucconi
7344a61e7b 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
Masafumi Max NAKANE
e134b4d4a9 Typo fix. 1997-05-30 15:43:36 +00:00
Peter Wemm
122c2021d3 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
Wolfram Schneider
05567545f5 Add a `strip' target which remove the ^H from plain text files. 1997-05-25 12:43:06 +00:00
Doug Rabson
f8a7448fcc 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 Wemm
c9b143ca1c 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 Wemm
d8888419c5 wl.4 was missing from the MAN4 list 1997-05-23 12:07:33 +00:00
Satoshi Asami
15db27b831 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
David E. O'Brien
3c933bcddd 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
Masafumi Max NAKANE
af89f602b4 Merge the EN version changes, 1.18 -> 1.19. 1997-05-23 07:26:04 +00:00
Brian Somers
75795a87aa Add LIBALIAS. 1997-05-23 04:48:23 +00:00
John Polstra
3f72ab23cd Add the new doc-all collection. 1997-05-23 04:17:44 +00:00
Mike Smith
6762ff9bd6 Add wl.4
Reminded by:	joerg
1997-05-23 03:21:36 +00:00
Mike Smith
e847647398 Manpage for the 'wl' Wavelan driver. 1997-05-22 08:52:23 +00:00
Masafumi Max NAKANE
3b0091645a Merge the EN version chages, 1.247 -> 1.249. 1997-05-21 08:28:12 +00:00
Satoshi Asami
3fbb21ddba Add Brian Handy <handy@lambic.space.lockheed.com> for his bclock
port submission.
1997-05-21 04:19:23 +00:00
Satoshi Asami
a4104f235c Add Vanill Ice <vanilla@Minje.Com.TW> for the filerunner port update. 1997-05-21 03:27:15 +00:00
Masafumi Max NAKANE
717e6a1a64 Merge the EN version changes, 1.246 -> 1.247. 1997-05-20 14:25:19 +00:00
Philippe Charnier
d4af06e356 Remove me from add. contributors, I am now in committers. 1997-05-20 11:13:54 +00:00
Masafumi Max NAKANE
57b2860e4c Merge the EN version changes, 1.245 -> 1.246. 1997-05-20 02:04:34 +00:00
Masafumi Max NAKANE
ecdead78b8 Merge the en version changes, 1.67 -> 1.69. 1997-05-20 02:03:00 +00:00
Masafumi Max NAKANE
0ebc4fdc90 Merge the EN version changes, 1.17 -> 1.18. 1997-05-20 01:53:11 +00:00
John Fieber
71faa51e6d Fixed botched author entity definition. 1997-05-20 00:32:52 +00:00
Joerg Wunsch
cc04bc5fed Add a man page for sppp(4). 1997-05-19 22:04:40 +00:00
John Polstra
af37439b0e Add the new src-contrib-crypto collection. 1997-05-19 17:39:20 +00:00
Jean-Marc Zucconi
16a086a02f The 'wormcontrol select' command no more exists. 1997-05-19 17:35:57 +00:00
Jean-Marc Zucconi
1ad8b2cb84 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
John Polstra
7136226da3 Include the new "src-contrib-crypto" collection. 1997-05-19 17:22:52 +00:00
Eivind Eklund
6ad98044a1 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 Wunsch
1b5639dd31 Fix my usual omission: add Philippe Charnier to the list of contributors.
Reminded by:	max
1997-05-19 15:54:37 +00:00
Masafumi Max NAKANE
7c7a602790 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
Satoshi Asami
e2e7cf5071 Typo fix. Also, __FreeBSD_version of -current doesn't change after
each release anymore. :)
1997-05-19 12:32:34 +00:00
Poul-Henning Kamp
6826307cf8 Mention that flags 0x10000 disables test#3 1997-05-18 21:24:04 +00:00
Masafumi Max NAKANE
3d0bf1aa99 Merge the EN version changes, 1.69 -> 1.70. 1997-05-18 12:16:02 +00:00
Masafumi Max NAKANE
bb4d7a4e09 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
Satoshi Asami
83103484a4 Document __FreeBSD_version values up to 2.2.2R. Should be in 2.2.2. 1997-05-18 03:35:01 +00:00
Satoshi Asami
d00a5fbff7 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
Hiroyuki Hanai
8af330bab0 Change the release name 1997-05-18 02:30:50 +00:00
Masafumi Max NAKANE
22cd91e3d2 Merge the en version changes, 1.244 -> 1.245. 1997-05-18 01:30:18 +00:00
Tor Egge
ef1284ada1 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
Masafumi Max NAKANE
d105c05896 Merge the EN version changes, 1.243 -> 1.244. 1997-05-17 16:40:11 +00:00
Masafumi Max NAKANE
e6e77a2684 Added Chris Dabrowski < chris@vader.org> to the additional contributors list
for the traceroute port.
1997-05-17 16:38:25 +00:00
Hiroyuki Hanai
2fd01ec459 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 Somers
bb41ae8349 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
Masafumi Max NAKANE
3dcc3a1ffa Merge the en version change, 1.242 -> 1.243. 1997-05-17 03:50:40 +00:00
Masafumi Max NAKANE
7ec0febd8e Added Carey Jones <mcj@acquiesce.org> to additional contributors list for
the slrn port.
1997-05-17 03:48:32 +00:00
Peter Wemm
bb1b4b3bec Forgot to commit this after last bind/resolver update 1997-05-15 20:05:16 +00:00
Hiroyuki Hanai
7c0fbe44e7 Catch up with the original.
Submitted by: HINO Koji <hino@nwk.cl.nec.co.jp>
1997-05-15 04:36:07 +00:00
Masafumi Max NAKANE
f91758ab12 Merge the EN version changes, 1.241 -> 1.242. 1997-05-15 03:56:34 +00:00
Masafumi Max NAKANE
c8c807588f 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
Jordan K. Hubbard
73ef2076bd mkisofs.new -> mkisofs (whoops! just noticed this) 1997-05-14 09:39:22 +00:00
Masafumi Max NAKANE
8d9b7b9e3f Merge the EN version changes, 1.240 -> 1.241. 1997-05-13 23:01:10 +00:00
Masafumi Max NAKANE
c3db0d498a Merge the EN version changes, 1.65 -> 1.67. 1997-05-13 22:57:43 +00:00
Peter da Silva
5d1d99c60f Add a comment to the >16M and >64M entries for lying COMPAQ BIOSes. 1997-05-13 22:01:50 +00:00
David Greenman
f4b16b0b19 Added Gene Stark as a developer/CVS committer. 1997-05-13 08:39:03 +00:00
Brian Somers
23467b945d Fix a few typos in last commit. 1997-05-13 07:14:26 +00:00
Brian Somers
50a48d7dae 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
Alexander Langer
2ac0c19008 Typo fix: sq --> qs 1997-05-12 01:56:31 +00:00
John Fieber
59520394f8 Specify EUC-JP character encoding. 1997-05-11 23:26:13 +00:00
Paul Traina
d1ed0d3d16 Update the manual page to call more attention to the probe override flags. 1997-05-11 18:28:08 +00:00
Wolfram Schneider
0d13363288 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
Wolfram Schneider
70c8851f9b Support compressed output. Default is uncompressed output format.
Fix print target.
1997-05-11 00:32:14 +00:00
Jordan K. Hubbard
ea9fb9a43c New Italian keymap
Submitted by:	Gianmarco Giovannelli <gmarco@scotty.masternet.it>
1997-05-10 23:05:41 +00:00
Masafumi Max NAKANE
2914552a87 Remove this file to sync with the English version. 1997-05-10 03:55:55 +00:00
Masafumi Max NAKANE
a24f4b45ff Change translation for some phrase. 1997-05-10 03:48:03 +00:00
Masafumi Max NAKANE
cf9cf5e7ba 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
John Fieber
9f944c1498 Remove linuxdoc to latex support. 1997-05-10 03:26:27 +00:00
Masafumi Max NAKANE
bca823fa2a Added russian.sgml and removed troubleshooting.sgml. 1997-05-09 23:09:56 +00:00
Masafumi Max NAKANE
88e5b36b73 Merge the EN version changes, 1.10 -> 1.12. 1997-05-09 23:03:36 +00:00
Masafumi Max NAKANE
560ec2fbb1 Merge the EN version changes, 1.19 -> 1.21. 1997-05-09 23:02:22 +00:00
Masafumi Max NAKANE
88602408d3 Merge the EN version changes, 1.28 -> 1.29. 1997-05-09 23:01:01 +00:00
Masafumi Max NAKANE
97a6e4d373 Merge the EN version changes, 1.15 -> 1.17. 1997-05-09 22:58:07 +00:00
Masafumi Max NAKANE
e6fb6562ac Merge the EN version changes, 1.16 -> 1.17. 1997-05-09 22:57:02 +00:00
Masafumi Max NAKANE
1e3378854c Merge the en version changes, 1.9 -> 1.10. 1997-05-09 22:55:48 +00:00
Masafumi Max NAKANE
adeafa946e Merge the EN version changes, 1.69 -> 1.75. 1997-05-09 22:52:15 +00:00
Masafumi Max NAKANE
efd9cc781a 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
Masafumi Max NAKANE
71a6882b45 Merge the EN version changes, 1.22 -> 1.24. 1997-05-09 22:34:36 +00:00
Masafumi Max NAKANE
adf3c1f997 <heading> should be closed by </heading> (not </>). :-) 1997-05-09 06:19:03 +00:00
Masafumi Max NAKANE
f1f3cf1cda Merge the en version changes, 1.11 -> 1.12. 1997-05-09 05:56:24 +00:00
Masafumi Max NAKANE
ba1478c15d Merge the en version changes, 1.52 -> 1.53. 1997-05-09 03:52:17 +00:00
Masafumi Max NAKANE
6eb3f3d24f Merge the en version changes, 1.24 -> 1.25. 1997-05-09 03:41:46 +00:00
Masafumi Max NAKANE
8b6ade04d4 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
Masafumi Max NAKANE
2a34819c2c Merge the en version changes made in 1.63 -> 1.65. 1997-05-09 03:07:23 +00:00
Masafumi Max NAKANE
b23a15b5eb In one part, the list of addtional contributor wasn't kept in alphabetical
order.
1997-05-09 02:54:53 +00:00
Masafumi Max NAKANE
cbb0e4c789 Merge the en version changes made in 1.3 -> 1.4. 1997-05-08 18:31:38 +00:00
Joerg Wunsch
e655e13a6b Kill a stale .pq line. 1997-05-08 15:31:39 +00:00
Joerg Wunsch
5273ab0dfc Add Kenjiro to the list of committers. 1997-05-08 15:30:29 +00:00
Joerg Wunsch
4b1780a7d7 Don't xref a nonexistant pc(4).
PR:		docs/3525: pcvt(4) references pc(4)...
1997-05-08 15:26:28 +00:00
Brian Somers
16ad50d83c Quote ppp.conf correctly (<tt></tt>) 1997-05-08 02:53:17 +00:00
Brian Somers
22c094029f 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
Wolfram Schneider
a6b2560334 3.3-current -> 3.0-current 1997-05-07 16:32:31 +00:00
Jordan K. Hubbard
dd4a16ea99 Clean up the slightly tortured english I produced yesterday. :) 1997-05-07 10:44:08 +00:00
Hiroyuki Hanai
e6eac8565e Catch up with the original.
Submitted by: tomo@maple.elcom.nitech.ac.jp (WATANABE tomoo)
1997-05-07 04:45:54 +00:00
Peter da Silva
466ca2f4a1 PR: none
Submitted by:	pds
1997-05-06 16:21:18 +00:00
Doug Rabson
77e25db56d Add SMPHDRS to CLEANFILES instead of replacing its current value. 1997-05-06 14:29:56 +00:00
Wolfram Schneider
af563dd4a7 Fix FTP link to the statically linked FreeBSD executables
freefall -> hub
1997-05-06 11:18:44 +00:00
Jordan K. Hubbard
4fe2aec4ad Describe SNAPs and RELENGes as requested on USENET. 1997-05-06 06:38:46 +00:00
John Polstra
ef431e2e9e 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 Eklund
6d7b98c12d 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
Jordan K. Hubbard
0db6cd9369 Yikes! I thought I updated these references to sup ages ago.. Hmmmm! 1997-05-04 11:57:51 +00:00
Jordan K. Hubbard
f0394ba022 Update our history a little (whoops - I thought I'd committed
this days ago!).
1997-05-04 08:11:24 +00:00
John Polstra
2f41752dd4 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 Klemm
1a827e9f69 synchronize with bsd.doc.mk (long outstanding fix)
PR:		closes docs/3479
1997-05-03 19:58:39 +00:00
Jordan K. Hubbard
60f612962d bettter -> cleaner. 1997-05-03 04:46:42 +00:00
John Fieber
fd5fab20b5 Use <sect1> for sectioning instead of <p><bf>..</bf></p>. 1997-05-02 18:27:06 +00:00
John Fieber
6463d187d5 Markup debogification.
(<deflist><itemize>...</itemize></deflist> is nonsensical and should
not be allowed by the DTD)
1997-05-02 18:07:43 +00:00
John Fieber
77a12d881c 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
John Fieber
237d85868d 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
John Fieber
8750f35986 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
Andrey A. Chernov
8f622accfb More formatting + more info 1997-05-02 08:37:48 +00:00
Andrey A. Chernov
113de7a90e Improve SGML formatting.
Add more info.
1997-05-02 08:07:35 +00:00
Andrey A. Chernov
33293868ee Add ascii to comment describing default FORMATS value too
(see previous commit)
1997-05-02 05:07:45 +00:00
Andrey A. Chernov
d228db0cbc 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
Andrey A. Chernov
a256f5a022 Add more info about l10n 1997-05-02 04:55:14 +00:00
Andrey A. Chernov
b63edaf35f 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
Jordan K. Hubbard
18a47d3b2b COFF sections not restricted to 16 bits.
Submitted by:	cubfm :)
1997-05-01 22:07:51 +00:00
Jordan K. Hubbard
6dd23b5447 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
John Fieber
55b79d0bdf Put the Troubleshooting chapter out of its misery. 1997-05-01 03:06:32 +00:00
Jordan K. Hubbard
f40b37bdb9 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
Steve Passe
7f7578c815 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
Bruce Evans
035e8553c0 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
Bruce Evans
409ac84cb2 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
Bruce Evans
c0bb409c43 Oops. The previous change duplicated the grossness instead of removing it. 1997-04-30 17:03:09 +00:00
Bruce Evans
a460096719 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
Masafumi Max NAKANE
9175ebbfd5 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
Masafumi Max NAKANE
6800a36d1f 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
Hiroyuki Hanai
55d873b0f4 Catch up with the original.
Submitted by: iwasaki@jp.FreeBSD.org
1997-04-30 06:43:05 +00:00
Hiroyuki Hanai
76172f198c Catch up with the original. 1997-04-30 06:41:51 +00:00
Andrey A. Chernov
ba11dfa74c bugfix: 'make depend' cause all LKMs rebuild 1997-04-30 06:04:17 +00:00
Satoshi Asami
29c78eecc2 (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
Steve Passe
066da549d4 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
Satoshi Asami
4c842bedc9 Add ports-converters and ports-textproc targets. 1997-04-27 00:36:47 +00:00
Satoshi Asami
0047068d92 Add description of ports-converters and ports-textproc. 1997-04-27 00:32:37 +00:00
Andrey A. Chernov
52559db623 Cosmetique changes in my entry, add yet one ID 1997-04-25 22:58:22 +00:00
Andrey A. Chernov
a78bf3379c Update ID in my pgp key 1997-04-25 22:54:33 +00:00
Masafumi Max NAKANE
c85f893023 Integrated 1.54 -> 1.55 changes. 1997-04-25 20:09:23 +00:00
Masafumi Max NAKANE
8ee47fc02c Mailto: was missing for one contact person's address.
Submitted by:	 Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
(Closing PR #3051.)
1997-04-25 20:03:48 +00:00
Hiroyuki Hanai
ccf456d095 Catch up with the original. 1997-04-25 07:24:02 +00:00
Bruce Evans
1c735bb4a5 Pass everything in ${LDADD} directly to the linker for `make depend'
to prevent complaints from the compiler about nonexistent libraries.
1997-04-23 18:47:42 +00:00
Jordan K. Hubbard
b1cb452e94 Add Christoph Kukulies to donor's gallery. 1997-04-23 18:36:37 +00:00
Bruce Evans
32899676a8 Fixed missing strip step in .S.o and .S.po rules.
Fixed back to front -X and -x strip flags in .m.o and .m.po rules.
Fixed disordered .m.o and .m.po rules.  What is .m?

Stripping probably should be removed.  It makes problems in library
functions hard to debug...
1997-04-23 10:26:18 +00:00
Jordan K. Hubbard
b867e699aa Remove sef's email address. 1997-04-23 02:54:28 +00:00
John-Mark Gurney
7d2f1d1f8c fix a bugon of last commit 1997-04-22 05:52:54 +00:00
Nate Williams
1642d92165 - Added Samuel Lam <skl@ScalableNetwork.com> for his 3c589D patch. 1997-04-21 13:44:07 +00:00
John Fieber
19a58fedca Fix markup bogons. 1997-04-21 00:42:54 +00:00
Satoshi Asami
052b42b8a0 Merge from 2.2. 1997-04-21 00:24:51 +00:00
Peter da Silva
8ac8d7f6d1 Updating FAQ entry for X Inside.
Added FAQ entries for tape changers and login names.
Fixed <code> tags.

PR:		docs/3324
PR:		docs/3326
1997-04-20 11:53:53 +00:00
Wolfram Schneider
2690f9b182 Sync with original source.
BTW, the BSD family tree has been reviewed by:
John S. Quarterman, Keith Bostic, Kirk McKusick, Peter H. Salus.
1997-04-19 20:25:36 +00:00
Bruce Evans
7c0c241dea Updated comment about MANDEPEND (it was misplaced in bsd.prog.mk). 1997-04-19 14:55:17 +00:00
Bruce Evans
25070303ca Removed unused (and almost unusable) support for LDONLY. See ld/rtld
for how to use gcc to invoke the linker only.

Removed `.if 0'ed support for not creating intermediate object files.

Removed unused include of bsd.libnames.mk (LDONLY had the last reference
to it).

Removed stale misplaced comment about MANDEPEND.
1997-04-19 14:36:49 +00:00
Gary Palmer
89a959711d Point people at ftp://ftp.FreeBSD.ORG/pub/FreeBSD/CTM for the deltas
instead of ftp://freefall.cdrom.com/pub/CTM (which it hasn't been
for ages)
1997-04-19 10:40:45 +00:00
Wolfram Schneider
8453c474b2 Downgrade Slaven Rezic's name from latin2 to latin1 1997-04-17 16:26:54 +00:00
Jordan K. Hubbard
eca4afb039 Add Sean Eric Fagan and Chuck Robey for their kind monetary donations
to the project.
1997-04-16 17:55:22 +00:00
Daniel O'Callaghan
ef0e77e33a Suggested by: David Nugent
Change the name of ppp.disabled to ppp.deny for consistency with
at.deny and friends.
1997-04-16 02:10:22 +00:00
Satoshi Asami
992b8e3ad2 (1) Change comment for USE_X11 to be more explicit about what it
means.

(2) Change MASTER_SITE_GNU etc. to use += instead of ?=, so users can
    specify a local mirror in /etc/make.conf and still get the full
    fallback in case something is missing.
Submitted by:	Narvi <narvi@haldjas.folklore.ee>

(3) Skip port if USE_X11 or USE_IMAKE is defined and /usr/X11R6
    doesn't exist.
Submitted by:	imp

(4) Add "-" in front of rmdir of ${DISTDIR}/${DIST_SUBDIR} in
    distclean target; the directory might not be empty because the
    subdir is shared with some other ports' distfiles.
1997-04-15 08:36:41 +00:00
Satoshi Asami
a9ad17bc71 Add comments about overridable MASTER_SITE_* variables.
Suggested by: Narvi <narvi@haldjas.folklore.ee>
1997-04-15 08:16:44 +00:00
Daniel O'Callaghan
648cce8fd5 List of users who may not use pppd in system password logins, and a
sample list of acceptable shells.
1997-04-15 07:15:15 +00:00
Bruce Evans
4e3785d415 Removed ix.4.
Submitted by:	roberto
1997-04-14 15:05:49 +00:00
Jordan K. Hubbard
d7750f9aea Add Stefan Bethke to all the usual places.
Fix typo-spam from yesterday (sorry John!)
1997-04-14 13:20:21 +00:00
Wolfram Schneider
8f2b2dde93 Add manpage link introduction.1 -> intro.1 1997-04-14 10:24:14 +00:00
John-Mark Gurney
a41f2f4c1c slight rewording of HISTORY section
Closes PR#3261
1997-04-14 09:24:06 +00:00
Justin T. Gibbs
30e97236b1 Remove this man page now that the ie driver supports the EtherExpress16. 1997-04-14 00:31:19 +00:00
Bruce Evans
2e14815b84 Fixed #include and/or prototype bugs in synopsis. 1997-04-13 14:49:13 +00:00
Bruce Evans
b18e517615 Updated synopsis for Lite2.
Fixed missing #include in synopsis.
1997-04-13 14:39:59 +00:00
Jordan K. Hubbard
8dc10e55b6 Add Jack O'Neill for his donation of an NCR 53C575 controller card. 1997-04-13 14:36:18 +00:00
Bruce Evans
69a6a1d797 Fixed type bugs in synopsis. Some of the typedefs that were used here
haven't existed for years, if they ever existed.  The "prototypes" are
actually for macros, so they are difficult to check automatically.
1997-04-13 14:19:59 +00:00
Bruce Evans
752a907a84 Removed bogus unused #include. 1997-04-13 11:31:20 +00:00
Bruce Evans
426b2108e5 Removed bogus unused #include. 1997-04-13 11:24:29 +00:00
Bruce Evans
bb008c02c1 Updated to use new MOD_SYSCALL() and MOD_DISPATCH() macros.
Removed bogus unused #include and unused #includes.
1997-04-13 11:10:40 +00:00
Jordan K. Hubbard
6eb5e456f1 Support GLOBAL style tags. 1997-04-13 06:44:25 +00:00
Jordan K. Hubbard
1c662397c4 Add a -b option to make the resulting CDROM image bootable
(requires new mkisofs 1.10 port).
1997-04-13 06:43:58 +00:00
Joerg Wunsch
ab38bd50f6 Minor fixups. Mention that DDB now has a history, and understands
emacs-style editing (which it used to have for a long time already).
Also mention the `gdb' and `help' commands.  Other commands need an
overhaul, too (like the various `show' subcommands), but i don't feel
very competent for these.
1997-04-12 21:54:48 +00:00
Jordan K. Hubbard
8fa44be059 Fold hardware contributors section into the donor's gallery - no sense
in having two places for this.
1997-04-12 16:51:20 +00:00
Brian Somers
49c7494bef Support input and output filters with remote printing.
Output filters are executed on a per-file basis as it's
necessary to supply the file size to the "other side".
1997-04-12 04:23:13 +00:00
Bruce Evans
336ff946fc Fixed #include(s) in the synopsis to actually declare the function(s) in the
synopsis.
1997-04-11 17:58:16 +00:00
Bruce Evans
d134e17633 Cleaned up synopsis:
- don't quote function names, since quoting them is unnecessary and
  unusual and confuses my synopsis checker.
- include <sys/types.h> instead of <sys/param.h>.  It is normal to
  (have to) include <sys/param.h> instead of <sys/types.h>, but it
  is more useful for man pages to document minimal prerequisites.
1997-04-11 17:55:19 +00:00
Bruce Evans
29ea3efb24 Fixed synopsis:
- don't declare nonexistent function sleep().
- don't include <sys/errno.h> explicitly.

sleep() should be nuked some more, e.g., this man page should not be
named after a nonexistent function.
1997-04-11 17:49:56 +00:00
Jordan K. Hubbard
1dcb890ad9 Ulf has now also donated the case for "the new freefall" - amend his
entry accordingly.
1997-04-11 10:04:46 +00:00
Jordan K. Hubbard
aa9930a969 Add Joe McGuckin for the Kingston ethernet card he donated. 1997-04-11 04:32:44 +00:00
Bruce Evans
67036295bc Fixed bogus existence check related to searching for a nearby obj directory.
Now the search is as incomplete as elsewhere instead of broken.
1997-04-10 15:15:43 +00:00
Satoshi Asami
11e20b1a00 Add a short blurb about the ports page in the "applications" question.
List all three packages directories in the ensuing packages description.

Add a short (in fact, very short) section about libc.so.3.0 and wrong
package versions.
1997-04-10 12:06:53 +00:00
Brian Somers
7dbd91ddd1 Add a section on sysmouse configuration.
Suggested by: jkh
1997-04-10 10:20:46 +00:00