summaryrefslogtreecommitdiffstats
path: root/release/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* s/emacs21/emacs/marcel2004-05-031-1/+1
| | | | | The emacs21 ports has been retired on March 21st and the emacs port was updated to version 21.3.
* Add security/portaudit to disc3.murray2004-04-191-0/+1
| | | | Requested by: Xin Li <delphij@frontfree.net>
* Force gdb6 into disc1 for amd64, sparc64, and ia64obrien2004-03-251-0/+3
| | | | (until they have /usr/src gdb support)
* Remove freebsd-update -- it breaks the Alpha, sparc64, ia64, and amd64obrien2004-02-251-1/+0
| | | | release bulds.
* - Removed more bitrot (the "while" loops).ru2004-01-281-54/+28
| | | | - Factored out common parts of dofs_vn() and dofs_md().
* GC some old cruft.ru2004-01-281-2/+0
|
* *BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK*jhb2004-01-263-234/+0
| | | | | | | *BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK* Death to the stripped down BOOTMFS kernel for boot floppies and all the cruft that goes along with it.
* Add a script to split a single file up into chunks using split along withjhb2004-01-261-0/+39
| | | | | | | | a list file suitable for use with libstand's splitfs filesystem. The first chunk of the file is 16k and has an extension of '.boot' and is meant to be placed on the boot floppy. This is required because the current implementations of gzipfs and bzipfs in libstand want to read in the header of the file each time it is opened.
* We also want the *_p.a symlinks to be part of the proflibs distribution.ru2004-01-181-3/+1
|
* Opera is i386-only.obrien2004-01-121-1/+2
|
* '+' can also appear in a package file name.obrien2004-01-021-1/+6
| | | | | | Reported by: jhb '^' could also appear in a package file name.
* Creates an INDEX file suitable for an ISO distribution image containing onlyobrien2004-01-021-0/+52
| | | | the specified packages.
* Slim down the package list some more. The KDE and Gnome metaports mightscottl2003-12-061-10/+2
| | | | need to be tweaked a bit, but this gives the disc1 ISO a fighting chance.
* Depend on kde-lite and gnome2-lite instead of kde3 and gnome2. This greatlymarcus2003-12-021-2/+2
| | | | | | reduces the amount of space occupied by packages on release disc 1. Approved by: re (scottl)
* Also export the ARCH variable so that cross-generation of cdrom packagekris2003-11-301-0/+1
| | | | | | lists works as expected. Approved by: re
* vim-lite can hardly be considered 'lite'. Remove it.scottl2003-11-291-1/+0
|
* Export PARALLEL_PACAKGE_BUILD to the environment as well to catch moremarcus2003-10-031-0/+1
| | | | | | | packages that should/should not be included on the first CD. This is needed for the recent KDE space-saving change. Approved by: re (bmah)
* Put x11-wm/sawfish2 and irc/xchat on CD 1 instead of sawfish and xchat.marcus2003-09-211-2/+2
| | | | | | | Sawfish is gone, and xchat2 is more widely used these days since it is the current stable release. Approved by: re (murray)
* Fix this script to produce working bootable floppies on 4.x.ru2003-09-191-16/+18
|
* Fix typo. It's 'bsdiff' not 'bsddiff'.murray2003-08-191-1/+1
|
* Add misc/bsdiff and security/freebsd-update to the list of desiredmurray2003-08-191-0/+2
| | | | | packages for disc #1. These two packages take a combined total of 37kb of space so I think there should be room.
* Add support for automatically computing the required file systemru2003-08-081-0/+12
| | | | | | size and average inode size. Reviewed by: jhb
* Sort entries added in r1.43.murray2003-07-131-3/+3
|
* Postfix, pcre, and Exim should be on the first CD in order for the recenttrhodes2003-07-121-0/+3
| | | | | | sysinstall(8) commit to function properly. Discussed with: bmah (while the sysinstall(8) patch was sent to re).
* disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.ru2003-05-171-1/+1
| | | | | | | | Also make sure bsdlabel(8) (along with the disklabel(8) compat link) still appear on the fixit floppies of platforms that use it natively (alpha, i386, and pc98). Approved by: re (scottl)
* Revision 1.49 broke snapshot building on older systems.ru2003-05-161-1/+1
| | | | Approved by: re (scottl)
* The disc1 package set has overfilled the disc. Axe linux-netscape-navigator-4.8scottl2003-05-091-1/+0
| | | | | to free up space. linux-netscape-communicator-4.8 remains and is a superset of the former for those who are stuck are the 1990's =-)
* Use UFS1 for the floppies instead of UFS2scottl2003-05-031-2/+2
|
* KerberosIV removal. Also crunch down the "krb5" distribution intomarkm2003-04-301-3/+0
| | | | "secure".
* Presumably fix sparc64 "make release". (The breakage was due toru2003-04-231-1/+2
| | | | | | sunlabel(8) no longer being linked to disklabel(8).) Reviewed by: phk
* Fixed dofs_vn(): previous revision ran ``rm -f /dev/*vnn*'' too early.ru2003-04-151-3/+1
|
* Unmount the file system and detach an underlying memory disk evenru2003-03-311-6/+6
| | | | | | if the script fails somewhere in the middle. Prodded by: phk
* Pass the target machine architecture down to disklabel(8).ru2003-03-201-18/+7
| | | | | | | | Do it so that systems without the -m option in disklabel(8), e.g. 5.0-RELEASE, can still build current snapshots. While here, drop the -s option from doFS.sh; we have not been using the .size files for a long time.
* Add another index checking script to ensure the sanctity of themurray2003-03-031-0/+192
| | | | | | | package set. More robust than others already in the tree, but a bit crufty as this was mostly written in the Walnut Creek CDROM days. Sponsored by: FreeBSD Mall, Inc.
* Update maintainer. Thanks to Jordan for getting this started, but hemurray2003-03-031-1/+1
| | | | hasn't been the maintainer for at least a year.
* Stay consistent with dofs_md().ru2003-02-261-1/+1
|
* This took longer to test than expected:phk2003-02-011-13/+9
| | | | | | NODEVFS cleanup: don't bother with MAKEDEV. Look for /boot/boot first, and arrange disklabel arguments accordingly.
* - Add mozilla to the package list since it would be nice to have a browserscottl2003-01-151-4/+13
| | | | | | | | that a) was from this century, b) is not Opera, and c) doesn't require KDE. - Don't include the compat22 libraries unless the PKG_ARCH is i386. Same goes for compat3x and compat4x for i386 and alpha. - Define PKG_ARCH and make it overridable in the environment.
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
| | | | especially in troff files.
* Move lang/perl5 from the "want to have on disc1" to the "sysinstallbmah2002-12-091-1/+1
| | | | | | | requires on disc1" part of the package split list, to track the Perl support in sysinstall. Essentially a cosmetic change. Approved by: re
* Add a script to create a manifest of the drivers.flp disk. Thismurray2002-12-091-0/+43
| | | | | | | | | | generates a file which will be installed as DRIVERS.TXT in the floppies directory so that users know which device drivers are included on drivers.flp, and whether or not they need to worry about it. Reviewed by: ru Approved by: re
* We use .tbz packages in -CURRENT now.murray2002-12-082-6/+6
| | | | Approved by: re
* Make the following changes to the semi-automated package split:bmah2002-12-011-4/+9
| | | | | | | | | | | | | | 1. On disc1, print/acroread4 for alpha and print/acroread5 for i386 replace print/acroread, which was not compatible with the linux_base that we ship by default. Remove print/acroread4 from disc3 as redundant. 2. www/linux-netscape47-* were removed due to security holes; substitute www/netscape48-* on disc1. 3. Add www/opera to disc1. Approved by: re (murray)
* Make GNOME 2 the default version of GNOME that goes on the disc1 packagebmah2002-11-261-1/+1
| | | | | | | set. Requested by: marcus Approved by: re (bmah)
* Move lang/gnat from disc1 to disc3. (Possibly a moot point, since itbmah2002-11-221-1/+1
| | | | | | doesn't build on CURRENT at the moment.) Approved by: re (murray)
* Explicitly add lang/perl5 to the disc1 packages. Practically speaking,bmah2002-11-151-0/+1
| | | | | this is unnecessary, because some other port is likely to depend on it anyways. But just to be safe...
* Make sure that we don't pick up installed packages on the host whenbmah2002-11-141-0/+5
| | | | | | we print dependencies (required by rev. 1.424 of ports/Mk/bsd.port.mk). Reviewed (and partially submitted) by: kris
* Add Ian Freislich's excellent, BSD-licensed POP3 serversheldonh2002-11-111-0/+1
| | | | | | (ports/mail/popd) to the list of packages that should appear on CDROM1. Approved by: re
* Add the necessary tweaks for FreeBSD/ia64 releases. Note that this ismarcel2002-11-041-3/+12
| | | | | | in no way final. A typical ia64 wart is that there are no boot blocks. Instead, we need to create disks with EFI partitions if we want auto boot to work. All this functionality is not present yet.
* We now use XFree86-4 packages rather than a special XFree86-3murray2002-10-081-157/+0
| | | | distribution, so this script is no longer needed.
OpenPOWER on IntegriCloud