ue
e1da0cdd64
Use real filename, not a CVS sub-path. Fix markup
...
Approved by: re
2002-11-26 09:29:39 +00:00
ue
4ead9c2ef2
MFbed:
...
hardware/alpha/proc-alpha.sgml 1.45 -> 1.48
relnotes/common/new.sgml 1.454 -> 1.455
2002-11-26 07:15:31 +00:00
bmah
42b371136d
New release note: ICMP source quench behavior change.
...
Updated release note: Heimdal 0.5.1.
2002-11-25 21:48:15 +00:00
keramida
a15514f539
5.0 is a release, the `series of release' is called 5.X
...
Approved by: re (bmah)
2002-11-25 21:14:16 +00:00
bmah
25aa55ddc0
In several instances, adjacent, related release notes were combined.
...
A useless entry was removed, as per its comment.
Fixed a number of typos and grammos.
Old (pre-4.6) security advisories were marked as historic. Hyperlinks
were removed from these release notes to work around a buglet in
footnote numbering for printed output. These changes eliminated three
pages of only marginally-useful utility.
Clarify a note on procfs(5) mounts.
The games/freebsd-games port now exists, so refer to it when talking
about the removal of the traditional BSD games.
lukemftpd was deactivated, so remove its release note.
Add text on the demise of pkg_version -c.
Approved by: re (implicitly)
2002-11-25 21:12:52 +00:00
ue
934f550c4f
MFS: Fix a typo
...
Approved by: re
2002-11-24 01:30:00 +00:00
wilko
10b7fba62b
Note how to enable the ATA interface on PC64
...
Tested by: Kirk Strauser <kirk@strauser.com>
2002-11-23 09:35:11 +00:00
njl
f81917c123
Release notes for new targ(4)
2002-11-23 00:31:58 +00:00
bmah
42bbfe9053
Move lang/gnat from disc1 to disc3. (Possibly a moot point, since it
...
doesn't build on CURRENT at the moment.)
Approved by: re (murray)
2002-11-22 15:46:43 +00:00
kuriyama
7ac00af5c2
Merge the changes in the English version.
...
1.76 -> 1.115 hardware/common/dev.sgml
1.2 -> 1.3 hardware/i386/proc-i386.sgml
1.1 -> 1.2 hardware/ia64/article.sgml
1.433 -> 1.454 relnotes/common/new.sgml
1.4 -> 1.6 share/sgml/release.dsl
Approved by: re (bmah)
2002-11-21 21:54:38 +00:00
wilko
ed2caa7033
Clarify that AS500 does not use SDRAM DIMMs.
2002-11-21 21:47:27 +00:00
ue
e1414f4894
MFen 1.454
2002-11-21 17:57:41 +00:00
ue
f56a1ec8b6
MFbed: track changes in english version
...
hardware/common/dev.sgml: 1.114 -> 1.115
relnotes/common/new.sgml: 1.452 -> 1.453
Approved by: re
2002-11-20 19:22:09 +00:00
bmah
48261862cd
MFC noted: trm driver.
...
Approved by: re (implicitly)
2002-11-20 17:17:11 +00:00
kuriyama
7c6be44a55
First round to sync with the English version.
...
This patch sync'ed to 1.433 of the English version, but most of new
text are not yet translated. More will be followed.
2002-11-19 22:20:02 +00:00
bmah
ed9ee57838
Add entity references for cam(4), sn(4), awi(4).
...
PR: 45489
Submitted by: Mark Linimon <linimon@lonesome.com>
2002-11-19 21:34:35 +00:00
bmah
1f1da7b9e1
Fix a couple of bewildering typos.
...
Pointed out by: "Alexey V. Neyman" <alex.neyman@auriga.ru>
Approved by: re (implicitly)
2002-11-19 19:00:27 +00:00
nyan
03dc66d163
Export NO_CPU_CFLAGS and NO_CPU_COPTFLAGS to chroot.
2002-11-18 11:16:44 +00:00
nyan
15e6aefd2b
Don't move NFSCLIENT.
2002-11-18 11:03:29 +00:00
marcel
bb7a6e62c7
Add mount_msdosfs to the crunch-mix. We need to be able to mount
...
the EFI partition, because we intend to link /boot to /efi/boot.
2002-11-18 08:32:45 +00:00
hrs
066c78a19b
Add ${DESTDIR} forgotten in the previous commit.
2002-11-17 20:38:27 +00:00
luigi
88bebeaac6
Upgrade the root partition mount to r/w before trying to write to it.
...
MFC after: 3 days
2002-11-17 20:19:34 +00:00
hrs
71d2351325
Add a new translation and activate it:
...
1.2 -> 1.3 ja_JP.eucJP/Makefile
(new) -> 1.3 ja_JP.eucJP/early-adopter/Makefile
(new) -> 1.5 ja_JP.eucJP/early-adopter/article.sgml
2002-11-17 19:45:00 +00:00
nyan
c819dd8860
Copy from ${EXTLOCALDIR} to ${CHROOTDIR}/usr/local if EXTLOCALDIR is defined.
2002-11-17 13:35:12 +00:00
ue
f6af0f38ca
Mfebd in a hurry
...
installation/common/install.sgml: 1.15 -> 1.16
installation/sparc64/article.sgml: 1.3 -> 1.4
relnotes/common/new.sgml: 1.451 -> 1.452
2002-11-16 12:14:22 +00:00
jhb
dc6f79131d
Rework the checking out of the doc, src, and ports trees a bit to make it
...
more manageable.
- Add some helper variables (CVS_{SRC,DOC,PORTS}ARGS) to be used when
using CVS to checkout files. We stick release tags in these helper
variables if they are defined and then use only one cvs command instead
of two cvs commands with an .ifdef to choose between them.
- rm the old src/doc/ports directories as separate commands from the
CVS comands so that the rm commands don't need to be duplicated.
- Simplify the DOMINIMALDOCPORTS case by overriding RELEASEPORTSMODULE to
be ${MINIMALDOCPORTS} thus removing yet another nearly-duplicate cvs
command in an .ifdef.
- Add support for grabbing src/ and doc/ from external directories
specified via EXTSRCDIR and EXTDOCDIR instead of from CVS. The same
is not done for ports/ quite yet as the DOMINIMALDOCPORTS case is a
bit tricky.
The rerelease target scripts have not been changed to use the helper
variables yet, so there is still some room for improvement.
Submitted by: kuriyama (4)
2002-11-15 22:03:25 +00:00
jhb
d0c04504bb
Allow a person to specify NOCDROM to skip the cdrom.1 target during a
...
release build.
PR: 45300
Submitted by: David Yeske <dyeske@yahoo.com>
2002-11-15 20:51:27 +00:00
bmah
188bfc868b
Explicitly add lang/perl5 to the disc1 packages. Practically speaking,
...
this is unnecessary, because some other port is likely to depend on it
anyways. But just to be safe...
2002-11-15 19:34:31 +00:00
bmah
24c6d97ccd
Update sparc64 installation instructions. Because sysinstall now
...
works on sparc64, this document can now use (almost) the same
procedures as i386, et al. CDROM booting instructions are cut-and-pasted
from the older sparc64/install.sgml file, which is now unlinked from
the document build.
This document is a long ways from perfect, but it's better than shipping
instructions for an installation procedure that doesn't apply anymore.
While here, add some SGML comments to help others navigate the sources.
2002-11-15 17:57:51 +00:00
bmah
57696113da
Make sure that we don't pick up installed packages on the host when
...
we print dependencies (required by rev. 1.424 of ports/Mk/bsd.port.mk).
Reviewed (and partially submitted) by: kris
2002-11-14 23:17:00 +00:00
ue
07e90eccd6
MFbed:
...
early-adopter/article.sgml: add lang=de
relnotes/common/new.sgml: 1.450 -> 1.451
relnotes/ia64/article.sgml: add lang=de
2002-11-14 22:24:08 +00:00
bmah
a8d7a22471
New release note: SA-02:43.
2002-11-14 17:59:11 +00:00
ru
b0b1ee967f
Copy EISA and PCI ahc(4) modules as well.
2002-11-14 13:26:19 +00:00
marcel
ed16ce021a
Add newfs_msdos to the crunch-mix. We need to be able to newfs an
...
EFI partition.
2002-11-14 01:36:04 +00:00
bmah
c5ea775e56
New release notes: SA-02:40, SA-02:41, SA-02:42.
2002-11-13 19:21:09 +00:00
bmah
31228d3b9f
Add ia64 documents to RELNOTESng snapshot.
2002-11-13 17:28:44 +00:00
jhb
7bfcb5ec46
Make 'agp', 'tun', and 'if_txp' be modules on the mfsroot floppy instead of
...
just removing them from BOOTMFS using dokern.sh.
2002-11-12 19:30:00 +00:00
ru
368ee15302
release.9 for ia64 cannot be currently cross-built -- gpt(8)
...
is built on ia64 only.
2002-11-12 17:51:02 +00:00
sheldonh
e3068b6642
Add Ian Freislich's excellent, BSD-licensed POP3 server
...
(ports/mail/popd) to the list of packages that should appear on CDROM1.
Approved by: re
2002-11-11 12:32:30 +00:00
ru
277111e6aa
Sort by floppy, type, driver name.
2002-11-11 11:44:57 +00:00
ru
ddb2229852
Removed redundant entries (these are handled by drivers.conf).
2002-11-11 11:02:14 +00:00
ru
c87c32774b
Don't attempt to strip obsolete, non-existing, or commented out
...
options and devices.
2002-11-11 10:53:28 +00:00
ru
5a90f3a531
There's no longer a P1003_1B option.
2002-11-11 10:15:03 +00:00
ru
a49f4627e6
Tabulate, sort.
2002-11-11 10:13:30 +00:00
ru
95d7a07a0c
Handle the removal of CD9660 and NFSCLIENT options in drivers.conf.
...
Removed duplicate entry from drivers.conf.
2002-11-11 10:07:57 +00:00
ru
55928aed07
Removed more redundant lines: amr, mlx, pcn, ahc and mpt are handled
...
by drivers.conf already.
2002-11-11 09:52:59 +00:00
marcel
8746ce7cea
Double the size of the EFI boot image. 5MB is not enough. The kernel
...
is not compressed.
2002-11-11 00:48:35 +00:00
tmm
c04706a126
Add ports/lang/perl5 as a dependency of sgmlformat and openjade.
...
Use openjade on all non-i386 platforms (not just alpha).
Reviewed by: -doc
2002-11-10 14:38:27 +00:00
marcel
672a8a4c66
Make bootable ISO images by either 1) extacting the EFI partition
...
we created for the boot floppy, or 2) construct an EFI partition
by copying bits from /boot. The first approach creates a bootable
CD image that loads a memory disk and starts sysinstall, the second
approach creates a generic bootable CD.
2002-11-10 09:12:42 +00:00
ue
f6245015b2
MFbed to track changes in the english version:
...
installation/common/layout.sgml: 1.5 -> 1.6
installation/common/upgrade.sgml: 1.7 -> 1.9
relnotes/common/new.sgml: 1.449 -> 1.450
2002-11-10 01:24:35 +00:00