diff options
author | asami <asami@FreeBSD.org> | 1999-09-11 08:57:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-11 08:57:00 +0800 |
commit | 37a397961678037d7c20845f48b3d5341ded3ce7 (patch) | |
tree | 7b4199a9bc93005ee13493cd4ec4ee83fbf2fbf2 /Tools/portbuild | |
parent | 33c293b427ea6b129b1cf87243c8d981b491c6ff (diff) | |
download | freebsd-ports-gnome-37a397961678037d7c20845f48b3d5341ded3ce7.tar.gz freebsd-ports-gnome-37a397961678037d7c20845f48b3d5341ded3ce7.tar.zst freebsd-ports-gnome-37a397961678037d7c20845f48b3d5341ded3ce7.zip |
Note that you need /usr/lib/aout/c++rt0.o for package building. It's not
included in bindist or any of the compat*dists.
Diffstat (limited to 'Tools/portbuild')
-rw-r--r-- | Tools/portbuild/3/bindist/README | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Tools/portbuild/3/bindist/README b/Tools/portbuild/3/bindist/README index f4885f80967f..034e60fcff69 100644 --- a/Tools/portbuild/3/bindist/README +++ b/Tools/portbuild/3/bindist/README @@ -1,16 +1,21 @@ (1) Copy the following files to under the "files" subdirectory: - Copy the following files from a running 3.1 system: + Copy the following files from a running 3-stable system: /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.1 system: + Copy the following files from a running 3-stable system or a + 2.2-stable system. In the latter case, it will be in /usr/lib. + + /usr/lib/aout/c++rt0.o + + Copy the following files from a very recent 3-stable system: /usr/libexec/ld-elf.so.1 - Copy the following files from a very recent 3.1 system or source tree: + Copy the following files from a very recent 3-stable system or source tree: /usr/share/info/dir |