Commit graph

277 commits

Author SHA1 Message Date
Jordan K. Hubbard c8b2f1c02f 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
Jordan K. Hubbard 9c4fb858bb 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
Andreas Schulz 9a3a04ad26 Added a reference for the GENERIC kernel. 1994-10-31 10:03:51 +00:00
Andreas Schulz 7575068e3d Changed all occurences of GENERICAH/GENERICBT to a simple GENERIC in the
man pages.
1994-10-31 09:52:23 +00:00
Jordan K. Hubbard cff7905259 Add sample stuff for the ipfw(1) utility. 1994-10-28 15:17:23 +00:00
Bruce Evans 8a3ed3d5c2 Remove my failed attempt to add an Id string. 1994-10-27 13:46:47 +00:00
Bruce Evans 9d48e26c8c Restore fd.4 to a machine-independent directory. 1994-10-27 13:42:29 +00:00
Jordan K. Hubbard f135db687c 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
Andrey A. Chernov b671d88c43 cons25w: add NP,cb 1994-10-26 02:16:00 +00:00
Andrey A. Chernov 8385973078 Reorganize entries to not have duplicated "ac" capability in environment
or tgetent() buffer
1994-10-26 01:42:15 +00:00
Andrey A. Chernov 07d196fa1e cons25: add more parametrized capabilities: cv,ch,ec 1994-10-26 01:15:06 +00:00
Bruce Evans 43fae82719 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
Bruce Evans 86af0db90a Some profiled/shared objects were being built despite NOPROFILE/NOPIC
being set.
1994-10-25 17:55:25 +00:00
Jordan K. Hubbard b92776661f 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
Poul-Henning Kamp c357ae875b A nice little PPP.doc file from:
Submitted by:	Gennady B. Sorokopud ( gena@NetVision.net.il )
1994-10-24 17:51:54 +00:00
Søren Schmidt 2b68428193 added ibcs2 directory. 1994-10-24 09:56:42 +00:00
Søren Schmidt 63a7edc49d 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
Jordan K. Hubbard 4335d91992 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
Jordan K. Hubbard cd08c443af Invoke install.man if USE_IMAKE is set. 1994-10-22 09:21:35 +00:00
Andrey A. Chernov 0b4a584f9d Remove "mh" capability for -mono family 1994-10-21 04:57:11 +00:00
Bruce Evans 9118d452d7 Fix typo in description of LIBRPCSVC. 1994-10-19 21:36:31 +00:00
Andrey A. Chernov a2ecbe0c3a Add lkm.4 1994-10-19 05:20:01 +00:00
Paul Traina 1c423e89ed Added libmd.a -> LIBMD 1994-10-18 23:01:22 +00:00
Guido van Rooij e7f092ddf6 Put skey.acccess in usr/share/examples/etc 1994-10-18 21:26:48 +00:00
Jordan K. Hubbard 413d993df7 Bring over the lkm manpage.
Obtained from: NetBSD
1994-10-18 19:45:26 +00:00
Andrey A. Chernov 2f5e244a3d Optimize mono entries a bit 1994-10-15 20:06:23 +00:00
Andrey A. Chernov fe2d66fd12 Monochrome entries added 1994-10-15 19:50:59 +00:00
Andrey A. Chernov 2ecb809ab3 Add ${.MAKEFLAGS} to sub-makes, pointed by Rod 1994-10-14 21:58:09 +00:00
Jordan K. Hubbard cc33ccc9bc 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
Jordan K. Hubbard c41b51643d Silence the sub-makes. 1994-10-13 10:33:35 +00:00
Jordan K. Hubbard 64324dc610 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
Jordan K. Hubbard baaac71882 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
Andrey A. Chernov 3d1e296ec5 Oops, change ${MAKE_FLAGS} to ${MAKEFLAGS} in pre-configure line 1994-10-12 03:25:59 +00:00
Andrey A. Chernov ec55794466 Move 'make pre-configure' inside .configure.done: target, or
it issued again and again instead.
1994-10-12 03:12:19 +00:00
Andrey A. Chernov b82fc8c612 configure: pre-configure extract ... must be
configure: extract pre-configure ...
1994-10-12 02:58:38 +00:00
Andrey A. Chernov 20bb37a799 LIBDIALOG added 1994-10-11 23:38:19 +00:00
Gary Clark II 862af1e655 updated mailing lists and took out refs to 1.1 be around. 1994-10-10 10:46:14 +00:00
Gary Clark II bb7937be61 update mailing lists
Changed around some directorys in the FAQ
(Thanks Jordan)
1994-10-10 10:39:10 +00:00
Rodney W. Grimes c1b0875e83 SHAREDSTRINGS support was no longer used and just clutters things up,
removed.
1994-10-10 03:18:47 +00:00
Rodney W. Grimes de4d7b8018 1. Mark file as seriously out of date with reality.
2.  Update the list of library names and variables.

3.  Update to reflect forth coming bsd.inc.mk file.

4.  Update which .mk files include other .mk files.

Submitted by:	Bruce Evans (partial, enhanced by me)
1994-10-09 21:22:32 +00:00
Paul Traina 403ef23238 Update multicasting FAQ entry 1994-10-09 01:14:51 +00:00
Jordan K. Hubbard d8bd99269c This file describes new features, conventions or newly introduced "gotchas"
that a user coming from a 1.x environment should know about.

See the notes in the file for more info.
1994-10-08 17:57:45 +00:00
Jordan K. Hubbard 9805e8c5a7 Add HW.TROUBLE to ROADMAP. 1994-10-08 03:15:53 +00:00
Jordan K. Hubbard 9ee942c1ac Put this here, moving it from /usr/src. 1994-10-08 03:10:34 +00:00
Andrey A. Chernov 36ee031254 LIBMYTINFO and LIBNCURSES defines added 1994-10-07 03:10:05 +00:00
Andrey A. Chernov e0ef369852 Change do= from ^J to \E[B, this escape must works in all terminal modes
and old variant don't work properly, if \n --> \r\n (cons25,pc3)
1994-10-06 21:37:48 +00:00
Jordan K. Hubbard 363abea01c Following changes from Robert Withrow (+ a few mods):
1. Make DEPENDS fully qualified, and not implictly assume relative
   to ${PORTSDIR}.  This allows more arbitrary dependencies to be
   specified.  This also means that DEPENDS= x11/foo needs to be changed
   to DEPENDS= ${PORTSDIR}/x11/foo in any Makefiles.  I'll try to do
   these changes myself.

2. Add an option NO_DEPENDS to disable the automagic building of depended
   ports.
Submitted by:	rww
1994-10-05 22:28:45 +00:00
Jordan K. Hubbard 997882fda7 Add an install prefix for packages, so that they're built by default
to track ${PREFIX} (this will override the PLIST prefix).
1994-10-04 15:50:43 +00:00
Jordan K. Hubbard 0903bf364c Also make GNU_CONFIGURE a synonym for HAS_CONFIGURE so you don't have
to specify both (looks silly).
1994-10-04 15:48:21 +00:00
Jordan K. Hubbard e492ce08e3 If GNU_CONFIGURE is set, pass `--prefix=${PREFIX}'; this should help
at least the GNU ports play nice with PREFIX.
1994-10-04 15:44:03 +00:00