Commit Graph

236 Commits

Author SHA1 Message Date
jkh
3276b6c85e 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
jkh
e736ac30ac 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
jkh
8bd50ed8b0 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
jkh
7b05f9cf8e Whoops! Forgot to pass PREFIX to the configure subshells. Done. 1994-10-04 14:46:34 +00:00
jkh
ef9e57843d Add PREFIX pointing to ${DESTDIR}/usr/local - let's see if we can't
make an entire system work nicely with DESTDIR (to say nothing of being
able to move from /usr/local to somewhere else).
1994-10-04 14:44:56 +00:00
jkh
95ad10995b Prevent duplicate installs with an install cookie.
Make DEPENDS now does a `make is_depended' in the target port.
This defaults to `all install' globally, but can be overriden locally
by a port if it wants to do different things when other ports depend on it.
1994-10-03 14:38:27 +00:00
jkh
4846f3b728 May the saints praise Robert Withrow <witr@rwwa.com> for showing me
the light.  `env' can be used to pass environment variables to shell
scripts this way, which means that all *configure/post-build scripts
_no longer take any arguments_; everything they should need (and more)
is now available in the environment.  I'm working now to adapt the older
shell scripts over, but if you want beat me to it on some of your own
ports, don't let me stop you! :)
Submitted by:	witr
1994-10-03 13:45:03 +00:00
gclarkii
deca95ffa5 Added entrys for GCC and cleaned it up more. 1994-10-03 04:28:03 +00:00
gclarkii
24348cb218 Update hosts (From *.cdrom.com to FreeBSD.org)
update to 2.0 era
1994-10-03 03:48:42 +00:00
gclarkii
ed688207a1 Small cleanup. 1994-10-03 03:31:13 +00:00
gclarkii
0fd4eb0949 Update to 2.0 era. 1994-10-03 03:28:22 +00:00
gclarkii
b311d063fc Show this FAQ as being for 1.1.5.1 and below. 1994-10-03 03:19:41 +00:00
rgrimes
9fb949f258 Add .S to SUFFIXES and add .S.o: rule.
Submitted by:	bde
1994-10-02 05:12:46 +00:00
gclarkii
211fa67fe7 Re-org of file. Delete information that is 1.x only. Update and add entrys
for 2.0.
1994-10-01 15:04:58 +00:00
jkh
767a55bfdd Reshuffle all the man pages around in the Makefiles too (duh!). 1994-09-30 17:37:23 +00:00
jkh
769d8d8f3c Reshuffle all the man pages around in the Makefiles too (duh!). 1994-09-30 17:31:08 +00:00
csgr
0a5e6f3581 mention MAKE_EBONES and MAKE_KERBEROS 1994-09-30 14:57:01 +00:00
ache
e7a380f9e4 Remove emulation of upper/lower lines from all entries,
this work done by ncurses
1994-09-30 05:41:22 +00:00
jkh
0139a35665 Add new files from Wilko (and in their proper place).
Submitted by:	Wilko Bulte
1994-09-29 13:54:36 +00:00
jkh
0a36b6fcaa Don't hardcode patch and its arguments. Not quite the same patch as submitted
by Robert Withrow, but he prodded me into thinking about it again.  Thanks, Rob.
1994-09-28 14:19:30 +00:00
wollman
4f2f437be2 Lots of kernel code requires vnodE_if.h, so provide code to generate it
if requested.  LKMs which need it should use:

SRCS+=	vnode_if.h
CLEANFILES+= vnode_if.h vnode_if.c

These rules were already present for VFS LKMs; now they are enabled all
the time.  (VFS LKMs do not need the fragment above; it is still done for them.)
1994-09-26 22:34:04 +00:00
ache
44345ab61f 80x50 russian console added:
cons50r|cons50-koi8-r|80x50 koi8-r FreeBSD console:\
Aliases to koi8-r console added:
cons25r|pc3r|ibmpc3r|cons25-koi8-r|FreeBSD console for syscons koi8-r code table:\

ISO 8859-1 console 80x25 and 80x50 added with full semigraphics description
cons25l1|cons25-iso8859-1|80x25 ISO 8859-1 FreeBSD console:\
cons50l1|cons50-iso8859-1|80x50 ISO 8859-1 FreeBSD console:\
1994-09-26 22:02:38 +00:00
ache
281fc160aa Remove 'default' keymap, I forgot, that this work done by vidcontrol -L 1994-09-26 20:00:55 +00:00
wollman
213510a18d Correct Europe/Helsinki specification: usee E-Eur not M-Eur rules. 1994-09-25 23:29:38 +00:00
ache
07047bb4ea Add default screen map to undone changes 1994-09-25 11:36:00 +00:00
ache
ca4b9e5d4c Add standard VGA fonts set 1994-09-25 10:50:29 +00:00
ache
861d84d3fe syscons subdir added 1994-09-25 04:01:37 +00:00
ache
4d2a261b81 Add SCRMAPS to clean target, fix install target 1994-09-25 03:59:46 +00:00
ache
9dddbea941 Add missing Makefile 1994-09-25 03:53:59 +00:00
ache
427504a713 Add missing Makefile 1994-09-25 03:42:20 +00:00
ache
802d62f8ad Generate screen map from source (from 1.1.5.1) 1994-09-25 03:41:43 +00:00
ache
2ec6c007fe Add syscons to DIRS list, pointed by wollman 1994-09-25 03:11:27 +00:00
ache
b6ecb462d2 Update with new names 1994-09-25 02:48:49 +00:00
ache
af6ff396b3 Russian screen map added 1994-09-25 02:45:03 +00:00
ache
e942620958 Rename russian fonts to more proper names 1994-09-25 02:30:45 +00:00
rgrimes
78f882a3c6 Fixed typo that caused make install to fall if SHARED=copies. 1994-09-23 07:47:43 +00:00
rgrimes
2bca196c9f Revert to installing /etc/files from src/etc. 1994-09-23 07:19:25 +00:00
rgrimes
de40c92182 fbtab: Pulled down from Attic, fixed spaces to tabs.
make.conf: Pulled in the following changes that had been commited
to share/examples/etc:
----------------------------
revision 1.6
date: 1994/09/20 22:30:33;  author: adam;  state: Exp;  lines: +3 -3
BOOTWAIT example converted to milliseconds calibration
----------------------------
revision 1.4
date: 1994/09/19 21:35:28;  author: wollman;  state: Exp;  lines: +7 -1
Document NO_SHARED_LIBCC_INT.
----------------------------
revision 1.3
date: 1994/09/19 21:28:11;  author: wollman;  state: Exp;  lines: +12 -17
Install /etc from the same source as /usr/share/examples/etc (mostly).
----------------------------
revision 1.2
date: 1994/09/19 02:05:08;  author: ache;  state: Exp;  lines: +1 -11
Remove STARTUP_LOCALE, obsoleted now
----------------------------
revision 1.1
date: 1994/09/08 19:08:59;  author: jkh;  state: Exp;
Add a sample make.conf.  Also document the new X11BASE variable, and
expand some of the documentation for other entries.
Submitted by:   jkh
----------------------------

manpath.config: Pulled down from Attic, and merged share/examples/etc
changes.

rc: Pulled in the following change from share/examples/etc:
----------------------------
revision 1.2
date: 1994/09/19 23:13:37;  author: ache;  state: Exp;  lines: +1 -2
Remove warning about adjkerntz /var/run file
----------------------------
1994-09-23 07:16:13 +00:00
ache
bb4e461949 Add left/right arrows to graphics entry for vt100 family 1994-09-22 23:30:38 +00:00
ache
6d99b4012b Add semigraphics chars description to vt100 family 1994-09-22 23:18:43 +00:00
swallace
bfc87c1aef change COOKIE directory from .CURDIR to WRKDIR since a user may not have
write permission to .CURDIR but write permission to WRKDIR.
Also, WRKDIR may be deleted and cookie still exist in CURDIR.
1994-09-22 07:45:30 +00:00
wollman
cf1b53abb4 Make it easier to create filesystem LKMs by doing most of the
work in the Makefile.  Just define VFS_LKM and you're off!
1994-09-21 03:49:59 +00:00
wollman
3a54057ede Documented YP functionality, part II. 1994-09-20 22:44:37 +00:00
bde
c8dd829ea8 Fix the order of includes (*.mk must be included after *.inc). 1994-09-20 05:25:38 +00:00
ache
e2ce74f187 Remove warning about adjkerntz /var/run file 1994-09-19 23:13:37 +00:00
wollman
b269db3788 Install /etc from the same source as /usr/share/examples/etc (mostly). 1994-09-19 21:28:28 +00:00
adam
ac3a51c29f More reasonable example of BOOTWAIT parameter
Added comment about multiplication factor
1994-09-19 20:10:10 +00:00
ache
8b97dea237 Remove STARTUP_LOCALE reference, obsoleted 1994-09-19 02:02:55 +00:00
jkh
c203d7f339 Modified DEPENDS rule so that anything you depend on gets both
made AND installed.  Folks, check out DEPENDS if you have one port
that depends on another!  With this change, it should be really convenient
to use.
1994-09-19 01:08:35 +00:00
ache
65687968ee DESTDIR added to PORTSDIR definition 1994-09-19 00:41:03 +00:00