ljo
4a130b725f
Change my email address.
1995-02-09 12:49:41 +00:00
jkh
9e0b7fadc0
Add L Jonas Olsson <ljo@amcell2.caisr.cwru.edu>
1995-02-09 12:45:42 +00:00
jkh
59086912ad
Update some folks who were inadequately credited. Still at least 2 more
...
passes thru this file required.
1995-02-09 11:11:39 +00:00
bde
c68c6ddc37
More complete implementation of SUBDIR for programs, libraries and kmods.
...
`depend' wasn't supported. This seems to have only broken `make depend'
in gnu/usr.bin/ld.
bsd.prog.mk:
Build the man pages in ${MANDEPEND} at build time.
1995-02-08 21:35:31 +00:00
bde
60e00327b7
CLEANFILES was missing most of the source links.
1995-02-08 21:27:09 +00:00
hsu
2dee17b94f
Allow arbitrarily named configure script for use w/ HAS_CONFIGURE.
1995-02-06 08:52:19 +00:00
gpalmer
268fff8415
Add the ports-base target and correct two typos (hosbase!=hostbase)
1995-02-05 23:31:25 +00:00
jkh
e73056fcab
Add pcvt termcap entries (quite a lot of them - whew!)
...
Submitted by: hm
1995-02-05 11:17:03 +00:00
jkh
82bf8b39ca
Add man page for pcvt console driver.
...
Submitted by: hm
1995-02-05 11:16:33 +00:00
phk
850294c714
Use absolute path to md5 program. It lives in /sbin and people are unlikely
...
to have $PATH to it.
1995-02-04 22:56:28 +00:00
phk
c3cc499cb6
Added final '\n'.
1995-02-04 19:59:58 +00:00
phk
7797c15fda
Add missing trailing '\n'
1995-02-04 19:56:39 +00:00
asami
a4b425074b
Add long-awaited (:) support for sophisticated dependency checking. We now
...
have three variables:
EXEC_DEPENDS - A list of "prog:dir" pairs of other ports this
package depends on. "prog" is the name of an
executable. make will search your $PATH for it and go
into "dir" to do a "make all install" if it's not found.
LIB_DEPENDS - A list of "lib:dir" pairs of other ports this package
depends on. "lib" is the name of a shared library.
make will use "ldconfig -r" to search for the
library. Note that lib can be any regular expression,
and you need two backslashes in front of dots (.) to
supress its special meaning (e.g., use
"foo\\.2\\.:${PORTSDIR}/utils/foo" to match "libfoo.2.*").
DEPENDS - A list of other ports this package depends on being
made first. Use this for things that don't fall into
the above two categories.
DEPENDS behaves exactly like before, so old Makefiles will still work
the same. The two variables are lists of pairs as described above.
For instance, if your program depends on unzip and libjpeg.5.*, use
the following definitions:
EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
LIB_DEPENDS= jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
gmake:${PORTSDIR}/utils/gmake is automatically added to EXEC_DEPENDS
if USE_GMAKE is defined.
If NO_DEPENDS is defined, the list will just be printed out one by one.
1995-02-04 05:49:26 +00:00
jkh
7fe5582ae5
Create an obj symlink when necessary.
...
Submitted by: "Remy CARD" <Remy.Card@masi.ibp.fr>
1995-02-02 04:53:30 +00:00
gpalmer
54b76ef3e5
Start the ball rolling by sticking a
...
MAINTAINER?= line in here.
Idea by: jkh@FreeBSD.ORG
1995-02-01 21:47:57 +00:00
jkh
d9f62e5aa3
Change the way I make the link to /etc/termcap. It worked for install
...
but not distribute. Now it works for both.
1995-02-01 08:32:05 +00:00
jkh
a68d06836f
Add our new Swedish mirror site.
1995-01-30 21:58:39 +00:00
sos
0f1b7640b7
Minor fixes to syscons. Blink cursor fixed. History buffer fixed.
...
kbdtables updated with boot option for CTL+ALT+DEL
1995-01-30 21:39:18 +00:00
jkh
426a9a3688
Make fetch a bit more forgiving of subdirs.
1995-01-30 10:06:56 +00:00
jkh
c4cad71414
Add LN_FLAGS to all the places it makes sense.
1995-01-30 07:22:02 +00:00
jkh
17c91c62b7
Add new LN_FLAGS variable for making LINKS symbolic and whatnot.
1995-01-30 07:20:01 +00:00
jkh
09fc19f47b
Make a link to /etc for termcap file. /etc/termcap is just too lodged in
...
folklore to do without! :-)
1995-01-30 07:19:02 +00:00
jkh
966372c264
Make the default paths a bit more rational for our systems (sheesh!).
...
Thanks, Sean!
Suggested by: Sean McDermott <spm@staff.cc.purdue.edu>
1995-01-29 08:01:05 +00:00
gpalmer
15ef64cdc1
Give this a serious dose of reality by adding the last 2-3
...
months worth of new sup targets!
1995-01-29 06:46:27 +00:00
sos
46c57c8d60
Third round in syscons update.
...
Display update method changed, now allways write in memory buffer,
then periodically update physical display.
Speed improvements (now > 5 times faster than the old syscons).
History now circular buffer, with changeable size.
History scroll by up/down line, up/down page, home and end.
Backtab proberly implemented.
Now space for 96 function keys, 63 allocated standard, default now
SCO/SYSV compat again as in the old days.
New keyboard definition files ~share/syscons/keymaps/*
Misc fixes for old "hacks" that broke SCO/SYSV compat.
More that I forgot before writing this...
1995-01-28 22:18:05 +00:00
jkh
8b380261fb
Delete a bogus :.
1995-01-28 13:17:38 +00:00
jkh
36c58a9a2c
Update these to be a little more business-like in appearance.
...
Delete obsolete information.
1995-01-27 23:15:31 +00:00
phk
73ca693e56
Man page for the new nca driver.
1995-01-27 07:54:59 +00:00
ache
61836e5304
Change overloaded Keypad 5 to fkey65
1995-01-26 11:22:01 +00:00
ache
82d48a289f
Upgrade Back tab & Keypad 5 info
1995-01-26 11:04:52 +00:00
ache
1c33d0fadc
Describe Left window, Right window and Menu keys
1995-01-26 09:24:14 +00:00
ache
994d127bd4
Remove Delete remapping, unneccesary now
1995-01-26 09:10:41 +00:00
ache
b3e9771a63
Describe Delete key
1995-01-26 09:05:22 +00:00
ache
573c1c2f63
Correct Delete key description
1995-01-26 08:48:13 +00:00
ache
67b2c22321
Describe Delete key
1995-01-26 08:45:51 +00:00
jmz
b5639470d3
Add joystick man page
1995-01-25 21:41:09 +00:00
ache
5ab1c05e59
LIBFORMS & LIBSCSI added
1995-01-25 20:24:01 +00:00
dg
ee18c417ed
Add links from mem.4 to kmem.4.
1995-01-25 09:43:20 +00:00
dg
06f77e97b8
Added link from utmp.5 to lastlog.5.
1995-01-25 09:35:47 +00:00
dg
2871de848d
Added more missing manual pages from 1.1.5.
1995-01-25 09:18:56 +00:00
dg
2c76088f46
Install bpf manual page.
1995-01-25 08:47:30 +00:00
dg
b665918ea6
Added bpf(4) manual page from 1.1.5.
1995-01-25 08:46:06 +00:00
jkh
43338ad78f
NOOBJS was bogus - use the already extant `NOOBJ'.
1995-01-24 17:50:30 +00:00
jkh
097c100f64
Add the ability to say `NOOBJS' to indicate that the target has no object
...
files.
1995-01-24 17:33:22 +00:00
jkh
7cdc9e0322
Fix bogus tab in makesum target.
1995-01-24 02:41:52 +00:00
jkh
5b4807cb2a
Fix this bogus Makefile.
1995-01-24 00:36:27 +00:00
jkh
c93ecf3c2e
Fix more deranged targets.
1995-01-24 00:28:51 +00:00
jkh
5a36750555
Fix bogus all & clean rules.
1995-01-24 00:23:34 +00:00
jkh
2dc3f55626
Fix bogus tab.
1995-01-24 00:22:24 +00:00
jkh
a8745a0ec1
Whomever put the depend rule in screwed it up. Fix it.
1995-01-23 20:53:38 +00:00
jkh
02177b376d
Eliminate a bogus stray tab.
1995-01-23 20:50:56 +00:00
jkh
e69f4b6154
Set PREFIX in the build target. Suggested by John Fieber.
1995-01-23 18:22:36 +00:00
jkh
5d5b5a5987
Update the Korean admin's address.
1995-01-23 02:37:04 +00:00
gpalmer
e0eb6081ea
Oops. Fix up the checksum routine - my last commit broke it slightly.
1995-01-22 20:40:48 +00:00
bde
c853578861
Build ref.bib.i in the object directory.
1995-01-22 16:49:22 +00:00
ache
4c87da56f7
Put brackets around EXTRACT_CMD, can be several commands here
1995-01-17 23:55:53 +00:00
ache
9771a4667a
Remove -Wall for ascii formatting, we don't need so many
...
warnings while formatting standard BSD docs
1995-01-17 22:04:38 +00:00
ache
c15681666c
Modify prev. change, pass internal args directly to groff,
...
if PRINTER == ascii, because nroff shell script strip off
some groff flags
1995-01-17 21:36:06 +00:00
ache
6bb7cbcb7f
Call nroff, if PRINTER == ascii
1995-01-17 21:27:30 +00:00
ache
15793da0e5
Nuke BSD tmac
1995-01-17 19:10:35 +00:00
gpalmer
a2cce0e017
Correct a small problem in that when there isn't a checksum for that
...
particular file, but there is a files/md5, it reports that it failed
the checksum
1995-01-16 23:33:08 +00:00
ats
cda65bce2a
Add the Adaptec 282x Series of controller to the supported controllers.
...
They seem to be detected and working ok from the aic driver.
1995-01-16 19:19:14 +00:00
joerg
27a4665f10
Could someone please add the following patch to
...
/usr/src/share/termcap/termcap.src? It defines the sequences emitted
by the PageUp, PageDown and Keypad-[79513] keys.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-01-16 17:29:29 +00:00
ache
054ccd4856
Remove duplicated ec capability
1995-01-15 06:31:14 +00:00
ache
b1d47901b5
Fix cv & ch to increment pos by one
1995-01-15 06:26:58 +00:00
wollman
867341c82f
Slightly more complete implementation of SUBDIR for libraries.
1995-01-14 22:18:15 +00:00
wollman
8d8fef4caf
Add SUBDIR facility to bsd.lib.mk like in bsd.prog.mk.
1995-01-14 22:14:54 +00:00
jkh
d54ba64c78
The enclosed patch fixes the Makefile contained in
...
share/doc/usd/{30.rogue,31.trek}: make fails if the games source
tree is not present (see the mail that I have sent yesterday).
This patch makes the Makefiles test if the games source
tree is present. If it is not present, the Makefiles default to
no operation.
1995-01-14 19:56:16 +00:00
jkh
a552213e44
The enclosed patch fixes the Makefile contained in
...
share/doc/usd/{30.rogue,31.trek}: make fails if the games source
tree is not present (see the mail that I have sent yesterday).
This patch makes the Makefiles test if the games source
tree is present. If it is not present, the Makefiles default to
no operation.
[Note: I'm not sure if the Makefile changes might not be collapsable into
a shorter format, but I'll just leave it this way for now and be safe -jkh]
Submitted by: Remy Card <Remy.Card@masi.ibp.fr>
1995-01-14 19:55:40 +00:00
jkh
1b5946f267
The enclosed patch makes bsd.doc.mk consistent with bsd.prog.mk
...
when creating the obj link. While bsd.prog.mk inconditionnaly creates
a link in /usr/obj, bsd.doc.mk tests if the source tree is contained in
/usr/src. If so, it creates a link to /usr/obj. If the source tree
is contained in another directory, bsd.doc.mk creates an obj subdirectory.
Submitted by: Remy Card <Remy.Card@masi.ibp.fr>
1995-01-14 19:49:54 +00:00
jkh
ece97fd6fb
The enclosed patch is a cosmetic change to bsd.prog.mk. When
...
a program directory has subdirectories, make now prints "===> dir/subdir"
instead of "===> subdir". This is modeled after the rules contained in
bsd.subdir.mk.
Submitted by: Remy Card <Remy.Card@masi.ibp.fr>
1995-01-14 19:48:49 +00:00
bde
268068de73
Silence `make -ss'.
1995-01-14 09:48:14 +00:00
jkh
f89d36730c
Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution,
...
not bin. Hmmm.
1995-01-14 07:51:10 +00:00
jkh
c8162b36c8
Close PR#108 - man page 4 tty lies - needs updated info
...
Submitted by: jgreco@hummin.sol.net
1995-01-14 02:48:13 +00:00
ache
25680f60a1
Add more funkeys, correct existen ones
1995-01-13 00:51:48 +00:00
ache
ef9cb61895
Add nw & ec capabilities from new syscons
1995-01-13 00:16:52 +00:00
ache
ce2e095151
Add more termcap capabilities, correct one escape
1995-01-13 00:14:52 +00:00
wollman
1b3a308b0e
Other part of Makefile spam fix.
1995-01-12 20:58:10 +00:00
wollman
8ed96aeb90
Correctly fix spam with usd/psd Makefile mix-up.
1995-01-12 20:57:11 +00:00
guido
64a49cb518
Install the ipfw.samp.* files
...
Reviewed by:
Submitted by:
Obtained from:
1995-01-12 18:40:10 +00:00
jkh
773f95d069
Remove 05.sysman until I can figure out why the ascii generation
...
runs amuck.
1995-01-12 17:32:12 +00:00
jkh
13d6163804
Make this agree with reality - it was actually a Makefile for ../usd!
1995-01-12 16:25:51 +00:00
jkh
1fea525adc
Correct some bogus instructions, flesh out some of the other doc.
1995-01-12 12:13:58 +00:00
sos
44bbcce705
First round in syscons update. Several new features has been added:
...
No kernel config options anymore besides keyboard language layout.
Virtual consoles are now dynamically allocated, no NCONS anymore.
Software cursor blinking/nonblinking.
Visual bell for laptops (don't beep at meetings :-).
Cursor/bell default type setable via config "flags" instead of as defines.
Cursor/bell type setable via ioctl's.
New video modes 80x30 80x60 for some laptops, and those with multisync monitors.
Scroll-lock history (length currently fixed at 100 lines).
Lots of cleanups, some only commented out for now (will goaway soon).
Support for new features in vidcontrol/kbdcontrol.
Updated manpages.
1995-01-12 11:47:05 +00:00
jkh
02e7c496ff
Whoops! Correct cut-and-paste gaffe.
1995-01-12 08:21:31 +00:00
jkh
1228a3ea98
Add an ID line at the top (this thing still needs some sort of
...
copyright, Andrew).
Add support for the distribute target.
1995-01-12 08:20:25 +00:00
ache
9e1dbd7ec1
Use absolute path for install passed to configure
...
to disallow prepending ../ in second level Makefiles
1995-01-12 02:29:42 +00:00
wollman
a2eddc566d
Delete VFS example since it doesn't apply and there are ten perfectly
...
good examples elsewhere in the tree. (The MISC example should probably
go, too, but it should still compile so I'm leaving it for now.)
1995-01-11 21:44:23 +00:00
wollman
004e76bbe7
Fix these up as much as I'm able; see the README file for more info.
1995-01-11 21:33:54 +00:00
wollman
555cadcf36
Always delete ${DOC}.ps and ${DOC}.ascii in the clean target, no matter what
...
${PRINTER} is set to.
1995-01-11 19:58:03 +00:00
wollman
d88d115eaf
Add back in the -me papers now that they all work.
1995-01-11 19:51:47 +00:00
asami
2075658851
Typo!
1995-01-11 08:53:28 +00:00
asami
e541856002
Add missing ! in front of pipeline for extract commands---otherwise
...
it would exit on *successful* extraction.
1995-01-11 08:50:48 +00:00
wollman
100e781c92
Now that `doc' works, do it.
1995-01-11 04:33:00 +00:00
wollman
3adf58231f
Always make the papers. Automatically make both PostScript and ASCII versions
...
of each document, and install both on request.
1995-01-11 04:29:38 +00:00
wollman
2859270f6f
Disable 05.sysman, it sends nroff into an infinite loop.
1995-01-11 04:24:41 +00:00
wollman
b82a0af6bf
Make all these format under the new scheme. I haven't had a chance to
...
test the -me stuff, so it's still disabled for now.
1995-01-11 04:10:10 +00:00
ache
7362889467
Fix path in FILES section
1995-01-11 03:58:32 +00:00
wollman
da8382ab80
Get the USD to format under the new structure.
1995-01-11 03:24:33 +00:00
wollman
0bc03fb6fb
Add .MAIN: all so that extraneous targets don't confuse `make'.
1995-01-11 02:41:09 +00:00
wollman
1ef7c94898
Add standard before/real/afterinstall support like in bsd.prog.mk.
1995-01-11 02:27:01 +00:00
wollman
7bc5ad7d8f
Fix last .endif.
1995-01-11 02:06:58 +00:00
wollman
f1ee396fc1
Make these documents build if possible.
1995-01-11 01:53:04 +00:00
wollman
02084ce632
Add Id keyword.
1995-01-11 00:16:04 +00:00
wollman
e075aa89fb
Make everything work with new bsd.doc.mk and without symlinks in the
...
source tree. Eliminate papers which require -me macros, 'cos they
currently don't work with groff.
1995-01-11 00:15:23 +00:00
wollman
d1495f40e6
Changes to make /usr/share/doc work somewhat right. (SMM commits
...
to follow soon.)
1995-01-11 00:00:11 +00:00
jkh
59fbb0c594
Catch case where extraction fails. Thanks!
1995-01-10 12:23:44 +00:00
jkh
24fb96a07a
Latest changes from vak.
...
Submitted by: vak
1995-01-10 11:44:30 +00:00
jkh
2b27487884
Fix a messed-up URL.
1995-01-09 14:30:42 +00:00
jkh
c280bae2f0
Add ftp.dataplex.net to USA mirrors.
1995-01-08 12:18:50 +00:00
jkh
3c7abb96b9
Add Korean site to mirror lists.
1995-01-07 22:53:41 +00:00
ache
cedae20ecb
Use .MAIN: all
1995-01-07 16:39:38 +00:00
jkh
f50c9f7bcc
Fix name of uni-duisberg site.
1995-01-07 03:58:22 +00:00
ache
678347e497
Move pre-extract target inside COOKIE
...
Add checksum check for extract, if checksum file present
1995-01-06 22:14:12 +00:00
gpalmer
c8b414d31c
Add information about the checksumming system in ports
...
Reviewed by: jkh
1995-01-06 19:24:13 +00:00
sos
909b5b9374
Added fr.sio.kbd.
1995-01-05 14:09:00 +00:00
asami
531b660987
Sort out dependencies. Now they look like:
...
patch: extract
configure: depends patch
build: configure
install: build
Does this look ok?
1995-01-05 08:15:53 +00:00
gclarkii
8c1f79591e
Convert PORTS.FAQ to ports.FAQ.
...
All "FAQ" items should be lowercase prefix and upcase FAQ suffix.
1995-01-05 07:27:00 +00:00
jkh
fefd8a4147
Typo fix from Ollivier Robert.
...
Submitted by: ollivier
1995-01-05 02:15:05 +00:00
jkh
9a46c7e992
Rename check-md5 target to checksum.
...
Submitted by: gpalmer
1995-01-05 01:46:05 +00:00
jkh
7ed45041db
Gary Palmer's patches for checksumming and description.
...
Submitted by: gpalmer
1995-01-04 23:06:38 +00:00
ache
89e96be531
Fix BINMODE to override sys.mk defaults
1995-01-04 22:43:52 +00:00
ache
675d939995
Remove INSTALL, now into sys.mk
1995-01-04 22:32:40 +00:00
ache
60416d0456
Fix building of target with multiply sources
1995-01-04 22:01:58 +00:00
ache
d107f797aa
Fix error in clean target
1995-01-04 21:34:13 +00:00
ache
16167988ef
Much improved variant
1995-01-04 21:29:32 +00:00
jkh
8268b80899
Put depends before configure. No reason that I can see for putting it after,
...
and it breaks mule the way it is now.
1995-01-04 09:58:39 +00:00
jkh
68b0cc4284
Some of the doc here was less than adequately fleshed-out. Make some
...
feeble attempt to do so.
1995-01-04 08:30:33 +00:00
jkh
fdcbc3c654
Add section 11 detailing new `describe' target.
1995-01-04 07:38:40 +00:00
jkh
28ff01d2d2
Document describe target.
1995-01-04 07:35:46 +00:00
jkh
f81fc02a82
1. Add Thailand mirror.
...
2. Orthogonalize this thing to just use the basename. It was a mixture of
2.0-RELEASE and -current before, and it was just confusing.
1995-01-04 07:23:47 +00:00
ache
ae74dc58d0
More info about UUCP
1995-01-04 01:53:38 +00:00
jkh
e90dae4bf6
The ports collection FAQ.
...
Submitted by: gpalmer & jkh
1995-01-04 00:43:35 +00:00
gclarkii
d834d6cdb9
Add Id tags to all FAQs.
1995-01-03 15:54:08 +00:00
gclarkii
6b001e3490
Begin reorg of FAQ directory.
1995-01-03 15:48:52 +00:00
jkh
8f9d089c5d
Add describe target support.
1995-01-03 11:52:01 +00:00
bde
25de52bbad
Install bsd.info.mk.
1995-01-03 06:32:10 +00:00
sos
2cd5cd87ee
Syscons keymap file for french keyborad layout.
...
Submitted by: Ollivier Robert
1995-01-02 13:09:36 +00:00
bde
459a4fffba
A generalized version of revision 1.1 of gnu/libnexex/uucp/doc/Makefile.
...
Fixes bugs in the latter: the `all' target was never up to date; there
was no `depend' target. Doesn't work for multiple info files because
it leverages bsd.doc.mk and that is broken. Info should be installed
more like man pages...
1995-01-02 12:12:00 +00:00
joerg
1402539403
Heavily re-worked.
...
Updated to 2.0 .
Included sections about how to use DDB, post-mortem analysis of
a kernel crash where you didn't anticipate it and therefore
didn't config -g it. Added a real-world example of a kgdb session.
1995-01-02 12:01:59 +00:00
bde
8381433806
Remove `MKDEP= -p'. Now I know why lkm compiled so fast after headers
...
are changed.
1995-01-01 21:11:55 +00:00
ache
f564f5957f
Preset ac_cv_path_CC="${CC}" before running ./configure,
...
needed for Autoconf 2
1995-01-01 20:06:20 +00:00
bde
c9572aeafe
Change adduser to adding_user in Makefile too.
...
I hate cvs's (nonexistent) handling of name changes
`cvs log adding_user.8' fails to show any relation to adduser.8...
1995-01-01 17:31:01 +00:00
ache
3afdf13057
Move BSD adduser manpage (procedure description) to adding_user.8
...
to not confuse with adduser.8 command
1994-12-31 22:53:41 +00:00
ache
8a28c49766
Remove direct keypad 5 to \E[E remapping, unnecessary now
1994-12-31 11:52:50 +00:00
ache
03c30ce1a0
Changes to allow keypad 5 produce \E[E like SCO/ANSI term does
1994-12-31 11:49:12 +00:00
jkh
55bc953b96
Add seagate driver manpage from Serge Vakulenko (vak@cronyx.ru) .
...
Submitted by: serge
1994-12-31 05:33:56 +00:00
jkh
791bb28445
More changes to the FAQ, just to annoy Ollivier.. :-)
1994-12-29 16:42:10 +00:00
ache
2b3d7b4180
Oops, forget "" for ${CC} and ${CFLAGS}...
1994-12-28 04:17:54 +00:00
ache
1e58ddda94
Set proper INSTALL* variables before running ./configure
1994-12-28 04:14:19 +00:00
ache
3179f36757
Move INSTALL?=install line duplicated into each .mk to sys.mk
...
instead
1994-12-28 03:51:03 +00:00
ache
26fa5504b2
Use CFLAGS=${CFLAGS} ./configure to avoid picking dumb GNU -g default
1994-12-28 03:30:21 +00:00
ache
ef78f9becd
Use "CC=${CC} ./configure" to avoid usage of debugging 'gcc'
1994-12-28 03:21:16 +00:00
jkh
1a24e0722d
Sigh.. Finally add a 6.0 section on what you need to do to actually
...
configure a new kernel.
1994-12-28 02:39:29 +00:00
ache
2f0989e5fa
Remove -T from ar, nm fixed now
1994-12-28 00:49:58 +00:00
ache
b1afaf0aff
Add T option back to ar until nm will be fixed. Sorry, nate.
1994-12-24 10:07:51 +00:00
nate
1daa60a210
Strip out unused local symbols from shared objects, and no longer
...
truncate archive members to 15 characters since it's no longer
necessary.
1994-12-23 22:50:45 +00:00
nate
f702f209f8
Added link.5 man page and updated a.out.5 manpage to reflect the new
...
code.
Obtained from: NetBSD
1994-12-23 22:41:46 +00:00
bde
7284bc5e13
Don't use `MKDEP= -p' even for the case of a single source file since we
...
always make an intermediate object file.
1994-12-22 17:20:52 +00:00
gpalmer
02f9caeae2
Put dummy targets for make-md5 & check-md5 inside a
...
NO_EXTRACT ifdef so that tcpblast doesn't muck
things up
1994-12-17 21:29:38 +00:00
gpalmer
edee92ab3e
bsd.port.mk: missing semicolon added
...
bsd.port.subdir.mk: added check-md5 as target
1994-12-17 20:50:44 +00:00
ache
fdba605505
Automatically add gmake to DEPENDS, if USE_GMAKE
1994-12-17 02:37:26 +00:00
ache
c2c7b9b0bc
Don't use build: ... pre-build, move pre-build inside
...
BUILD_COOKIE instead
1994-12-17 01:58:11 +00:00
wollman
2dd58e065f
Document EAFNOSUPPORT error return for TCP bind and connect operations.
1994-12-15 20:54:28 +00:00
ache
0c6fb6f88c
patch: pre-patch ... is wrong, move pre-patch
...
inside PATCH_COOKIE
1994-12-14 05:53:09 +00:00
gclarkii
dd348542d3
Add slip_server FAQ from Guy Helmer
...
Submitted by: Guy Helmer
1994-12-13 17:48:46 +00:00
jmz
390ea51f09
Added '${GMAKE} install.man' when installing with Imake and gmake
1994-12-12 22:32:30 +00:00
ache
8402307f45
add mcd.4
1994-12-12 04:08:58 +00:00
ache
6ddad81ce1
Mitsumi manpage
...
Submitted by: Keith E. Walker with small modifications from me
1994-12-12 04:06:17 +00:00
gpalmer
6df17bf1ea
Early md5-checksumming code. This seems to work fine on my machine
...
but needs more testing on more ports than I have on my box.
1994-12-11 20:36:12 +00:00
gpalmer
3c97b798b0
Last gremlin-killer of the day. Typo fixed and missing .endif replaced.
1994-12-11 15:31:22 +00:00
gpalmer
d57d2dda92
<Sigh> Got the placing of a .if wrong. Fix it.
1994-12-11 14:50:40 +00:00
gpalmer
c233cd6617
Erk. Damn. A hash perfixing a comment was lost somewhere.
...
Fixed.
1994-12-11 14:12:30 +00:00
gpalmer
ffc24d6261
1) Small tidyup
...
2) Change INSTALL_MANPAGES to NO_INSTALL_MANPAGES and document it
3) Add a PKGNAME variable to allow the package name
not to be dictated by stupid DISTNAMEs
4) Add a PATCH_DEBUG option and a slight change to the default
patch system - add --forward to help ensure correct patching
1994-12-10 18:07:38 +00:00
bde
3912e4389b
Don't refer to "hardwired" ports.
1994-12-06 20:14:30 +00:00
gpalmer
877614b61a
Add kryten.atinc.com
1994-12-06 19:48:07 +00:00
smace
024cb43d29
Add ftp.neosoft.com mirror.
1994-12-06 16:07:16 +00:00
gclarkii
9a4ae06fc1
Added entry to Systems.FAQ
...
Added note about lp TCP/IP driver
Added notes about b004, cx, ctx and pcaudio
Updated perl entry to point to ftp site that has it
NOTE: If you have a system running 2.0 please email me (FAQ@freebsd.org )
tell what you have so I can include it!
1994-12-05 08:02:15 +00:00
ache
74c407bf85
Reflect lastest serial names change
1994-12-05 00:02:38 +00:00
gpalmer
9916314daf
Add ftp://ftp.demon.co.uk/pub/BSD/FreeBSD/2.0-RELEASE
1994-12-04 21:15:59 +00:00
ache
7d893644f9
Add quick description of rules how to build locale name,
...
f.e. iso_8859_1 name is completely incorrect
1994-12-04 20:12:10 +00:00
bde
4354fc94cd
Add cx.4 to MLINKS.
...
Someone should fix `man' so that man pages in machine-dependent
subdirectories are handled automagically at least for the
current machine.
1994-12-04 08:07:47 +00:00
gpalmer
7eaf06fb5b
Add two sites in the UK - src.doc.ic.ac.uk and unix.hensa.ac.uk
1994-12-04 01:10:47 +00:00
wollman
cdc629bac8
Add cx(4) to the Makefile.
1994-12-03 00:03:56 +00:00
wollman
fa9f248392
This commit was generated by cvs2svn to compensate for changes in r4910,
...
which included commits to RCS files with non-trunk default branches.
1994-12-02 23:23:01 +00:00
wollman
1e6f21ed41
Cronyx/Sigma sync/async serial driver with PPP support
...
from Serge Vakulenko
1994-12-02 23:23:01 +00:00
jkh
b6935d8b15
More comments on tape installs.
1994-12-02 20:27:11 +00:00
jkh
cc38bfcd7d
Fix some long-standing english wonkiness.
1994-12-01 13:24:20 +00:00
jkh
505a412d4d
Document how to re-enable the floppy-tape drive.
1994-11-30 13:17:50 +00:00
jkh
a0e9a20f97
Keith Walker's "howto" notes on preparing floppy or tape distribtution
...
fodder. Thanks, Keith! Much needed!
1994-11-30 11:59:53 +00:00
jkh
1a25571522
Add entry for Australia.
1994-11-29 23:44:07 +00:00
jkh
1a56b472fc
Add additional sites from ftp list. Put germany in proper
...
alphabetical order.
1994-11-29 22:43:15 +00:00
jkh
9e54b9c16a
Add uni-duisburg Germany site.
1994-11-29 22:31:03 +00:00
guido
65bdef632e
Add ftp.nl.net to MIRROR.SITES.
1994-11-29 18:23:21 +00:00
gibbs
f11bbab4f4
Add fbtab.5 to the Makefile so that it will be installed.
...
Garrett mentioned the /etc/fbtab feature and I was wondering why
I hadn't heard of it...
1994-11-28 21:52:45 +00:00
ats
77c2e61094
Add the 3C501 to the supported hardware list.
1994-11-28 21:52:15 +00:00
ats
7702487434
Add the NCR 53C825 and the 3com 3C507 and 3C579 to the supported
...
hardware list.
1994-11-28 19:23:19 +00:00
asami
f31e5d3c84
Add a site in Northern Japan.
1994-11-28 06:46:49 +00:00
ats
7a0d5fdc63
Correct a typo in my mailing address and also use the new alias for my
...
machine. I should better rename it soon from g386bsd to freebsd to
avoid confusion with the new 386BSD release :-).
1994-11-27 13:06:18 +00:00
asami
d95625d049
Typo.
1994-11-26 12:10:37 +00:00
asami
9ea14d473c
Added some Japanese sites that carry 2.0-RELEASE.
1994-11-25 23:13:26 +00:00
gclarkii
46563509de
Add entry about missing perl libs. Would someone please add a tar file of
...
these to freefall.cdrom.com:~/pub/perl/libs.tar.gz.
1994-11-25 19:40:25 +00:00
ache
054823f9a7
Change wrong comment: NCFTP_ARGS --> NCFTPFLAGS
1994-11-25 17:04:02 +00:00
dfr
31751c515b
Update the RenderMorphics entry.
...
Reviewed by:
Submitted by:
Obtained from:
1994-11-23 13:13:12 +00:00
gclarkii
277534933f
Add entry about problems with BT-946c's and some Intel MB's.
...
Obtained from: Paul Richards
1994-11-23 10:21:59 +00:00
jkh
194b849b6c
Point people at the troubleshooting guide in advance.
1994-11-22 10:57:36 +00:00
jkh
cf3784b774
Document the "old boot blocks" problem.
1994-11-22 10:55:55 +00:00
jkh
e02f20b24c
A few tweaks.
1994-11-22 09:54:19 +00:00
phk
28efecad2a
Thanks guys.
1994-11-22 09:16:46 +00:00
jkh
ea45f6a220
Changes to README for release.
1994-11-22 08:58:42 +00:00
jkh
366d22c06e
Update the X Inside, Inc text to include some stuff Jeremy just sent me.
1994-11-22 06:58:09 +00:00
jkh
973a14843b
1. Add instructions for installing onto a second disk.
...
2. Clean up the FAQ just a bit.
1994-11-22 06:48:39 +00:00
ats
82f22b0877
Don't use a rm -rf WORKDIR if NO_WRKDIR is defined. You have a good chance
...
to blow away your current dir, because WRKDIR == CURDIR. This should
help tcpblast to not blow away itself in the clean target :-).
1994-11-21 10:30:37 +00:00
sos
1a22f052cf
Fixed ' & ` keys .
...
Submitted by: Andreas Klemm
1994-11-21 08:50:18 +00:00
jkh
751bbbae08
More Helpful Hints from Heloise.
1994-11-21 04:11:28 +00:00
jkh
5673097fcb
Changes for BETA
1994-11-21 01:32:51 +00:00
jkh
7412f6c9c6
(M)ountpoint -> (A)ssign
1994-11-21 01:30:03 +00:00
ache
b486198d8f
Now use "btab" keyword in all keymaps
1994-11-19 23:27:03 +00:00
nate
954a0e4dba
NetBSD -> FreeBSD
...
(Please bring into 2.0)
1994-11-19 18:13:59 +00:00
jkh
ebb9258253
Document the AHA-274x and 284x driver as a new feature.
1994-11-18 14:26:07 +00:00
jkh
36244d82e6
Talk a little more about boot roms.
1994-11-18 13:02:23 +00:00
jkh
4038d7254e
Add these files. They're referenced in the release notes.
1994-11-18 12:03:29 +00:00
jkh
9c95cf63dc
Document "(P)rocede" - (Q)uit was still being billed as the method
...
for continuing the installation! :-)
1994-11-18 10:32:43 +00:00
jkh
d73d1794ed
Add some notes about AIX-6x60 based cards. Important to note that
...
you CAN'T boot from many of these puppies!
1994-11-18 03:10:32 +00:00
jkh
163be610ea
Adjust the docs to note that the AHA-2742/2842 series is now supported.
...
Hurrah for Justin!
1994-11-18 01:12:13 +00:00
ache
60347cd3b6
Add yet one russian keymap, widely used by some russians
1994-11-17 18:03:18 +00:00
jkh
cac70cf98a
Add reinstall.
1994-11-17 16:02:56 +00:00
jkh
9cb91dd8a0
There seems to be some trouble with install.man working right everywhere.
...
Conditionalize it off of INSTALL_MANPAGES until I can figure out just
why some X ports seem to like it and others not.
1994-11-17 15:46:27 +00:00
jkh
86f1a4176a
Steven G Kargl <kargl@troutmask.apl.washington.edu>
...
Finds many spelling errors. Thanks, Steven!
Submitted by: steven
1994-11-17 12:35:24 +00:00
jkh
6593f9b699
Whoops! Typo. Correct.
1994-11-17 10:07:45 +00:00
jkh
b43669fad8
I found today that making packages for X11 ports wasn't working.
...
Further investigation showed that prefix was erroneously set to /usr/local
for X11 based ports as well, when the assumption was that they'd really go
into ${X11BASE} (an /etc/make.conf variable that the user's free to set).
Set X11BASE to /usr/X11R6 if the user hasn't already, and assume that
the user really wants prefix to point there when the port is XMKMF based.
1994-11-17 10:06:03 +00:00
jkh
436e419a37
Add support for NO_WRKDIR.
1994-11-17 00:25:16 +00:00
jkh
ae5033f4db
2 new concepts that just occurred to me:
...
MASTER_SITE_OVERRIDE - If set in the environment, will override everyone's
MASTER_SITES settings. Useful if you'd prefer to point to a
distfiles repository somewhere closer.
MASTER_SITE_FREEBSD - Sets OVERRIDE to be FreeBSD's own master repository.
1994-11-17 00:18:28 +00:00
jmz
f0796c1813
If USE_GMAKE is defined, use ${GMAKE} in ${XMKMF} && ${MAKE} Makefiles
1994-11-16 23:14:22 +00:00
martin
30ae84dcac
Instructions for setting up diskless clients
1994-11-16 15:33:42 +00:00
jkh
8cdad68b06
Make depends a separate target. Now you can select when the dependency
...
list is traversed.
1994-11-15 10:16:56 +00:00
jkh
e6a9926ecf
sendbug -> send_pr
1994-11-14 23:52:42 +00:00
bde
f1b917b022
This change was actually made in the previous revision:
...
Define SHLIBDIR?= ${LIBDIR} and install shared libraries in
${DESTDIR}${SHLIBDIR} instead of in ${DESTDIR}${LIBDIR}.
SHLIBDIR may be defined in /etc/make.conf to override the
default of /usr/lib (I use /lib). Other changes are required
for non-default shared library directories to actually work
(ld* and crtso have too many hard-coded paths).
Bruce
1994-11-14 06:28:20 +00:00
bde
e226c88111
Define `RANTOUCH?= ${RANLIB} -t' and use it instead of ${RANLIB} -t.
...
RANTOUCH may be defined in /etc/make.conf as
`${ECHO} skipping ${RANLIB} -t' to help stop `make install' from
changing the timestamps on unchanged libraries, thus making the
uninstalled binaries appear to be out of date... Other changes
are required to stop install from clobbering the timestamps.
1994-11-14 04:55:39 +00:00
bde
5bb14446b2
Define LIBEDIT, LIBGCC, LIBKVM, LIBSCRYPT and LIBY.
...
Comment about missing libraries for LIBDES, LIBKDB, LIBKRB, LIBMP, LIBPC
and LIBPLOT.
Don't define LIBDBM since it was replaced by db in libc.
Remove duplication. ${DESTDIR}/usr/lib/... gives /usr/lib/... even when
DESTDIR is not defined.
1994-11-14 04:28:44 +00:00
nate
6c54ae2eeb
Added the DEC ethernet cards to the list of supported ethernet drivers.
1994-11-13 21:17:38 +00:00
phk
94e55d40f9
Add a new "distribute" target. This is a variant of install, which will
...
put the stuff into the right "distribution". As default things end up
in "bindist".
Normal (ie: most) makefiles know naught of this.
More commits will follow, which will direct various parts of the tree
into the distribution we want them in.
Some of the grief of being release-engineer is supposed to go away with this.
1994-11-13 21:05:28 +00:00
nate
0a3cc4474d
Added VLB to the list of PC busses supported since this question comes up
...
often on USENET.
Added comments regarding the new 'extended IDE' controllers, which work with
FreeBSD but do not use the extended features.
Minor formatting changes.
1994-11-13 09:19:04 +00:00
jkh
38eaf912e1
Add my first-cut at a very short troubleshooting document. We can add
...
more stuff here as people report it.
1994-11-13 01:21:11 +00:00
jkh
45760f0ac1
Move the README here, with a few updates.
1994-11-12 02:24:28 +00:00
jkh
09cdc2f43c
Add patch cookies. This should prevent gratuitous patch re-application
...
attempts.
1994-11-11 09:45:33 +00:00
jkh
586fbcb8a7
Typos fixed by Michael E. and Gary J. Thanks, guys!
...
Submitted by: me,gj
1994-11-11 07:39:40 +00:00
jkh
1936d71352
Whoops! I wrapped. Try again.
1994-11-10 04:11:58 +00:00
jkh
5707293bc1
Add some more information on FreeBSD's default security.
...
Make this a little more readable and fix some typos.
1994-11-10 03:51:18 +00:00
phk
2276a223ee
Now that the default for the shared gcc-internal lib changed, make this match.
1994-11-10 02:29:41 +00:00
jkh
637f097fd7
Document that we support 1522 controllers now.
1994-11-09 23:26:57 +00:00
jkh
30db714f78
Changes from Gary Palmer to make all this stuff fit on the screen!
...
Submitted by: gpalmer
1994-11-09 02:51:21 +00:00
jkh
827894bc2c
Damn!! I left Soren's name off the core team roster by mistake! :-( :-(
...
I'm going to re-roll the boot floppies to have this in, and hopefully
Poul will update it into his world tree before making the bin tarballs.
Be a real shame to leave this incorrect! Very sorry, Soren! It was
simply an updating oversight! :-(
1994-11-08 20:17:45 +00:00
phk
80c829c1e1
Don't install Makefile
1994-11-08 18:54:33 +00:00
nate
06a4d21c63
Removed un-needed hard-coded path to REFER .
1994-11-08 05:26:46 +00:00
phk
d34c9b62ce
Make installs better, install the FAQ stuff, don't install CVS-dirs.
1994-11-08 03:58:52 +00:00
jkh
f8831289e1
Release notes for the ALPHA release. "What's new" information from README
...
is now here.
1994-11-08 03:33:13 +00:00
jkh
f16a0bf32e
Just a little last-minute stylistic cleanup.
1994-11-07 10:35:55 +00:00
phk
5f66478401
Update make.conf and sys.mk to reflect the most recent advances in
...
civilization: Use -O2 and MSUN as default, and X11 is in /usr/X11R6
1994-11-07 04:18:04 +00:00
jkh
7429025e44
Put this here instead.
1994-11-05 08:11:22 +00:00
jkh
06dff84964
De-Danish this. Add a lot more chatty commentary in my own inimitable style.
1994-11-05 06:54:49 +00:00
phk
be68276932
This file is the documentation for the fdisk/disklabel part of sysinstall,
...
and will be available from the boot.flp with just one key-stroke. Somebody
will want to purge any danishisms from it before is is let loose...
1994-11-05 05:54:21 +00:00
jkh
f4d6806ca6
For submakes, don't do a `${MAKE} ${MAKEFILE} all' or
...
`${MAKE} ${MAKEFILE} install', indirect the target through ALL_TARGET and
INSTALL_TARGET now, so they can be easily overridden.
1994-11-03 19:53:46 +00:00
jkh
962ea3755e
Add reinstall target for Poul-H. This lets you install again from
...
the same build, ignoring the INSTALL_COOKIE.
1994-11-03 19:14:08 +00:00
phk
7874667561
The latest user-land changes from the author. I added a big warning to the
...
apm.4 man-page. I also hope the Makefiles make sense now.
Submitted by: HOSOKAWA Tatsumi
1994-11-01 22:46:40 +00:00
jkh
d0ae1acdd0
This is what I get for implementing suggestions without really thinking
...
about them.. :-) The patches/* won't work, it needs to be patches/patch-*
to avoid catching things like CVS files when working with a checked-out
copy of ports! Whoops!
1994-11-01 21:04:27 +00:00
jkh
345918a31d
2 changes:
...
1. Make build rely on a BUILD_COOKIE now. I'm tired of builds
being redone gratuitously while I'm trying to debug a tree build
problem.
2. Remove all the literal `touch -f' commands and indirect them through
variables. This lets you "leave tracks" in different ways, depending
on the medium. Just part 1 of my planned changes to make builds
directly off the CD work.
1994-11-01 18:09:22 +00:00
jkh
bd89af0761
Make patch rule pick up everything in patchdir alphabetically.
...
No need to call it `patch-aa' if you can simply call it `aa', etc.
1994-10-31 22:51:09 +00:00
ats
57480ecf61
Added a reference for the GENERIC kernel.
1994-10-31 10:03:51 +00:00
ats
d19e7a3e31
Changed all occurences of GENERICAH/GENERICBT to a simple GENERIC in the
...
man pages.
1994-10-31 09:52:23 +00:00
jkh
4cdf6c2084
Add sample stuff for the ipfw(1) utility.
1994-10-28 15:17:23 +00:00
bde
af0d729421
Remove my failed attempt to add an Id string.
1994-10-27 13:46:47 +00:00
bde
6a1cf9f7f7
Restore fd.4 to a machine-independent directory.
1994-10-27 13:42:29 +00:00
jkh
cab3102322
Change hardwired irqs to soft irqs (?).
...
Add manpage for Buslogic cards, since we didn't have one.
1994-10-27 08:53:11 +00:00
ache
5873858aea
cons25w: add NP,cb
1994-10-26 02:16:00 +00:00
ache
84a297deb3
Reorganize entries to not have duplicated "ac" capability in environment
...
or tgetent() buffer
1994-10-26 01:42:15 +00:00
ache
85575a3e16
cons25: add more parametrized capabilities: cv,ch,ec
1994-10-26 01:15:06 +00:00
bde
f95ca78f1b
Use += instead of ?= for setting LDDESTDIR. Some Makefiles, such as
...
cc/Makefile.inc use (abuse?) LDDESTDIR for their internal libraries
so "?=" hides non-default external libraries. Adding multiple paths
to LDDESTDIR works except it makes it even harder than usual to
decide which libraries will actually be linked against.
1994-10-25 18:09:44 +00:00
bde
7661c0a196
Some profiled/shared objects were being built despite NOPROFILE/NOPIC
...
being set.
1994-10-25 17:55:25 +00:00
jkh
d25178b968
Add this from Mark Dapoz. It requires LaTeX to format it, but it's
...
sure a lot better than nothing.
Submitted by: md
1994-10-25 13:47:17 +00:00
phk
506c948c7e
A nice little PPP.doc file from:
...
Submitted by: Gennady B. Sorokopud ( gena@NetVision.net.il )
1994-10-24 17:51:54 +00:00
sos
88da9f00f0
added ibcs2 directory.
1994-10-24 09:56:42 +00:00
sos
9379cfcb2c
A little COFF program (uuencoded) + README. Just do we can show
...
that iBCS2 support is working (that was a cheap one :-)
1994-10-23 19:23:50 +00:00
jkh
0b739d890d
1. PREFIX has nothing to do with DESTDIR. Remove it finally.
...
2. Make sure to pass PREFIX to sub-makes when installing. This allows you to
install to places like ${PREFIX}/bin in your own install rule.
1994-10-22 23:02:39 +00:00
jkh
6de1db15f0
Invoke install.man if USE_IMAKE is set.
1994-10-22 09:21:35 +00:00
ache
99dfca42ce
Remove "mh" capability for -mono family
1994-10-21 04:57:11 +00:00
bde
826a18e82b
Fix typo in description of LIBRPCSVC.
1994-10-19 21:36:31 +00:00
ache
a7533f5ac3
Add lkm.4
1994-10-19 05:20:01 +00:00
pst
1552617ffd
Added libmd.a -> LIBMD
1994-10-18 23:01:22 +00:00
guido
e47a4d7333
Put skey.acccess in usr/share/examples/etc
1994-10-18 21:26:48 +00:00
jkh
949296ed19
Bring over the lkm manpage.
...
Obtained from: NetBSD
1994-10-18 19:45:26 +00:00
ache
5c83b4350f
Optimize mono entries a bit
1994-10-15 20:06:23 +00:00
ache
7dd58d32f5
Monochrome entries added
1994-10-15 19:50:59 +00:00
ache
66935af7d9
Add ${.MAKEFLAGS} to sub-makes, pointed by Rod
1994-10-14 21:58:09 +00:00
jkh
aae398c284
Add new IS_INTERACTIVE flag. This lets you specify that the port
...
is an interactive port, and requires user input somewhere along
the way (either fetching, configuring, building or installing).
If the user then sets BATCH in their environment, this port will be
skipped. If the user sets INTERACTIVE, then ONLY those ports marked
interactive are run (allowing one to do all ports in two passes).
If the user sets both BATCH and INTERACTIVE, then a metal claw extends
from the CRT and brutally yanks their nose off.
1994-10-14 07:56:46 +00:00
jkh
4106ef7357
Silence the sub-makes.
1994-10-13 10:33:35 +00:00
jkh
f6e7823f24
Change the way pre-install was done after a suggestion from Andrew.
...
Now both pre-install and install inherit the INSTALL_COOKIE.
1994-10-13 08:08:56 +00:00
jkh
2621920996
Re-work the way pre-install was being depended. I couldn't make the
...
install cookie work any other way (perhaps I'm just being stupid).
In any case, INSTALL_COOKIE now works as advertised, and prevents duplicate
installations. pre-install users will have to keep their own cookies if
they wish to avoid duplicate installations, or tell me how to make the
rules run properly.
1994-10-12 23:32:32 +00:00
ache
8e7bc5aaec
Oops, change ${MAKE_FLAGS} to ${MAKEFLAGS} in pre-configure line
1994-10-12 03:25:59 +00:00
ache
dfa2186345
Move 'make pre-configure' inside .configure.done: target, or
...
it issued again and again instead.
1994-10-12 03:12:19 +00:00