Commit Graph

3039 Commits

Author SHA1 Message Date
jkh
618e7852df 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
7284840add 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
57d530e561 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
cdd98794ce 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
3413120a8f Typo police. 1997-06-18 00:35:53 +00:00
ache
d50955905e Belgian keyboard fixes
Submitted by: bovynf@awe.be
1997-06-14 22:26:52 +00:00
ache
7f12134d52 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
04eb11d6d0 Typo fix.
PR:		3828
Submitted by:	Josh Gilliam <josh@quick.net>
1997-06-13 21:11:27 +00:00
ache
b2dae5c49c 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
d01fed8816 Updated serial console options. 1997-06-09 05:38:41 +00:00
asami
219e12edef (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
e8335cb1ac Add no_NO locale
Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>
1997-06-03 14:17:12 +00:00
max
7bd25d2de1 Add Xreference to chio(1). 1997-06-02 21:01:00 +00:00
jmz
24b620482b 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
652bbc1bdb Typo fix. 1997-05-30 15:43:36 +00:00
peter
ea1b152d86 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
94c898b415 Add a `strip' target which remove the ^H from plain text files. 1997-05-25 12:43:06 +00:00
dfr
e14fe091d3 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
d93f6c868e 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
2ad82c10d8 wl.4 was missing from the MAN4 list 1997-05-23 12:07:33 +00:00
asami
9cad3d858e 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
9f1ebfa29b 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
9fe2e67351 Merge the EN version changes, 1.18 -> 1.19. 1997-05-23 07:26:04 +00:00
brian
2a66449152 Add LIBALIAS. 1997-05-23 04:48:23 +00:00
jdp
ef0e59a6cc Add the new doc-all collection. 1997-05-23 04:17:44 +00:00
msmith
433622e0d0 Add wl.4
Reminded by:	joerg
1997-05-23 03:21:36 +00:00
msmith
995d5b0ba4 Manpage for the 'wl' Wavelan driver. 1997-05-22 08:52:23 +00:00
max
b58240c9da Merge the EN version chages, 1.247 -> 1.249. 1997-05-21 08:28:12 +00:00
asami
5ba09da47c Add Brian Handy <handy@lambic.space.lockheed.com> for his bclock
port submission.
1997-05-21 04:19:23 +00:00
asami
83251b17ab Add Vanill Ice <vanilla@Minje.Com.TW> for the filerunner port update. 1997-05-21 03:27:15 +00:00
max
848372b1d6 Merge the EN version changes, 1.246 -> 1.247. 1997-05-20 14:25:19 +00:00
charnier
f3602ceeac Remove me from add. contributors, I am now in committers. 1997-05-20 11:13:54 +00:00
max
5422e752b3 Merge the EN version changes, 1.245 -> 1.246. 1997-05-20 02:04:34 +00:00
max
b58368b60c Merge the en version changes, 1.67 -> 1.69. 1997-05-20 02:03:00 +00:00
max
5469b6c281 Merge the EN version changes, 1.17 -> 1.18. 1997-05-20 01:53:11 +00:00
jfieber
098a6a700f Fixed botched author entity definition. 1997-05-20 00:32:52 +00:00
joerg
443f3ae59b Add a man page for sppp(4). 1997-05-19 22:04:40 +00:00
jdp
0ba7dd6093 Add the new src-contrib-crypto collection. 1997-05-19 17:39:20 +00:00
jmz
cdca8a41e6 The 'wormcontrol select' command no more exists. 1997-05-19 17:35:57 +00:00
jmz
0889c810f0 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
395d021a45 Include the new "src-contrib-crypto" collection. 1997-05-19 17:22:52 +00:00
eivind
e3e4b44d15 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
ad874a7eb1 Fix my usual omission: add Philippe Charnier to the list of contributors.
Reminded by:	max
1997-05-19 15:54:37 +00:00
max
4fbc8b60fe 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
2f6afef0ba Typo fix. Also, __FreeBSD_version of -current doesn't change after
each release anymore. :)
1997-05-19 12:32:34 +00:00
phk
f142012dda Mention that flags 0x10000 disables test#3 1997-05-18 21:24:04 +00:00
max
639a4a64c3 Merge the EN version changes, 1.69 -> 1.70. 1997-05-18 12:16:02 +00:00
max
0c4f5db4d7 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
fb72d70eae Document __FreeBSD_version values up to 2.2.2R. Should be in 2.2.2. 1997-05-18 03:35:01 +00:00
asami
bc98e33789 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