aboutsummaryrefslogtreecommitdiff
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
parent34cffc3d201f8c2a1763b0aa6c1ca90a5a0db10f (diff)
downloadports-547a32d999849190fe74ee92b0d125ad00c1c1bf.tar.gz
ports-547a32d999849190fe74ee92b0d125ad00c1c1bf.zip
Update to reflect recent world order. In particular, you need /dev/bpf0
to build some ports.
Notes
Notes: svn path=/head/; revision=18801
-rw-r--r--Tools/portbuild/3/bindist/README14
-rw-r--r--Tools/portbuild/4/bindist/README14
2 files changed, 10 insertions, 18 deletions
diff --git a/Tools/portbuild/3/bindist/README b/Tools/portbuild/3/bindist/README
index 93024fe99cce..f4885f80967f 100644
--- a/Tools/portbuild/3/bindist/README
+++ b/Tools/portbuild/3/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 3.1 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 3.1 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}
+ /usr/libexec/ld-elf.so.1
- Copy the following files from a very recent 3.0 system or source tree:
+ Copy the following files from a very recent 3.1 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".
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".