Bruce Evans
fcccc50b75
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
Bruce Evans
c516ab73b5
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
Jordan K. Hubbard
e8ec9207cc
Documented moused flags.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1998-03-07 09:04:24 +00:00
Satoshi Asami
c89f86ce8f
Add ${CXX} to list of variables passed in the environment when
...
invoking configure.
Submitted by: obrien
1998-03-07 04:40:19 +00:00
Jordan K. Hubbard
e2fffe1c4f
MF22: add ports-biology
1998-03-06 13:36:05 +00:00
Jordan K. Hubbard
3e0ae19f52
Fix fprintf() here too.
1998-03-06 13:29:37 +00:00
Jordan K. Hubbard
6e4802b80e
\e should have been \n (don't know when this was broken).
1998-03-06 13:28:17 +00:00
Bruce Evans
14172e4615
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
Bruce Evans
589d9341f4
Removed support for now-unused FreeBSD misfeature DPSRCS.
1998-03-06 07:28:01 +00:00
Bruce Evans
987afe2a2f
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
Bruce Evans
47da63c3df
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
Peter Dufault
917e476dad
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
Jordan K. Hubbard
95163bd37f
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
Poul-Henning Kamp
c544ff8a5e
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
James Raynard
73d8529af3
Fix a few typos.
1998-02-28 15:37:25 +00:00
James Raynard
95297e22ca
Strings are terminated by NUL, not NULL.
1998-02-28 15:35:22 +00:00
John Hay
7b3a8a7d1b
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
Bill Fenner
6570d2f3ad
Convert ${MASTER_SITE_SUBDIR} to %SUBDIR% as in bsd.port.mk rev 1.257
1998-02-27 18:34:56 +00:00
Satoshi Asami
a7b8695b78
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
Jordan K. Hubbard
e4f980d3e4
Update man page to reflect reality.
...
PR: 5828
Submitted by: Stephen J. Roznowski <sjr@home.net>
1998-02-26 02:44:17 +00:00
Jordan K. Hubbard
f657fac2ed
isofs -> cd9660
...
PR: 5849
Submitted by: Benjamin Lewis <bhlewis@gte.net>
1998-02-26 02:17:42 +00:00
Bruce Evans
89d11b8a94
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
Bruce Evans
0f608029ab
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
Bruce Evans
6c36f075fe
Don't add ${DOC}.ascii* to CLEANFILES twice.
1998-02-25 01:35:16 +00:00
Bruce Evans
5825b07428
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
Bruce Evans
aea7fcd2ca
Update to match reality again.
1998-02-24 02:19:02 +00:00
Jordan K. Hubbard
b295cac018
Update docs for new stable-167 driver.
...
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
1998-02-20 18:09:28 +00:00
Bruce Evans
27cb203497
Removed default tags target. It was identical to the central one in
...
bsd.dep.mk.
1998-02-20 15:58:59 +00:00
Bruce Evans
161e89999d
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
Bruce Evans
d14459324d
Don't pass the undocumented flags `-se' to gtags (gtags ignores them for
...
compatibility).
1998-02-20 15:27:03 +00:00
Bruce Evans
b7052cd110
Fixed cleaning of tags files. GSYMS was forgotten.
1998-02-20 14:32:30 +00:00
Tatsumi Hosokawa
d02327a118
Updated my e-mail address.
1998-02-20 07:19:51 +00:00
Eivind Eklund
f5c7505126
Limit check for target to smaller section of makefile.
1998-02-19 14:53:29 +00:00
Satoshi Asami
d4060348f4
(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 Eklund
6fe6af9f74
Don't create a ${PROG} target if it already exists.
1998-02-19 01:30:23 +00:00
Mike Smith
d4e0b81b35
Remove qcam manpages
...
Submitted by: pst
1998-02-18 13:50:19 +00:00
Guido van Rooij
6d39437f71
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
Kazutaka YOKOTA
ae74588799
Reword description of Brazilian keyboard.
...
Submitted by: Daniel C. Sobral
1998-02-15 18:22:40 +00:00
Kazutaka YOKOTA
222594769c
- 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
Tim Vanderhoek
83d04c760a
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
Wolfgang Helbig
aa3be41e39
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
Jonathan Lemon
4f36d4ac99
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
Garrett Wollman
18635c20b3
Don't install printcap.5 from here.
1998-02-04 15:59:43 +00:00
Garrett Wollman
d2fc2bd0d3
Mention nameD_program.
1998-02-04 15:57:13 +00:00
Jordan K. Hubbard
aa97a2eac2
MF22
1998-02-04 15:05:23 +00:00
Satoshi Asami
6b76dece87
(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
Bruce Evans
021886ff87
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
David E. O'Brien
8baab29a23
Allow package building in current directory again.
1998-01-31 20:59:30 +00:00
Tim Vanderhoek
65dfa7aaf3
Fill-in and fill-out a little.
...
Correct a small misfact. :)
1998-01-31 02:55:58 +00:00
Jordan K. Hubbard
c316d71afe
MF22: Add tx.4 to build list.
1998-01-30 00:43:16 +00:00
Jordan K. Hubbard
b2369a0441
Add new man page for tx driver.
...
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
1998-01-29 10:26:15 +00:00
Kazutaka YOKOTA
3ccf5d97e5
Define CTL-ALT-SPACE as `suspend' in the Russian keymaps too.
...
OKed by ache.
1998-01-28 08:01:13 +00:00
Kazutaka YOKOTA
6c9e930a70
Oops, remove the wrong comment line I accidentaly added in the last commit.
1998-01-28 07:57:00 +00:00
David E. O'Brien
b66c141b50
Get the year right. ;)
1998-01-28 01:12:05 +00:00
David E. O'Brien
e4b22b63f2
Explains targets and environ vars much better.
...
Mostly submitted by: imp
1998-01-28 01:09:46 +00:00
Garrett Wollman
ca31b18292
Add 781, 978.
1998-01-27 17:04:35 +00:00
Kazutaka YOKOTA
ed1aa62411
- 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
Bruce Evans
4a2d2630c8
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
Wolfram Schneider
b72ceac5ef
preconsolidate is mis-spelled preconsoidate
...
Submitted by: "Danny J. Zerkel" <dzerkel@phofarm.com>
1998-01-25 19:21:04 +00:00
Wolfram Schneider
16db9c966d
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
Kazutaka YOKOTA
1f2ea3a434
Add brief note on error message from the driver.
1998-01-24 12:14:13 +00:00
Jordan K. Hubbard
c4be71c254
DISTRIBUTION=bin - we separate it out later.
1998-01-23 20:09:21 +00:00
John Birrell
5ec0ebbb0d
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
Bruce Evans
7bbe74ab58
Don't refer to the nonexistent function VOP_VALLOC.
1998-01-20 11:08:06 +00:00
Paul Traina
d806a7ad47
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
Bruce Evans
a17bbc0dda
Removed obsolete man pages.
1998-01-16 18:56:34 +00:00
Bruce Evans
9d44ece512
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
Bruce Evans
06dcc5a953
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
Bruce Evans
f867ffd315
Fixed bitrot. The type of the "level" is intrmask_t, not int.
1998-01-16 18:14:34 +00:00
Bruce Evans
e6a658d84f
Fixed prototype for tsleep() (const poisoning).
1998-01-16 18:12:57 +00:00
Bruce Evans
b1d3fc49a9
Fixed a missing #include in the synopsis.
1998-01-16 18:06:23 +00:00
Martin Cracauer
7cb9d73216
Fix typo
1998-01-15 13:42:28 +00:00
John Birrell
5bd65ce6ad
Choose the default binary format based on machine type.
...
Alpha is elf, not aout.
1998-01-13 06:00:56 +00:00
Julian Elischer
4308b69579
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
Ollivier Robert
89d224d415
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 Wunsch
0c860bdede
Reflect reality when documenting the link-level flags for 3c509 cards.
1998-01-08 17:09:38 +00:00
Kazutaka YOKOTA
98a2a48522
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 Price
62c1db1d1b
Revert previous commit and SEE ALSO yp(4) instead.
1998-01-07 00:57:31 +00:00
Jamil J. Weatherbee
7614b43094
documentation changes.
1998-01-06 09:39:07 +00:00
Wolfgang Helbig
d260b397c1
Add Latin LC_TIME file.
1998-01-06 00:54:33 +00:00
Wolfgang Helbig
85c0df274a
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 Price
949af4d183
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
Wolfgang Helbig
3325d1e522
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
Wolfram Schneider
195940cc1e
Always copy the source file map3270 during install.
...
Pointed out by: Bruce
1998-01-04 10:42:29 +00:00
Wolfgang Helbig
d7a708a41b
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 Price
5ea3b08056
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 Price
857f817c5c
Comment out xref to buf(9) manpage.
...
PR: 5421
1998-01-03 22:26:00 +00:00
Steve Price
6790c0cc3d
(u|w)tmp files are maintained by newsyslog(8).
...
PR: 5414
1998-01-03 20:31:25 +00:00
Wolfram Schneider
c7d591d647
Add new variables:
...
LIBCOMPATDIR [/usr/lib/compat]
LIBDATADIR [/usr/libdata]
INCLUDEDIR [/usr/include]
LIBEXECDIR [/usr/libexec]
1998-01-03 19:07:30 +00:00
Wolfram Schneider
1b0e091ab1
444 -> ${SHAREMODE}
1998-01-03 14:13:48 +00:00
Wolfram Schneider
a2ef3b1555
444 -> ${SHAREMODE}
...
/usr/share -> ${SHAREDIR}
1998-01-03 14:09:21 +00:00
Wolfram Schneider
19a80d07de
Use INFO* variables.
1998-01-03 14:06:26 +00:00
Wolfram Schneider
32bebd8d26
Undo rev 1.11, the cd is null since NOOBJ is set.
...
444 -> ${SHAREMODE}
1998-01-03 14:04:55 +00:00
Wolfram Schneider
1dd43f126a
Delete unused BINDIR variable.
1998-01-03 12:22:56 +00:00
Wolfram Schneider
8791c0511a
Set BINDIR correctly. Add BINOWN and BINGRP variables.
1998-01-03 11:29:01 +00:00
Wolfram Schneider
d073c22061
These files are now ports in ports/misc.
1998-01-02 19:32:37 +00:00
Alexander Langer
e69bcfc3bc
Expanded cross references.
1998-01-02 19:22:52 +00:00
Alexander Langer
efc0456fef
Typo fix.
...
Removed "...when it is published" from conformity statement.
1998-01-02 19:19:50 +00:00
Wolfram Schneider
0577853914
Fix install target again.
...
Pointed out by: bde
1998-01-02 17:47:07 +00:00
Mike Smith
b1303e6e75
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