Commit Graph

3359 Commits

Author SHA1 Message Date
bde
ccd7117cf6 Use gzip's -n flag so that simple regression tests of `make world'
work better.
1998-03-19 13:32:43 +00:00
bde
b256fa6d48 Fixed CLEANFILES. Some temporary files were missing. 1998-03-19 13:22:46 +00:00
jkh
09a5001447 style tweak. 1998-03-18 08:00:25 +00:00
jkh
c3633b55b1 Document NOPERL 1998-03-18 07:58:49 +00:00
bde
1dbe6d5685 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
4e506c209b Introduce the 'regress' target.
Silently approved by:	-hackers, -current
1998-03-12 20:02:17 +00:00
charnier
1ccad14adc .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.
Use .An/.Aq.
1998-03-12 07:31:21 +00:00
jkh
181b9496fd 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
dc96ced4d9 Document rarpd flags. 1998-03-09 08:50:59 +00:00
jkh
f2ffce9385 Typo fixes.
PR:		5951
Submitted by:	Doug <Studded@dal.net>
1998-03-09 02:21:17 +00:00
dufault
d3dd91fcbc 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
9af8f68c3d Revert previous commit. Despite the names, these files contain
troff input, not C source.
1998-03-07 22:34:23 +00:00
bde
0dc53f4655 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
59afc22831 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
c21943079a 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
d90fc7eec4 Documented moused flags.
Submitted by:	Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1998-03-07 09:04:24 +00:00
asami
a7987039c3 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
8be390df7c MF22: add ports-biology 1998-03-06 13:36:05 +00:00
jkh
31ba7c266a Fix fprintf() here too. 1998-03-06 13:29:37 +00:00
jkh
32df54dafd \e should have been \n (don't know when this was broken). 1998-03-06 13:28:17 +00:00
bde
3875d4d80e 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
beffd6fcac Removed support for now-unused FreeBSD misfeature DPSRCS. 1998-03-06 07:28:01 +00:00
bde
02ba4c143f 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
1d5c36420a 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
e28788f2a4 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
68bfdcd644 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
c5228af8cf 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
e34d61643b Fix a few typos. 1998-02-28 15:37:25 +00:00
jraynard
c8c52f6eb7 Strings are terminated by NUL, not NULL. 1998-02-28 15:35:22 +00:00
jhay
39634559b5 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
4a1cd0de51 Convert ${MASTER_SITE_SUBDIR} to %SUBDIR% as in bsd.port.mk rev 1.257 1998-02-27 18:34:56 +00:00
asami
7a4399f569 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
d12528aaff 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
09726f2920 isofs -> cd9660
PR:		5849
Submitted by:	Benjamin Lewis <bhlewis@gte.net>
1998-02-26 02:17:42 +00:00
bde
ff694902b3 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
4c126f13e8 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
d805694c36 Don't add ${DOC}.ascii* to CLEANFILES twice. 1998-02-25 01:35:16 +00:00
bde
fe00dbc3ff 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
b4cedfe969 Update to match reality again. 1998-02-24 02:19:02 +00:00
jkh
ebd2dc578d Update docs for new stable-167 driver.
Submitted by:	Ustimenko Semen <semen@iclub.nsu.ru>
1998-02-20 18:09:28 +00:00
bde
15ed497b91 Removed default tags target. It was identical to the central one in
bsd.dep.mk.
1998-02-20 15:58:59 +00:00
bde
79dd9d614b 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
0c03a011b7 Don't pass the undocumented flags `-se' to gtags (gtags ignores them for
compatibility).
1998-02-20 15:27:03 +00:00
bde
52f295ed40 Fixed cleaning of tags files. GSYMS was forgotten. 1998-02-20 14:32:30 +00:00
hosokawa
4718f96363 Updated my e-mail address. 1998-02-20 07:19:51 +00:00
eivind
0edca1f0f6 Limit check for target to smaller section of makefile. 1998-02-19 14:53:29 +00:00
asami
7d4af6ecd6 (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
896db5cdb4 Don't create a ${PROG} target if it already exists. 1998-02-19 01:30:23 +00:00
msmith
2013639267 Remove qcam manpages
Submitted by:	pst
1998-02-18 13:50:19 +00:00
guido
5bccced64d 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