summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Favor building the cdrtools port over fetching the package. Theremarcel2004-08-101-24/+22
| | | | | | | hasn't been any package build for ia64 for a long time and in this case it means that the cdrtools package on the FTP sites is one that doesn't have mkisofs. This breaks the release build. By trying to build the port first, we protect ourselves a bit more against this.
* Add twa(4) to the Hardware Notes.simon2004-08-093-0/+5
|
* Shift to the same version of perl that portmgr@ has as their default.kensmith2004-08-091-1/+1
| | | | Pointed out by: jhb
* I should have marked my previous commit with an XXX to indicate it's akensmith2004-08-091-1/+1
| | | | | | workaround to a problem that shouldn't exist. Noticed by: ru
* Auto generate device listings the following drivers: adv, amd, bt, ida,simon2004-08-083-82/+26
| | | | iir, ips, nsp, ohci, and stg.
* - Add support for the .Dq macro.simon2004-08-081-0/+21
|
* Use &url.*; for URLs in www.FreeBSD.org.hrs2004-08-081-7/+7
|
* Simplify parameter entities in doctype declaration.hrs2004-08-0822-186/+86
|
* Looks like the x.org manuals are in x11/xorg-manpages, not x11/xorg-manuals.kensmith2004-08-081-1/+1
|
* - Add an -o option to specify the output file.hrs2004-08-083-18/+52
| | | | | | | | | - Make "die()" more verbose. - Do not put extra blank lines into the output file. - Normalize text by using numeric entities because some characters such as "'" can break the generated SGML. Reviewed by: simon
* The compat2x and compat3x packages are not buildable due to securitykensmith2004-08-081-4/+0
| | | | issues.
* I've had 'make release' problems on a large/fast dual processor machinekensmith2004-08-061-0/+2
| | | | | | | | | | | | with doFS.sh consistently dying here because the device didn't exist in the namespace fast enough after doing the mdconfig. But the device did eventually show up. There have been similar complaints on mailing lists that might boil down to this being the problem too. This is obviously a hack, if anyone knows what might cause a delay between mdconfig running and when the name appears in the /dev namespace (inside a chroot-ed environment if that matters) I'd be happy to back this out.
* Now that make(1) passes variables that were given on the command linemarcel2004-08-061-2/+2
| | | | | | | | to subordinate make(1) invocations through MAKEFLAGS, we cannot add CFLAGS onto the make(1) command line. This will conflict with the individual makefiles wanting to append to it, which is not respected when CFLAGS is given on the command line. Hence build breakage. So, put CFLAGS in the environment instead.
* Clean up after mechanical renumbering.ru2004-08-061-1/+1
|
* Crypto is now part of the "base" distribution, and the old "release.3"cperciva2004-08-061-11/+11
| | | | | | | target no longer exists. Renumber the old release.[4-9] targets to release.[3-8]. Reminded by: ru
* Crypto is now part of the base distribution. Remove crypto-install.sh,cperciva2004-08-062-26/+4
| | | | | | and add scrypto, skrb5, ssecure into src-install.sh Reminded by: ru
* Hook up the Hardware Notes to the build again, now that the doc buildsimon2004-08-062-2/+2
| | | | script has been updated.
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-26/+3
| | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004
* Temporarily unhook the English Hardware Notes from the build to unbreaksimon2004-08-042-2/+2
| | | | | | the web build. Pointy hat to: simon
* Update for conversion to X.Org as default X in -current.anholt2004-08-041-16/+17
| | | | Requested by: scottl
* Auto generate the device listings in the Hardware Notes based onsimon2004-08-0320-183/+542
| | | | | | | | | | | | | | | | | | | | | | manual pages, to avoid duplicating work between the Hardware Notes and manual pages. Each text line in the output from the manual page parser is generated as a SGML entity, making it possible for translators to only translate lines which actually contains English text (this neat idea came from hrs). To determine which drivers are usable on which architectures the dev.archlist.txt file is used to explicitly list this. It it an imperfect solution, but the best I have been able to come up with for now. This commit converts most of the devices which has a section 4 manual page with a HARDWARE section to be the new auto generated format. Reviewed in principle by: ru, hrs, trhodes Good ideas for improvements: hrs No objections: -doc, re
* Use lang="ru"den2004-08-0320-40/+40
| | | | Obtained from: The FreeBSD Russian Documentation Project
* Merge from recent English versionsden2004-08-0312-64/+323
| | | | Obtained from: The FreeBSD Russian Documentation Project
* Minor typo fixden2004-08-032-2/+2
|
* New release notes (changes in the first half of July 2004):hrs2004-08-022-16/+344
| | | | | | | | | | | | | | | | | | | | | | | | | | | bus_dma(9) alignment and boundary compensation support, kqueue(2) EVFILT_FS, KDB framework, sound and snd_* driver reorganization, natd(8) globalports option[*], ppp(8) LQM support[*] and "rad_alive N" option, GEOM_STRIPE FAST mode support, MSDOSFS_LARGE[*], ALTQ framework support added to various network drivers[*], bsdtar(1) now the default tar(1) utility, cvs(1) iso8601 option keyword, multibyte characters support: fgetwln(3), join(1), nextwctype(3), od(1), regex(3), rev(1), sed(1) 'y' command, and tr(1), ftw(3) and nftw(3) implemented, C99 functions: nearbyint(3), am-utils 6.0.9->6.0.10p1 import, GNU grep 2.4d->2.5.1 import, and tcsh 6.11->6.13.00 import. MFC: IPFilter 3.4.31->3.4.35. [*]Based on work by: josef
* Update release notes to reflect sendmail 8.13.1 importgshapiro2004-08-012-2/+2
|
* Correct a couple of noticed slips in sorting orderyar2004-07-272-28/+30
| | | | and add missing markup at one spot.
* New release notes:yar2004-07-272-0/+34
| | | | | fxp(4) allows toggling its VLAN_MTU capability; ifconfig(8) provides controls for VLAN_MTU and VLAN_HWTAGGING.
* Fix URLs.hrs2004-07-272-6/+6
|
* Improve package list for disc3:murray2004-07-221-1/+6
| | | | xemacs21 -> xemacs, add apache13, apache2, and php packages to this disc.
* Add security/freebsd-update back for non-ia64 releases. (The port iscperciva2004-07-151-0/+3
| | | | | | currently marked ONLY_FOR_ARCHS= i386 amd64 alpha sparc64.) Approved by: scottl
* Add a publisher variable with the URL for the FreeBSD Project, and putmurray2004-07-155-5/+12
| | | | | | this into the ISO headers by specifying the -P option to mkisofs. Obtained from: share/examples/worm/makecdfs.sh
* Remove some serious foot-shooting potential from the release Makefile. Forjhb2004-07-151-3/+13
| | | | | | | | | | | | | | | some unknown reason, when LOCAL_PATCHES and LOCAL_SCRIPT were originally added, they were silently ignored if the actual file did not exist. As a result, if one mistyped the pathname to a patch or script, then the release silently succeeded. However, it was not built with the desired changes and no warning was given to inform the builder either. This commit explicitly checks to see that all of the defined patches and scripts exist up front and bails if any of them do not exist. I lost several hours of valuable sleeping time this evening due to this "feature" so I've finally gone and ripped out. I've tripped over this in the past several other times as well. Glanced at by: scottl
* Add p5-File-Spec and p5-File-Temp.murray2004-07-121-0/+2
| | | | | | Submitted by: Dmitry Morozovsky <marck@rinet.ru> PR: ports/68153 MFC After: 3 days
* Set BATCH=yes to avoid bumping into interactivity in the port builds.kris2004-07-125-6/+6
| | | | XXX /usr/ports is still hardcoded, should be ${PORTSDIR}
* Chase the docproj ports required to build a release with NOPORTS butmurray2004-07-121-1/+6
| | | | | | | without NODOCS. PR: ports/68153 Submitted by: Dmitry Morozovsky <marck@rinet.ru>
* Close tagsden2004-07-077-10/+12
|
* MFen 1.8den2004-07-061-4/+5
| | | | Obtained from: The FreeBSD Russian Documentation Project
* Add FreeBSD-SA-04:13.linux and the device.hints relatedjosef2004-07-032-0/+20
| | | | expansion of pcm(4).
* New release notes:hrs2004-07-022-8/+32
| | | | | | | | | | GEOM_LABEL added, top(1) -m io, ACPI-CA 20040527 import, and GNU sort coreutils 5.2.1 import. Typo fixes: s/ethernet/Ethernet/.
* Fix <small> tagsden2004-07-021-2/+3
|
* MFen 1.19den2004-07-011-6/+21
| | | | Obtained from: The FreeBSD Russian Documentation Project
* Remove trailing whitespaces (no content change).hrs2004-07-011-6/+6
|
* New release notes:hrs2004-07-012-0/+16
| | | | | acpi(4) bad-BIOS blacklist, and zlib 1.1.4->1.2.1 import.
* New release notes (changes in the second half of June 2004):hrs2004-06-302-8/+76
| | | | | | | | | | | | | kern.sched.name added, pseudo-interface cloning changes, cut(1) -c, -f, and -d multibyte locale support, indent(1) -fbs and -ut support, pkg_create(1) -S support, and pkg_info(1) -j support. MFC: sha1(1) and rmd160(1) added, and CVS 1.11.15 -> 1.11.17 update.
* MFen 1.745den2004-06-301-14/+295
| | | | Obtained from: The FreeBSD Russian Documentation Project
* Bump the copyright year and &release.4last;, and add a notehrs2004-06-301-15/+17
| | | | | | about Errata Branch. PR: www/67651
* Add urls.ent and use the entities for URLs.hrs2004-06-308-6/+18
|
* Bump &release.prev; and &release.prev.stable;.hrs2004-06-301-2/+2
|
* Whitespace/style fixes (no content change).hrs2004-06-302-12/+8
|
OpenPOWER on IntegriCloud