Commit Graph

3680 Commits

Author SHA1 Message Date
mph
140a08851d Correct a minor spacing error. 1998-05-31 04:53:30 +00:00
sos
d721e2b3d6 ELF preparation step 2:
Move a.out libraries to /usr/lib/aout to make space for ELF libs.
Make rtld usr /usr/lib/aout as default library path.
Make ldconfig reject /usr/lib as an a.out library path.
Fix various Makefiles for LIBDIR!=/usr/lib breakage.

This will after a make world & reboot give a system that no
longer uses /usr/lib/*, infact one could remove all the old
libraries there, they are not used anymore.

We are getting close to an ELF make world, but I'll let this
all settle for a week or two...
1998-05-26 20:12:56 +00:00
steve
79a6f66d08 Norwegian dates should have a dot after day of month.
PR:		6749
Submitted by:	Hans Petter Bieker <zerium@webindex.no>
1998-05-25 18:51:47 +00:00
julian
9fc01fa211 Hide the interface name in the sin_zero section of the sockaddr_in
passed to the user process for incoming packets. When the sockaddr_in
is passed back to the divert socket later, use thi sas the primary
interface lookup and only revert to the IP address when the name fails.
This solves a long standing bug with divert sockets:
When two interfaces had the same address (P2P for example) the interface
"assigned" to the reinjected packet was sometimes incorect.
Probably we should define a "sockaddr_div" to officially hold this
extended information in teh same manner as sockaddr_dl.
1998-05-25 08:44:31 +00:00
jkoshy
225f8225ca Fix example in manual page.
PR: 5443
Submitted by: AMAGAI Yoshiji <amagai@nue.org>
1998-05-25 07:11:41 +00:00
phk
3604657132 /usr/src/share/timedef/data/no_NO.ISO_8859-1.src uses initinal
upper case in weekdays and months instead off all lower case.

PR:		6721
Reviewed by:	phk
Submitted by:	Hans Petter Bieker <hanspb@persbraten.vgs.no>
1998-05-23 07:55:47 +00:00
jkoshy
6a998a09a2 Added contributed entry for Linux consoles.
PR: 5977
Submitted by: Christian Weisberger <naddy@bigeye.rhein-neckar.de>
1998-05-21 09:10:55 +00:00
wpaul
2e2f4b1006 Add man page for ThunderLAN driver. 1998-05-21 03:20:39 +00:00
jkh
5229d8895c Complete back-out of the bsd.locale.mk change.
OK'd by:	asami
1998-05-20 22:27:18 +00:00
jkh
a01f28c9ab Back out locale change until it's better understood by all just
what it is we're trying to do here. :)
OK'd by:	asami
1998-05-20 22:24:48 +00:00
mph
e48dc12e24 Add rcsid. 1998-05-20 05:43:01 +00:00
mph
daa4d2a9e5 If LOCALE is not defined, default to USA. Otherwise, bsd.locale.mk
blows up with errors.
1998-05-20 05:41:20 +00:00
mph
878146fb13 Add bsd.locale.mk to the list of files. Whether bsd.locale.mk is
the right solution or not, bsd.port.mk is broken unless bsd.locale.mk
is installed.

Note that if LOCALE is not defined, port-building explodes:

"/usr/share/mk/bsd.locale.mk", line 135: if-less elif
"/usr/share/mk/bsd.locale.mk", line 135: Need an operator
(For each .if testing LOCALE)
1998-05-20 04:57:16 +00:00
thepish
b63d7c0d58 PR: misc/6031
Patch applied as per PR - enables preferential fetch from local mirrors
1998-05-19 13:14:11 +00:00
thepish
32d64ec140 PR: misc/6031
Patch applied as per PR - enables preferential fetch from local mirrors
1998-05-19 13:02:04 +00:00
wosch
4274fd3f29 Add rules to generate PDF files. 1998-05-18 16:57:10 +00:00
jb
1612817daf syscons is i386 specific due to machine/console.h 1998-05-15 11:55:47 +00:00
bde
82c6a7ff5d Oops, forgot references in previous commit.
Submitted by:	Brian Cully <shmit@erols.com>
PR:		6178
1998-05-15 09:34:48 +00:00
bde
7fff95e301 Support Objective C almost as well as C++.
Notes:
- We no longer use -fgnu-runtime in bsd.lib.mk, since it is the default
  and bsd.lib.mk is the wrong place to override it.
- Gnu C doesn't have a special compiler driver for Objective C like it
  does for C++.  The defaults are suitable for Gnu C.  Use `OBJCLIBS='
  in /etc/make.conf for POC.
1998-05-15 09:30:13 +00:00
jkoshy
7b80bdf4e4 Removed misleading claim that login classes are no longer implemented.
Added Xref to pw(8).
1998-05-15 09:19:03 +00:00
pst
40036783ac Add an example showing how to build a UFS floppy 1998-05-14 06:42:47 +00:00
wosch
fb5716df39 Add upcoming NetBSD 1.3.2
Submitted by: Sune Stjerneby <stjerneby@usa.net>
1998-05-12 14:33:37 +00:00
wosch
1409ea4c00 Add upcoming FreeBSD 2.2.7 and FreeBSD 2.2.8
Add NetBSD-1.3.1.
1998-05-12 08:04:27 +00:00
bde
bd78228c8a Oops, the lex and yacc sources must be added to SRCS before ${SRCS}
is used in the dependency list for ${DEPENDFILE}.  `make depend' was
broken for a few days.  `make world' only uses `make depend' when
NOCLEAN is defined, so only a few people noticed the bug.

Submitted by:	mostly by jmg
1998-05-11 15:37:13 +00:00
steve
616fb5fd8c Change NBPG to PAGE_SIZE to match one of phk's recent commits.
PR:		6573
Submitted by:	Kazuo Horikawa <horikawa@jp.freebsd.org>
1998-05-11 03:41:51 +00:00
wosch
5314728f35 Print a human-readable warning and die if $INFODIR do not exist.
PR: bin/6138
Reviewed by: bde
1998-05-09 22:15:19 +00:00
phk
aa42173ba1 Add a crucial missing _ in NO_SENDMAIL
PR:		6545
Reviewed by:	phk
Submitted by:	Jos Backus <jbackus@plex.nl>
1998-05-08 20:15:39 +00:00
bde
05b599527d Moved lex and yacc source handling from bsd.prog.mk to bsd.dep.mk
so that it applies to libraries (and lkms) as well as programs.
1998-05-08 06:31:05 +00:00
bde
dc8259b6c1 Only include bsd.dep.mk in `mk'files that handle C sources. Abuse
bsd.obj.mk instead of bsd.dep.mk for defining the _SUBDIR target
and a default tags target.  Abuse bsd.obj.mk for defining default
cleandepend and depend targets.
1998-05-06 18:44:04 +00:00
andreas
8145a6c88b Overlooked, that newer naming convention is xxx_program instead of xxx_prog.
So changed it to ntpdate_program and xntpd_program.
Backout last change, now we have again named_program, sorry.
1998-05-06 17:36:16 +00:00
andreas
dfdbe9c27e document ntpdate_prog and xntpd_prog
fix: named_program -> named_prog to reflect "real life"
(I suggest keeping this shorter name convention as it is
actually used in the config file)
1998-05-06 17:26:48 +00:00
wosch
87484f1c55 Delete stale comment.
Pointed out by: bde
1998-05-06 16:53:53 +00:00
bde
eb8bfe7727 Regress to generating foo.c from foo.y via y.tab.c for crufty applications
that want a y.tab.h file.  This want must be specified by putting y.tab.h
in SRCS (and defaulting to or putting -d in YFLAGS).  This only works if
there is only one yacc parser, of course.  One improvement:  copy y.tab.c
to foo.c instead of renaming it, so that `#line...y.tab.c' statements in
it refer to an existing file.

Regress to not generating explicit rules for .l and .y sources containing
slashes.  This case is unusual and hard to handle properly.

Don't generate an unused dependency when -d is not in YFLAGS.
1998-05-06 15:01:18 +00:00
phk
ffb8b110af devfs_add_devswf(9) and devfs_link(9) don't tell you how to
remove the device once it's added or linked.

PR:		6524
Reviewed by:	phk
Submitted by:	Brian Cully <shmit@kublai.com>
1998-05-06 09:13:53 +00:00
bde
274f15d7f8 Oops, the symlink from y.tab.h doesn't work until its target exists. 1998-05-05 03:59:27 +00:00
bde
33c6faa233 Fudge local variables better in the yacc rules so that multiple yacc
sources are handled properly.
1998-05-04 17:43:46 +00:00
bde
7b0f6d9372 Generate explicit rules and other infrastructure for lex and yacc
sources.  This will be used to fix `make -jN' races in many
Makefiles in /usr/src, and to simplify these and other Makefiles.

To get the fixes and simplifications, application Makefiles should
put the raw lex and yacc source names (foo.l and bar.y) in SRCS and
not put the names of any generated files in SRCS or CLEANFILES.  A
few Makefiles already do this, although it didn't actually work before
(mkdep couldn't create complete dependencies because there is no
intermediate .c file for the .y.o and .l.o implicit rules).

Complications: if bar.y is in SRCS and -d is in YFLAGS, then bar.h
will be generated whether or not it is used, even if this clobbers a
real source file.  This is so that bar.c can be generated using the
-j-safe and debugger-friendly -o option to YACC.  There are smaller
warts for handling y.tab.h.  y.tab.c and lex.yy.c are not supported.
1998-05-04 13:54:41 +00:00
phk
2011abff94 Just the sans-serif console font that I use on my system; I've made the
letters one pixel taller, and the ()[]{} are more distinct.  Nice if
your monitor is small.  8x16 and 8x8 fonts included.

PR:		4208
Reviewed by:	phk
Submitted by:	Dan Nelson <dnelson@emsphone.com>
1998-05-04 11:24:05 +00:00
steve
913c615bca Change a couple 'make' to '${MAKE}'.
PR:		6341
Submitted by:	Niall Smart <rotel@indigo.ie>
1998-05-04 04:01:26 +00:00
jraynard
ed117dff86 Typo fixes 1998-05-03 22:59:47 +00:00
steve
800405bb8c Typo and grammer fixes.
PR:		6482
Submitted by:	Allen Campbell <allenc@verinet.com>
1998-05-03 17:57:39 +00:00
bde
0ea1352bad Added -ansi to CWARNFLAGS so that ANSI errors don't come back. 1998-05-01 18:13:37 +00:00
jkh
ac35738048 Add -pipe to default CFLAGS. The optimization it provides is cheap
and does not require any special action on the part of the user to
take advantage of it.  And no, it probably won't work with c89. Cry me
a river!
1998-05-01 11:36:59 +00:00
andreas
91d8569651 Fixes incorrect company and product names in uha(4) manpage and
LINT config file. Should be merged to -STABLE as well.
PR:		closes 6447
Submitted by:	Steven Plite splite@purdue.edu
1998-04-29 17:09:41 +00:00
bde
d51799d460 Don't include ../Makefile.inc here. bsd.man.mk is always included
in another .mk file which has already included ../Makefile.inc, so
including ../Makefike.inc again mainly messed up `+=' definitions.
1998-04-27 15:08:07 +00:00
jb
f545b89f1d Add an example supfile for the gnats database.
Submitted by:	A Joseph Koshy <koshy@india.hp.com>
1998-04-20 11:26:29 +00:00
brian
7ecfe342d3 Add natd support.
PR:		6339
Submitted by:	cdillon@wolves.k12.mo.us
1998-04-18 10:27:19 +00:00
ache
abc61edcc7 Add commented out common INSTALL and FORCE_PKG_REGISTER knobs 1998-04-16 08:21:24 +00:00
ache
ce62d8a1a2 Add missing commented out MOTIF_STATIC example 1998-04-16 08:01:27 +00:00
phk
51022f7ecc In light of the fact that several widespread sendmail alternatives exists
is reason enough to make the compilation & installation of sendmail an
make.conf option.  I know that you hate negative options Bruce.

PR:		6284
Reviewed by:	phk
Submitted by:	Adrian Colley <aecolley@world.std.com>
1998-04-15 16:37:42 +00:00
bde
c30714f873 Finished previous commit. Just revert to rev.1.9.
Bruce
1998-04-13 15:05:43 +00:00
jkh
f7b4d78e61 Fix comment.
Scolded by:	bde
1998-04-12 14:02:33 +00:00
sos
8d0fdc2a30 omehow Jordan got 07.lpd in -current enabled again... 1998-04-12 12:33:59 +00:00
phk
2aea3fb27d In these enlightened times there are more and better places to find
this information.  PR 2789 mentions:

     http://www.pacbell.com/about-pb/areacodes/

     http://www.bellcore.com/NANP/

PR:		2789 (in a backewards kind of way)
1998-04-11 20:45:16 +00:00
jkh
9a9d702cd5 MF22: build lpd docs 1998-04-11 15:10:35 +00:00
jb
fabacd3602 Add a reference to the gcc linker option -pthread that is part of
the FreeBSD configuration LIB_SPEC.
1998-04-10 09:33:09 +00:00
sos
5462e4960a Add the LBA addressing flag. 1998-04-09 22:31:47 +00:00
jb
a4935aa96b This function compiles with the standard, so say so. 1998-04-03 09:12:19 +00:00
jb
f11c4bb2b1 This function compiles with the standard, so say so.
Add a note about not touching errno and warn about previous drafts
of the standard which changed the level of indirection to the thread
argument. POSIX had a bit of trouble deciding what to do. So anyone
coding to both draft 4 and draft 10 (the final draft) will get burnt
by this function. I did. Grrr.
1998-04-03 09:11:15 +00:00
charnier
cd07f10c0d .Sh AUTHOR -> .Sh AUTHORS. 1998-04-01 06:24:20 +00:00
jmz
22b3e3fe59 Document the WORMIOCFIRSTWRITABLEADDR ioctl. 1998-03-31 01:55:11 +00:00
imp
238c6f7e15 fkey61 is the same thing as del, kinda. Make sure that we really swap del and
bs.

Reported by: Chuck Robey
1998-03-30 04:25:42 +00:00
eivind
8e6d039cfc Support for fine-grained external control of subdir building. 1998-03-29 01:10:09 +00:00
dufault
2c8366e69b Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
_KPOSIX_PRIORITY_SCHEDULING options to work.  Changes:

Change all "posix4" to "p1003_1b".  Misnamed files are left
as "posix4" until I'm told if I can simply delete them and add
new ones;

Add _POSIX_PRIORITY_SCHEDULING system calls for FreeBSD and Linux;

Add man pages for _POSIX_PRIORITY_SCHEDULING system calls;

Add options to LINT;

Minor fixes to P1003_1B code during testing.
1998-03-28 11:51:01 +00:00
imp
db4caa8dd6 Add us.unix.kbd. Just like us.iso.kbd except:
ESCAPE and `~ are swapped
	CTRL and CAPS LOCK are swapped
	BACKSPACE and DELETE are swapped

Suitable for keymap=us.unix in your rc.conf file or for setting on the
fly with kbdcontrol -l us.unix.  This is the keyboard layout of many of
the more traditional unix workstations and terminals that have been around
for a very long time.  Older Sun keyboards and VT100's had a layout
very similar to the PC, with the above exceptions.
Idea Reviewed by:	Many people in -hackers
1998-03-28 06:42:43 +00:00
eivind
a77eb73d96 Remove special handling of 'tags' for complex subdir systems
(presently only used in tip; should have been used by e.g. pkg_add).

Submitted by:	bde
1998-03-26 16:02:44 +00:00
dima
6fcc7e1ae3 Don't build sperl if you don't want to. 1998-03-26 06:06:22 +00:00
asami
b86ee41e33 Don't delete "Latest" link if NO_LATEST_LINK is set. 1998-03-24 03:34:51 +00:00
peter
ef86fb7886 Updates for the new si driver.
Obtained from:  Nick Sayer <nick@specialix.com>, and tweaks by me.
1998-03-23 20:24:31 +00:00
eivind
5f641f2e99 Support new version of global.
Submitted by:	Shigio Yamaguchi <shigio@wafu.netgate.net>
Tested by:	make buildworld
1998-03-23 14:58:30 +00:00
bde
54d85d6ca0 Fixed a function arg type in the synopsis. 1998-03-23 13:07:17 +00:00
bde
07e14300d5 Use gzip's -n flag so that simple regression tests of `make world'
work better.
1998-03-19 13:32:43 +00:00
bde
63273cdce3 Fixed CLEANFILES. Some temporary files were missing. 1998-03-19 13:22:46 +00:00
jkh
73339bca8e style tweak. 1998-03-18 08:00:25 +00:00
jkh
7cce5f33ab Document NOPERL 1998-03-18 07:58:49 +00:00
bde
f3c6561f7d Improved comparison of ${DPADD} with ${LDADD} for the checkdpadd target.
`BINFORMAT=foo make checkdpadd' in /usr/src now reports only 2 false
negatives (in libss and init).  (BINFORMAT=foo is to turn off better
handling of the a.out case.)
1998-03-14 14:08:29 +00:00
eivind
58d18a882d Introduce the 'regress' target.
Silently approved by:	-hackers, -current
1998-03-12 20:02:17 +00:00
charnier
285c5ca314 .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.
Use .An/.Aq.
1998-03-12 07:31:21 +00:00
jkh
d0529b16d1 Add man page for the bktr driver.
PR:		5954
Submitted by:	wlloyd@mpd.ca (with tweaks from reviewer)
1998-03-09 10:56:22 +00:00
jkh
0d4df699eb Document rarpd flags. 1998-03-09 08:50:59 +00:00
jkh
89ec5456d5 Typo fixes.
PR:		5951
Submitted by:	Doug <Studded@dal.net>
1998-03-09 02:21:17 +00:00
dufault
1756693a64 Reviewed by: bde
Changes to support building with _POSIX_SOURCE set to 199309L:

1. Add sys/_posix.h to handle those preprocessor defs that POSIX
says have effects when defined before including any header files;

2. Change POSIX4_VISIBLE back to _POSIX4_VISIBLE

3. Add _POSIX4_VISIBLE_HISTORICALLY for pre-existing BSD features now
defined in POSIX.  These show up when:

_POSIX_SOURCE and _POSIX_C_SOURCE are not set or
_POSIX_C_SOURCE is set >= 199309L

and vanish when:

_POSIX_SOURCE is set or _POSIX_C_SOURCE is < 199309L.

4. Explain these in man 9 posix4;

5. Include _posix.h and conditionalize on new feature test.
1998-03-08 17:25:38 +00:00
jraynard
64893ee60d Revert previous commit. Despite the names, these files contain
troff input, not C source.
1998-03-07 22:34:23 +00:00
bde
40b6ef5805 Pass -nostdinc to mkdep for assembler and C files (it was already
passed for C++ files).

Don't pass -nostdlib to mkdep for C++ files.

Don't use temporary variables to obfuscate the main rule.
1998-03-07 13:57:37 +00:00
bde
8d338ad7a6 Fixed generation of extra dependencies:
- the two `_EXTRADEPEND::' targets potentially clobbered each other for
  `make -jN'.  In practice, the output for the second target sometimes
  disappeared.
- bogus dependencies were generated for static libraries.
1998-03-07 13:13:41 +00:00
bde
828c42584e Reverted part of previous change and improved formatting. Switching
from `?=' to `=' for BINDIR was a mistake.  Sub-makefiles may need
to set BINDIR.
1998-03-07 09:06:09 +00:00
jkh
00ea678213 Documented moused flags.
Submitted by:	Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1998-03-07 09:04:24 +00:00
asami
3f1deef2f4 Add ${CXX} to list of variables passed in the environment when
invoking configure.

Submitted by:	obrien
1998-03-07 04:40:19 +00:00
jkh
1c24265bd7 MF22: add ports-biology 1998-03-06 13:36:05 +00:00
jkh
9df5f0488d Fix fprintf() here too. 1998-03-06 13:29:37 +00:00
jkh
0020a8212b \e should have been \n (don't know when this was broken). 1998-03-06 13:28:17 +00:00
bde
5287a4fccc If .depend doesn exist, then pretend that all objects depend on all
headers in ${SRCS}, as in bsd.lmod.mk and bsd.prog.mk.  This helps
`make [-j]' work when .depend doesn't exist.  Even plain `make'
sometimes only worked because of magic ordering in ${SRCS}.
1998-03-06 08:08:36 +00:00
bde
fd0c511663 Removed support for now-unused FreeBSD misfeature DPSRCS. 1998-03-06 07:28:01 +00:00
bde
6c3ef02718 Fixed dependency of ${PROG} on ${DPSRCS}. There were various races
for `make -j'.  There are one-off fixes for the problem in a few
Makefiles, e.g., amd/amq/Makefile.
1998-03-06 06:48:39 +00:00
bde
3658f89d3a Fixed dependencies of ${PROG} on ${DPSRCS} and `all' on ${_ILINKS}.
There were various races for `make -j'.  Half-built versions of
vnode_if.h were sometimes #included...

Removed a null dependency.
1998-03-06 05:43:46 +00:00
dufault
41966d30a6 Reviewed by: msmith, bde long ago
POSIX.4 headers and sysctl variables.  Nothing should change
unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
1998-03-04 10:27:00 +00:00
jkh
7c333238f8 syntax error in /usr/share/examples/sliplogin/slip.hosts
PR:		5873
Submitted by:	Ruslan Ermilov <ru@ucb.crimea.ua>
1998-03-02 02:52:38 +00:00
phk
11ce6ce13a Make it possible to indicate that we don't care about the remote
sides IP address, as long as it isn't 0.0.0.0
1998-02-28 21:01:09 +00:00
jraynard
a9d0164edf Fix a few typos. 1998-02-28 15:37:25 +00:00
jraynard
86edaf7a5c Strings are terminated by NUL, not NULL. 1998-02-28 15:35:22 +00:00
jhay
0d70d33d8d Update to reflect reality. We do support the WANic 400/405 PCI cards.
Fix some typos and clean it up a little.
1998-02-28 07:06:25 +00:00
fenner
97326681bc Convert ${MASTER_SITE_SUBDIR} to %SUBDIR% as in bsd.port.mk rev 1.257 1998-02-27 18:34:56 +00:00
asami
9dfef13321 Fix path in commented-out sample of MASTER_SITE_TEX_CTAN.
PR:		5861
Submitted by:	kuriyama@opt.phys.waseda.ac.jp
1998-02-27 15:45:34 +00:00
jkh
588c2d9ad2 Update man page to reflect reality.
PR:		5828
Submitted by:	Stephen J. Roznowski <sjr@home.net>
1998-02-26 02:44:17 +00:00
jkh
d58ef8e398 isofs -> cd9660
PR:		5849
Submitted by:	Benjamin Lewis <bhlewis@gte.net>
1998-02-26 02:17:42 +00:00
bde
71029f34fa Removed clean target. Simply add to CLEANFILES so that the default target
in bsd.obj.mk works.
1998-02-25 02:56:58 +00:00
bde
9159d3ac36 Remove ${CLEANDIRS} in the default clean rule, so that bsd.prog.mk can
use the default without losing any (currently unused) features.
(CLEANDIRS is only used by for libgmp and libmp via bsd.lib.mk, and
only documented everywhere it is supported except of course where it
is actually used.)
1998-02-25 02:48:28 +00:00
bde
22a0a0aec4 Don't add ${DOC}.ascii* to CLEANFILES twice. 1998-02-25 01:35:16 +00:00
bde
9f9bf50ab9 Update to sort of match reality by literally including <sys/dirent.h>
instead of a pre-BSD4.4 version of <dirent.h>.  The old version had
library goop which is still in <dirent.h>.  See reality if you want
real details.
1998-02-24 02:39:00 +00:00
bde
a47dcef9ca Update to match reality again. 1998-02-24 02:19:02 +00:00
jkh
4b4304fa9d Update docs for new stable-167 driver.
Submitted by:	Ustimenko Semen <semen@iclub.nsu.ru>
1998-02-20 18:09:28 +00:00
bde
cc3fa03f6e Removed default tags target. It was identical to the central one in
bsd.dep.mk.
1998-02-20 15:58:59 +00:00
bde
83d0eb9fe6 Removed default tags target. PROG is always defined here, so ifdefing
it was bogus, and without the ifdef the default is identical to the
central one in bsd.dep.mk.
1998-02-20 15:52:49 +00:00
bde
e0be9d058d Don't pass the undocumented flags `-se' to gtags (gtags ignores them for
compatibility).
1998-02-20 15:27:03 +00:00
bde
994dd29ef9 Fixed cleaning of tags files. GSYMS was forgotten. 1998-02-20 14:32:30 +00:00
hosokawa
e77b4c9560 Updated my e-mail address. 1998-02-20 07:19:51 +00:00
eivind
5be5db7e04 Limit check for target to smaller section of makefile. 1998-02-19 14:53:29 +00:00
asami
a270664277 (1) Don't disable "deinstall" if IGNORE is set.
I don't know what the hell I was thinking in:	rev. 1.268

(2) Create ${PREFIX} before calling mtree if it doesn't exist.  This
    may not be the best solution, but pre-install is called after
    mtree so there really isn't any way to fix this from the port
    Makefiles and thus has to be done here.
1998-02-19 06:49:27 +00:00
eivind
8f303b2fe8 Don't create a ${PROG} target if it already exists. 1998-02-19 01:30:23 +00:00
msmith
02d97f5982 Remove qcam manpages
Submitted by:	pst
1998-02-18 13:50:19 +00:00
guido
56c3a2c4c4 Document new variables forward_sourceroute and accept_sourceroute. While
we're at it: also document the already existing arpproxy.
1998-02-16 19:25:41 +00:00
yokota
c855a32fd5 Reword description of Brazilian keyboard.
Submitted by: Daniel C. Sobral
1998-02-15 18:22:40 +00:00
yokota
e50e3e7563 - Add Brazilian keymap with accent definitions.
- Better Portuguese language support for kbdmap(1).
PR: misc/5723
Submitted by: Daniel C. Sobral
1998-02-12 17:06:47 +00:00
hoek
10643c7252 Change documentation for `make package' (Thanks (indirectly) O'Brien!).
Document `make readmes'.  This is getting old, and the intent is to
stop questions regarding it; however, I have a suspicion documenting it
will work counter to ending questions about it and am mentally prepared
to see it go-ooooooooo.......
1998-02-07 21:07:51 +00:00
helbig
53f9fdfa42 Postpone the test for non-emptiness of $PROG, $OBJS and $CLEANFILES
to ``shell time''. The previous version didn't work in
/usr/src7share/man/man4.
Reviewed by:	bde
1998-02-07 17:19:06 +00:00
jlemon
3f976fc173 Document the fpgetprec/fpsetprec functions in their man page.
Add cross-references to the elusive fpsetmask() function to various other
man pages.
Reviewed by:	bde
1998-02-04 22:30:20 +00:00
wollman
d82228f331 Don't install printcap.5 from here. 1998-02-04 15:59:43 +00:00
wollman
01b8340273 Mention nameD_program. 1998-02-04 15:57:13 +00:00
jkh
044a1c6dc9 MF22 1998-02-04 15:05:23 +00:00
asami
5affd9beb7 (1) Improve the obsolete tcl/tk detection and dignosis.
Reviewed by:	the lists

(2) Change MASTER_SITE_CTAN to reflect current reality.
Submitted by:	fenner

(3) Add new port variable NO_LATEST_LINK.  When this is set, the
    "Latest" package symlink is not created.  Use this for ports that
    are betas when there is also a port for an older, more stable,
    version.

(4) Don't be too stupid about "make deinstall".
Submitted by:	fenner
1998-02-04 10:36:56 +00:00
bde
8185ac92bc Restrict the include search path using -nostdinc -I- in $(CFLAGS} as
in kernel Makefiles.  Nothing in /usr/include is used (provided
relative paths for sys/* and <machine> can be found), so there is
no need for the -I/usr/include kludge as in kernel Makefiles.
1998-02-01 17:19:54 +00:00
obrien
9ad167c281 Allow package building in current directory again. 1998-01-31 20:59:30 +00:00
hoek
0f35dca51d Fill-in and fill-out a little.
Correct a small misfact.  :)
1998-01-31 02:55:58 +00:00
jkh
71441861e3 MF22: Add tx.4 to build list. 1998-01-30 00:43:16 +00:00
jkh
08915d64b8 Add new man page for tx driver.
Submitted by:	Ustimenko Semen <semen@iclub.nsu.ru>
1998-01-29 10:26:15 +00:00
yokota
da5bbde909 Define CTL-ALT-SPACE as `suspend' in the Russian keymaps too.
OKed by ache.
1998-01-28 08:01:13 +00:00
yokota
2b2a1bbadf Oops, remove the wrong comment line I accidentaly added in the last commit. 1998-01-28 07:57:00 +00:00
obrien
dded236684 Get the year right. ;) 1998-01-28 01:12:05 +00:00
obrien
889540a2b5 Explains targets and environ vars much better.
Mostly submitted by:	imp
1998-01-28 01:09:46 +00:00
wollman
c6ea0b6dea Add 781, 978. 1998-01-27 17:04:35 +00:00
yokota
8b680abd0b - Correct inconsistencies among keymaps.
- define CTL-ALT-ESC as `debug' key in all keymaps. (FAQ mentions this
    key sequence but not all keymaps had it!)
  - define CTL-SPACE as NUL in all keymaps.
  - define CTL-ALT-SPACE as `suspend' key in all but Russiun keymaps.
- Fix Japanese keymaps. Some CTL- keystrokes were wrong.
- Remove accent (dead) key definitions from spanish.iso.kbd,
  fr.iso.kbd and icelandic.iso.kbd.  Create spanish.iso.acc.kbd,
  fr.iso.acc.kbd and icelandic.iso.acc.kbd with accent key definitions
  instead.
- Update INDEX.keymaps and Makefile.
1998-01-27 13:36:59 +00:00
bde
59af25d545 Generate symlinks to the "sys" and <machine> directories and put
them in the include path.  This fixes recent breakage of the syscons
LKMs and general brokenness of the include paths (headers under
/usr/include were used in many cases).
1998-01-26 20:36:38 +00:00
wosch
bcc9eeb820 preconsolidate is mis-spelled preconsoidate
Submitted by:  "Danny J. Zerkel" <dzerkel@phofarm.com>
1998-01-25 19:21:04 +00:00
wosch
f4b13da4f8 Add reference to /usr/share/misc/iso3166 where are most
country names stored. web2 itself does not contain country names.
1998-01-25 19:20:00 +00:00
yokota
0c43a3af9b Add brief note on error message from the driver. 1998-01-24 12:14:13 +00:00
jkh
a77778b597 DISTRIBUTION=bin - we separate it out later. 1998-01-23 20:09:21 +00:00
jb
7d7d837ee0 FreeBSD's make knows about the MACHINE, but not the MACHINE_ARCH unless
it is built with this defined (which it isn't by default). This change
to sys.mk treats the absence of MACHINE_ARCH as i386 on the assumption
that it will be appropriately defined (as something else) on any other
architecture. When building FreeBSD's make with NetBSD tools, both
MACHINE and MACHINE_ARCH are correctly set (e.g. when bootstrapping
FreeBSD's make on NetBSD/mvme68k, MACHINE=mvme68k and
MACHINE_ARCH=m68k). This isn't really needed for the alpha which
has both defined as 'alpha', but I thought it was worth getting the
distinction between a MACHINE and a MACHINE_ARCH correct now.

Now, shouldn't PC98 have MACHINE=pc98 and MACHINE_ARCH=i386 ??!!
1998-01-21 01:03:51 +00:00
bde
3a263007d0 Don't refer to the nonexistent function VOP_VALLOC. 1998-01-20 11:08:06 +00:00
pst
05864aa561 I wrote a poor, but better-than-nothing manual page for the wfd subdriver.
Obtained from:	 od.4
1998-01-17 05:15:01 +00:00
bde
8d0c3fdf2f Removed obsolete man pages. 1998-01-16 18:56:34 +00:00
bde
c93632a870 Removed references to the man pages for the obsolete interfaces
VOP_BLKATOFF, VOP_SEEK, VOP_SELECT, VOP_TRUNCATE, VOP_UPDATE,
VOP_VALLOC and VOP_VFREE.
1998-01-16 18:49:42 +00:00
bde
35c9ecbb75 Fixed synopsis again. Too much was blown away by splatting a NetBSD-
based version over the top of the FreeBSD version in rev.1.6.
1998-01-16 18:45:52 +00:00
bde
80e59870d6 Fixed bitrot. The type of the "level" is intrmask_t, not int. 1998-01-16 18:14:34 +00:00
bde
5f9505eb35 Fixed prototype for tsleep() (const poisoning). 1998-01-16 18:12:57 +00:00
bde
8148eb00a3 Fixed a missing #include in the synopsis. 1998-01-16 18:06:23 +00:00
cracauer
20fa05560a Fix typo 1998-01-15 13:42:28 +00:00
jb
382783ae60 Choose the default binary format based on machine type.
Alpha is elf, not aout.
1998-01-13 06:00:56 +00:00
julian
5671fa9f4f Add code to the example 'driver-o-matic' to support being an LKM
This may not quite work yet but should head the user in the right
direction.
1998-01-12 07:47:03 +00:00
roberto
3ee337bbc6 Add support for dead keys in the French ISO keymap.
Submitted by:	Pierre Beyssac <pb@fasterix.freenix.org>
1998-01-08 23:15:53 +00:00
joerg
9b87f16526 Reflect reality when documenting the link-level flags for 3c509 cards. 1998-01-08 17:09:38 +00:00
yokota
fa3e1fe0c3 icelandic.iso.kbd
- New, Icelandic keymap with accent (dead) key definitions.
  Based on the work done by totii@est.is.

spanish iso.kbd
- Added accent (dead) key definitions.
  Based on the work done by jmrueda@diatel.upm.es.
1998-01-07 08:46:53 +00:00
steve
0282da3e86 Revert previous commit and SEE ALSO yp(4) instead. 1998-01-07 00:57:31 +00:00
jamil
7285e56d05 documentation changes. 1998-01-06 09:39:07 +00:00
helbig
d882e193ed Add Latin LC_TIME file. 1998-01-06 00:54:33 +00:00
helbig
65ff1ad8c7 Add Finnish LC_TIME file.
This is the finish :-)
PR:		5409
Submitted by:	Ville Eerola  Thanks!
1998-01-05 00:21:18 +00:00
steve
56be999aea Note in the BUGS section that /etc/ethers has been deprecated and
that using a DNS server is preferred to a static file.

PR:		5233
Obtained from:	partially NetBSD
1998-01-04 17:34:42 +00:00
helbig
5b1fb1c797 Add LC_TIME file for Netherlands (nl_NL) and via symlink for
the northern part of Belgium (nl_BE). The southern part of
Belgium is supposed to be covered by the LC_TIME file in fr_BE.

Now only the LC_TIME for Finland is left to close PR 5409.

PR:		5409
Submitted by:	Arjan de Vet  Thanks!
1998-01-04 16:02:09 +00:00
wosch
eeec365220 Always copy the source file map3270 during install.
Pointed out by: Bruce
1998-01-04 10:42:29 +00:00
helbig
5378002cd3 Add Swedish LC_TIME file.
Submitted by Peter Olsson. Thanks!
Changed weekdays -> weekday, as suggested by Steve Price.
PR: 5409 can be closed if someone sends in LC_TIME files
for Belgium, Finland and the Netherlands.
~
1998-01-04 00:03:53 +00:00
steve
79388f50d1 Add a couple of ?='s missed in the previous commit.
Noticed by:	Paul Allenby <pallenby@zibbi.mikom.csi.co.za>
1998-01-04 00:00:21 +00:00
steve
e7171be21c Comment out xref to buf(9) manpage.
PR:		5421
1998-01-03 22:26:00 +00:00
steve
685984aebc (u|w)tmp files are maintained by newsyslog(8).
PR:		5414
1998-01-03 20:31:25 +00:00
wosch
8f297ed55c Add new variables:
LIBCOMPATDIR 	[/usr/lib/compat]
	LIBDATADIR 	[/usr/libdata]
	INCLUDEDIR 	[/usr/include]
	LIBEXECDIR 	[/usr/libexec]
1998-01-03 19:07:30 +00:00
wosch
cdd3ffeafb 444 -> ${SHAREMODE} 1998-01-03 14:13:48 +00:00
wosch
668f85e2b1 444 -> ${SHAREMODE}
/usr/share -> ${SHAREDIR}
1998-01-03 14:09:21 +00:00
wosch
f4f57da91e Use INFO* variables. 1998-01-03 14:06:26 +00:00
wosch
9c5bb1fb9a Undo rev 1.11, the cd is null since NOOBJ is set.
444 -> ${SHAREMODE}
1998-01-03 14:04:55 +00:00
wosch
937f457e61 Delete unused BINDIR variable. 1998-01-03 12:22:56 +00:00
wosch
202247f11a Set BINDIR correctly. Add BINOWN and BINGRP variables. 1998-01-03 11:29:01 +00:00
wosch
8514bce9db These files are now ports in ports/misc. 1998-01-02 19:32:37 +00:00
alex
98c758e7db Expanded cross references. 1998-01-02 19:22:52 +00:00
alex
f0ac8b3ff4 Typo fix.
Removed "...when it is published" from conformity statement.
1998-01-02 19:19:50 +00:00
wosch
1fd97dd3cb Fix install target again.
Pointed out by: bde
1998-01-02 17:47:07 +00:00
msmith
85ad9ed935 Sample program using the ppi(4) interface to control LCD modules.
Currently supports the (very common) Hitachi HD44780, but can be
easily modified to add other chipsets.
1998-01-02 12:10:56 +00:00
helbig
1076f2840c Add Spanish LC_TIME file.
PR:		conf/5409
Submitted by:	Jose M. Alcaide, thanks!
1998-01-02 11:44:29 +00:00
asami
2c836be0c3 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
c53ed1d6c8 Add a manpage for the 'ppi' device, detailing its use and feeding. 1998-01-02 09:31:18 +00:00
wosch
9b0f89dff1 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
d51f046195 Install diskless.8. 1998-01-01 10:50:53 +00:00
bde
5c1539bfa9 Sorted lists. 1998-01-01 10:45:52 +00:00
bde
4b92f09dcc 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
91fd3d119c Sorted lists. Use the same style as most Makefiles for `MLINKS+=' lines. 1998-01-01 10:12:14 +00:00
bde
0fd0acf7f1 Install devfs_remove_dev.9 and suser.9. 1998-01-01 09:40:21 +00:00
wosch
2b6adf4cd4 Sync: add FreeBSD 2.2.6, OpenBSD 2.3; Correct 4.4BSD Lite2 integreation links. 1997-12-30 19:27:30 +00:00
bde
9ee8150eef Remove `retval' from syscall functions here too. 1997-12-30 08:38:34 +00:00
julian
665c3117b0 The example drivers should use 'poll' now that it has replaced select. 1997-12-30 03:23:13 +00:00
brian
51e9c0f0c4 Fix typos.
Xref ssc(4).
1997-12-29 21:07:49 +00:00
brian
582d5c4e9c Add ssc(4). 1997-12-29 21:07:10 +00:00
wosch
1fc752bc49 The terminating character in strings is NUL', not NULL'. 1997-12-28 12:06:29 +00:00
steve
48c1b0abc3 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
a3b530917b Document the new ldconfig_paths variable.
PR:		5178
Submitted by:	Evan Champion <evanc@synapse.net>
1997-12-27 19:50:55 +00:00
jkh
e16944efce Update moused docs.
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-12-27 05:55:54 +00:00
helbig
4a134be151 For regular files the sticky bit is ignored, but the user can still set it. 1997-12-26 12:26:43 +00:00
jkh
48a94d4416 DISTRIBUTION is bin (we'll make the info dist another way). 1997-12-26 00:19:23 +00:00
jkh
84f7c2e9a1 Nuke info dist. 1997-12-26 00:17:28 +00:00
hoek
b298ef3a0e 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
9e753bd8ef Add a man page for REMOVING devices from devfs. 1997-12-25 05:54:24 +00:00
jkh
b8e818ba72 Put the dir file in the correct distribution. 1997-12-24 10:16:49 +00:00
alex
d8258a16a8 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
9df3a6b124 Remove obsolete /etc/hostname.ep? reference.
PR:	kern/5310
Submitted by:	tom@sdf.com
1997-12-22 07:37:50 +00:00
charnier
203aae92d5 Use .Tn, .Bx Free and .An. 1997-12-22 07:35:40 +00:00
jraynard
96427db5f6 Year 2000 fixes
PR:		4930
Submitted by:	 Stephen J. Roznowski <sjr@home.net>
1997-12-20 22:31:37 +00:00
julian
8861871e64 Add Japanese EUC time definitions
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1997-12-19 22:46:23 +00:00
bde
c14e9155b0 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
f837806c63 Oops, the previous patch was botched. 1997-12-18 12:56:52 +00:00
bde
d1f7543f7a <bsd.doc.mk> now includes ../Makefile.inc, so don't include it here. 1997-12-17 19:26:07 +00:00
bde
8f1b717daf Oops, rm -f can't handle empty lists. 1997-12-17 15:35:09 +00:00
bde
ef34dc72a7 Oops, rm -f can't handle empty lists. 1997-12-17 15:18:53 +00:00
bde
364f03e87e 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
6ebff2dd6c 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
a9e47e2975 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
fc2a15a4c7 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
6157446402 Add libcalendar 1997-12-15 20:30:38 +00:00
wosch
28bcaa217f Optimize rm(1) usage. 1997-12-14 15:38:47 +00:00
wosch
362b644bff 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
fe40004483 Add LIBZ 1997-12-09 20:17:49 +00:00
jamil
a6f05b5677 excuse me, adding alog.4 man page now forgot to commit previously 1997-12-09 11:38:02 +00:00
jamil
a2e9636d60 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
0a6e64457b Correct a path. 1997-12-08 07:44:20 +00:00
wollman
c3d83437c9 oops, remove a dangling predicate left over after a sentence was rewritten. 1997-12-07 20:25:45 +00:00
wollman
1a62c81045 Add some more macro advice and correct spelling of ``parentheses''. 1997-12-07 20:19:20 +00:00
wollman
8d5eb38320 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
7977aac63f Added mouse.4. 1997-12-07 18:07:37 +00:00
yokota
2ddbbd25a3 Document recent mouse code changes. 1997-12-07 08:46:56 +00:00
tegge
ddb71ea190 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
9256ef9675 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
5f69b83b68 Document the new long names for printcap capabilities. 1997-12-02 21:41:40 +00:00
bde
74b31032f5 Fixed spelling of EACCES. 1997-11-23 17:58:55 +00:00
asami
6d94cd5a49 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
dadb36b6a7 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
f68e3fe194 Add `writeable' 1997-11-17 17:59:44 +00:00
steve
234c8c71f1 Document the new clear_tmp_enable option in the manpage.
Prodded by:	max
1997-11-16 15:59:58 +00:00
wosch
268d315367 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
1da3e46a97 Upgrade perl to perl5.004_04 1997-11-12 10:25:17 +00:00
obrien
76d477b7c8 state that "kernel includes" ==> sys/*.h 1997-11-12 06:29:10 +00:00
yokota
16ca071144 Documented PSM_HOOKAPM and PSM_RESETAFTERSUSPEND options. 1997-11-11 03:06:45 +00:00
wosch
7f738fc006 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
52147536bb 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
6e6a7c9708 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
b664222088 Add an introductory manpage for the ports system. 1997-11-09 06:05:45 +00:00
jraynard
b5fb7ac05e Make fix for PR 4883 consistent with other similar cases. 1997-11-09 00:48:01 +00:00
jraynard
a4a825bf2e Back-out previous change. A better fix is to follow.
Requested-by: bde
1997-11-08 20:29:33 +00:00
brian
b72b6c6fd3 Update the LOOP AVOIDANCE section to reflect reality.
Requested by:	Archie Cobbs <archie@whistle.com>
1997-11-08 01:02:08 +00:00
sef
c679020e14 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
2c98dad3f5 Add Slovenian keyboard
Submitted by: Blaz Zupan <blaz@amis.net>
1997-11-07 15:55:07 +00:00
ache
501e90526d Add Slovenian data
Submitted by: Blaz Zupan <blaz@amis.net>
1997-11-07 15:46:45 +00:00
ache
edf53b6270 Add Slovene link 1997-11-07 15:40:55 +00:00
ache
b1107903c5 Add link to Polish locale 1997-11-07 15:27:12 +00:00
ache
ff9e4dc116 Add Polish link
Submitted by: Andrzej Bialecki <abial@warman.org.pl>
1997-11-07 15:18:11 +00:00
ache
4172095371 Add Polish data
Submitted by: Andrzej Bialecki <abial@warman.org.pl>
1997-11-07 15:14:11 +00:00
joerg
52c27b768f 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
f9dc192e1f 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
bcd101390d 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
7d7b0cb0f4 Submitted by: Terry Lambert
Obtained from: pure guesswork?
1997-11-05 02:32:17 +00:00
jdp
9b13a15edf Describe "mrouted_flags". 1997-11-02 21:45:31 +00:00
wosch
1221439845 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
94838afc0c 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
e5f5313f2c /etc/sysconfig -> /etc/rc.conf. 1997-10-31 12:30:49 +00:00
wosch
881dd9f2bb The documentation contained here is horribly out of date. 1997-10-31 07:56:09 +00:00
jraynard
c267c99ea4 Fix a couple of typos in documentation.
PR:		4883
Submitted by:	invis@visi.com
1997-10-30 00:10:52 +00:00
wollman
2be8727fc4 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
45d6f56f39 Merge changes from vendor branch. 1997-10-25 18:27:25 +00:00
wollman
e0aea5bd09 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
a6f1a11219 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
bb43e4903b Oops, comment lines can't be indented either. 1997-10-21 10:39:27 +00:00
bde
2a3699ccf2 Oops, comment lines can't be continued. 1997-10-21 10:36:07 +00:00
bde
5b4baee31e 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
6ccbe580f5 Make rc.conf man page reflect reality w.r.t firewall_{*}. 1997-10-20 08:37:59 +00:00
joerg
f748481c8b Document the new fdc(4) flags. 1997-10-19 13:12:35 +00:00
yokota
8378640784 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
c5e6ff93d4 Add a little example on libvgl usage. 1997-10-16 07:29:26 +00:00
joerg
a4a1b1925d 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
572b22deb9 Support output format html.
Add make variables INFO2HTML, TEX, DVIPS, DVIPS2ASCII.
1997-10-12 18:54:34 +00:00
peter
fd5a74ee1c Update de.4 to list new media options. Hopefully this is reasonably
correct.
1997-10-12 02:20:54 +00:00
wosch
614174f071 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
0766dd1487 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
6b8eeec25c Update malloc.9 to reflect new reality. 1997-10-11 08:11:31 +00:00
phk
d2f3af0038 Be a little closer to current reality. 1997-10-11 07:39:45 +00:00
wosch
7ef7b7d0dd Bugfix for rev 1.41:
makeinfo does not understand the tex command \input
1997-10-09 18:14:18 +00:00
jkh
032c8e96fd 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
204fe37212 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
934eeff6a7 Install ${PKGDIR}/MESSAGE as /var/db/pkg/${PKGNAME}/+DISPLAY if it exists.
Reviewed by:	kiri
1997-10-08 05:04:48 +00:00
obrien
a3f9e0d4f1 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
068b44c29a 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
5c279c251f 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
c442d17711 Correct typo.
PR:		4681
Submitted by:	Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
1997-10-03 03:34:00 +00:00
jkh
e6d77652c3 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
6276e13692 Support output formats dvi, ps, latin1. 1997-10-01 21:35:14 +00:00
dg
a75e9a7c2b Updated for the new media selection mechanism. 1997-09-30 15:19:49 +00:00
wosch
cac72b0638 Case insensitive sort. Ignore troff comments. Bugfixes. 1997-09-29 12:41:35 +00:00