Commit Graph

544 Commits

Author SHA1 Message Date
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