summaryrefslogtreecommitdiff
path: root/Tools/portbuild/4/bindist/README
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-05-12 08:09:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-05-12 08:09:18 +0000
commit547a32d999849190fe74ee92b0d125ad00c1c1bf (patch)
tree180fb78afd670e45d3e6dab31ebac01ccc66b2e6 /Tools/portbuild/4/bindist/README
parentUpgrade to fix build problem. (diff)
Update to reflect recent world order. In particular, you need /dev/bpf0
to build some ports.
Notes
Notes: svn path=/head/; revision=18801
Diffstat (limited to '')
-rw-r--r--Tools/portbuild/4/bindist/README14
1 files changed, 5 insertions, 9 deletions
diff --git a/Tools/portbuild/4/bindist/README b/Tools/portbuild/4/bindist/README
index 93024fe99cce..76979667d7c2 100644
--- a/Tools/portbuild/4/bindist/README
+++ b/Tools/portbuild/4/bindist/README
@@ -1,22 +1,18 @@
(1) Copy the following files to under the "files" subdirectory:
- Copy the following files from a running 3.0 system:
+ Copy the following files from a running 4.0 system:
- /dev/{kmem,lkm,mem,null,stderr,stdin,stdout,tty,zero}
+ /dev/{bpf0,kmem,lkm,mem,null,stderr,stdin,stdout,tty,zero}
/dev/fd/[0-9]
/etc/resolv.conf
- Copy the following files from a very recent 3.0 system:
+ Copy the following files from a very recent 4.0 system:
- /usr/libdata/perl/5.00502/ExtUtils/MM_Unix.pm
- /usr/libexec/elf/ld
- /usr/bin/{install-,make}info
- /usr/sbin/pkg_{add,create,delete,info}
+ (empty)
- Copy the following files from a very recent 3.0 system or source tree:
+ Copy the following files from a very recent 4.0 system or source tree:
/usr/share/info/dir
- /usr/share/mk/bsd.port*.mk
(2) Run "sh mkbindist". Note the first time you should set "ftp=1".