Jordan K. Hubbard
a1c49e4efc
Make things a little more user-friendly
...
Submitted by: jkh
1994-08-21 17:42:24 +00:00
Jordan K. Hubbard
34c3b2aff2
Get the .configure_done stuff working - it wasn't in the right place.
...
Submitted by: jkh
1994-08-21 16:55:54 +00:00
Jordan K. Hubbard
d0d7662fb4
Start really adding some features here. Let's see:
...
1. New variable DEPENDS lets you list packages that this depends on,
relative to the top (lang/tcl, x11/tk, etc). These packages will
always get made first.
2. Don't configure again if you've already done so successfully.
3. Add pre-configure and post-configure hooks. You can now do a pre-configure,
a local configure, a port-provided configure and finally a post-configure
if you really really want to. I can't imagine anything this will leave us
not being able to do! :) [ Yes, I have actually found a use for at least
two of these in one port - see x11/tk!].
Submitted by: jkh
1994-08-21 16:37:09 +00:00
Jordan K. Hubbard
9bd3cef5dc
Simplify the whole configuration script business quite a bit. What
...
was I thinking before..
Submitted by: jkh
1994-08-21 15:04:03 +00:00
Jordan K. Hubbard
09e9c8438a
Whoops, the check for a missing distfile was slightly bogus. Now it works.
...
Submitted by: jkh
1994-08-21 14:32:40 +00:00
Jordan K. Hubbard
754969c971
Make any local configuration file unconditional. That is, if one exists
...
then run it even if GNU configure is to be run later.
Submitted by: jkh
1994-08-21 14:10:16 +00:00
Jordan K. Hubbard
173b9407ed
Commit my new ports make macros. Still not 100% complete yet by any means
...
but fairly usable at this stage.
Submitted by: jkh
1994-08-21 13:12:57 +00:00
Bruce Evans
ed575421e9
- bsd.dep.mk and bsd.own.mk have been required for some time. Install them.
...
- Install with group BINGRP, not BINOWN.
1994-08-20 08:25:00 +00:00
Bruce Evans
ad780a968f
Install with group BINGRP, not BINOWN.
1994-08-20 08:16:43 +00:00
Garrett Wollman
1b72a208c7
Actually install LKM examples.
1994-08-19 20:43:42 +00:00
David Greenman
62a6e4161e
Terry Lambert's loadable kernel module support - example modules.
1994-08-19 12:42:13 +00:00
Jordan K. Hubbard
d5ca85cdd4
Reenable the makedb stuff; it works fine.
...
Submitted by: jkh
1994-08-16 22:44:28 +00:00
Jordan K. Hubbard
6acd8e2475
Bruce Evans is right - this shouldn't touch /etc *at all* and I should
...
have nuked it, not fixed it. No longer install /etc/localtime.
Reviewed by:
Submitted by:
1994-08-11 01:39:23 +00:00
Jordan K. Hubbard
0419c5b941
Add a preventative rm of /etc/localtime in the install rule just in
...
case it's a link (in which case the subsequent install will fall over).
Submitted by: jkh
1994-08-11 00:54:30 +00:00
Jordan K. Hubbard
bfc54eff9f
Change a .0 to a .5.
...
Submitted by: jkh
1994-08-11 00:45:38 +00:00
Jordan K. Hubbard
1e42b679cd
Put the cons25 entries for syscons back.
...
Submitted by: jkh
1994-08-11 00:39:39 +00:00
Jordan K. Hubbard
60303bdf64
termcap.0 -> termcap.5
...
Submitted by: jkh
1994-08-11 00:24:33 +00:00
Jordan K. Hubbard
d20fc875b8
Correct me.0 -> me.7
...
Submitted by: jkh
1994-08-11 00:11:44 +00:00
Garrett Wollman
9830dcf4b8
Install procfs(5).
1994-08-10 20:04:57 +00:00
Garrett Wollman
2e461b47d9
Oops, fix typo.
1994-08-10 20:03:54 +00:00
Garrett Wollman
237dfed1d4
Initial manual page for the new procfs.
1994-08-10 20:03:06 +00:00
Garrett Wollman
652f974539
Added example of how to tell various FreeBSD versions apart.
1994-08-10 06:40:36 +00:00
Garrett Wollman
45f7f888bb
Make the install targets obey the INSTALLFLAGS requests in the new
...
Makefiles.
DANGER WILL ROBINSON!
This will cause repeat installs of certain programs, such as `init' and
`rcp', to fail unless one of the two conditions is met:
1) You are in single-user mode.
2) Your security level is set to 0 or -1.
If you have compiled a kernel from the latest sources, your kernel
security level is set to -1 by default, which will keep `init' from
fiddling with it. You can increase it, but not decrease it, from the
command line with the command `sysctl -w kern.securelevel=<new value>'.
I believe that -1 is the most appropriate value to use while we are still
developing the code, although when we ship it should be changed back to 0.
See init(8) for more information.
1994-08-10 02:48:08 +00:00
Garrett Wollman
8ccf48ea2d
Make man page installation work for ``unattached'' and kernel pages.
1994-08-09 18:41:38 +00:00
Garrett Wollman
99e4ba4265
Make examples install into /usr/share/examples. Like with includes, you
...
have a choice between SHARED=copies and SHARED=symlinks. The default
is to copy.
I have also added a /usr/share/examples/etc directory, where I hope to
have all sample configuration files which in real use go into /etc installed.
(This way, if the user really screws the real one up, they can always go
back to a known-working distribution copy, even if they don't have sources.)
1994-08-09 18:25:38 +00:00
Poul-Henning Kamp
627e55f2c5
Submitted by: Bruce Evans <bde@kralizec.zeta.org.au>
...
Fixed the makefile.
1994-08-09 00:16:56 +00:00
Garrett Wollman
920f8baa30
Don't pass ${LDADD} to ${AR}. Use ${ARADD} for that.
1994-08-08 15:45:55 +00:00
Garrett Wollman
c1d06ca15a
Moved YP general explanation manual page to a slightly more appropriate
...
location.
1994-08-08 01:07:26 +00:00
Garrett Wollman
944fcc15f8
Sun RPC demo programs from 4.4-Lite
1994-08-07 18:50:51 +00:00
David Greenman
b3bfc7199e
Converted 'vmunix' to 'kernel'.
1994-08-05 09:14:37 +00:00
Garrett Wollman
d14f862c56
Add a couple of files we created in 1.x.
1994-08-04 21:10:08 +00:00
Garrett Wollman
3585b293d1
Spplat our 1.1.5 `mk' ifiles over the top of the 4.4 ones. So far
...
as I can tell, this is ts the right thing to do.
1994-08-04 21:09:27 +00:00
Poul-Henning Kamp
75f6127b36
Reviewed by: phk
...
Killed a bunch of control chars.
1994-07-24 02:04:51 +00:00
Poul-Henning Kamp
c41bc9bba4
Reviewed by: phk
...
Added a clean target.
1994-07-24 01:45:20 +00:00
Poul-Henning Kamp
636ccd3581
Reviewed by: phk
...
More binary files killed using uuencode.
1994-07-24 01:39:14 +00:00
Rodney W. Grimes
f249e6f1f8
The file tmac.r was not shipped on the 4.4 tape, mark this fact.
1994-07-06 02:17:29 +00:00
Rodney W. Grimes
3161b790c6
all: does not need to depend on ${MAN5}, remove special case clean:
...
and cleandir: targets, simple use a CLEANFILES+= to handle this very
simple special case.
Add ${COPY} knob to install commands so that files don't disappear out
of the obj tree after a make install.
1994-07-06 02:16:59 +00:00
Rodney W. Grimes
c0f2e210a8
Mark the fact that we have not imported man8.{hp300,tahoe,vax}. (There
...
was not man8.sparc :-).)
1994-07-06 02:14:36 +00:00
Rodney W. Grimes
c1aa8c2d51
Mark the fact that we have not imported man4.{hp300,sparc,tahoe,vax}.
1994-07-06 02:13:54 +00:00
Rodney W. Grimes
aafa95440e
The directory man3f did not come on the tape, mark it XXX MISSING.
1994-07-06 02:13:00 +00:00
Rodney W. Grimes
44145cfc14
The files connectives and words did not come on the tape, mark them
...
XXX MISSING.
1994-07-06 02:12:25 +00:00
Rodney W. Grimes
81cc6e12fe
Disable doc for now since it had a bunch of symbolic links I am not
...
ready to go deal with just yet.
Disable man for now it will be fixed shortly, just wanted all the man
page converion stuff to be done togeather since that is a major functional
change and really belongs in a seperate commit.
1994-07-06 02:11:36 +00:00
Andrey A. Chernov
2402b6287e
Add commented out STARTUP_LOCALE with explanation
1994-06-16 17:13:53 +00:00
Jordan K. Hubbard
67e56d3693
Flags 0x80 now means enable the diags, not disable.
1994-06-15 23:28:07 +00:00
Adam David
33d04130bd
Changed MDEC_OPT=BOOTWAIT= to BOOTWAIT=
1994-06-15 21:32:38 +00:00
Adam David
4a1bed6807
added comments for how to use CCFPU and MDEC_OPT
1994-06-15 20:24:16 +00:00
Andrey A. Chernov
c4a6b5c74b
Remove CXXFLAGS from here, handled in another place
1994-06-14 11:46:52 +00:00
Andrey A. Chernov
476a220578
Add commented out PRINTER=ps entry for easy choose
...
system documentation format
1994-06-09 11:13:52 +00:00
Andrey A. Chernov
e6f5a68194
Add commented out CXXFLAGS entry similar to CFLAGS entry
1994-06-09 08:32:58 +00:00
Geoff Rehmet
624ca9967b
Add mention of WANT_MSUN, HAVE_FPU and NOMANCOMPRESS
...
(NOMANCOMPRESS works together with the new bsd.man.mk to turn off
compression of manual pages - manual pages are installed compressed
by default now.)
1994-06-05 20:37:15 +00:00