aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/portbuild/4/bindist/README
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-12-28 21:27:27 +0800
committerasami <asami@FreeBSD.org>1998-12-28 21:27:27 +0800
commit49dcaf4a33616e15daffeb0e0472277825cb40ee (patch)
tree53401dd21ccea4c9fba0301ff9942d4dc9e9a72a /Tools/portbuild/4/bindist/README
parentd43383f2fd406deaa78bbcda1294dbb4c902d447 (diff)
downloadfreebsd-ports-gnome-49dcaf4a33616e15daffeb0e0472277825cb40ee.tar.gz
freebsd-ports-gnome-49dcaf4a33616e15daffeb0e0472277825cb40ee.tar.zst
freebsd-ports-gnome-49dcaf4a33616e15daffeb0e0472277825cb40ee.zip
The scripts to allow parallel package building. See the README file in
Tools/portbuild for details. Note that this is still a major work in progress. I probably forgot something but I need to go to sleep. At least it works here (most of the time :).
Diffstat (limited to 'Tools/portbuild/4/bindist/README')
-rw-r--r--Tools/portbuild/4/bindist/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/Tools/portbuild/4/bindist/README b/Tools/portbuild/4/bindist/README
new file mode 100644
index 000000000000..545cd0b3c321
--- /dev/null
+++ b/Tools/portbuild/4/bindist/README
@@ -0,0 +1,19 @@
+(1) Copy the following files to under the "files" subdirectory:
+
+ Copy the following files from a running 3.0 system:
+
+ /dev/{kmem,lkm,mem,null,stderr,stdin,stdout,tty,zero}
+ /etc/resolv.conf
+
+ Copy the following files from a very recent 3.0 system:
+
+ /usr/sbin/pkg_{add,create,delete,info}
+
+ Copy the following files from a very recent 3.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".
+
+(3) Copy "tarballs/bindist.tar" to the same directory in all the build machines.