summaryrefslogtreecommitdiffstats
path: root/release/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Accomodate change in the output of "make package-depends" that camebmah2002-09-251-1/+1
| | | | | with ports/Mk/bsd.ports.mk rev. 1.424. (It now prints the origin after the package name.)
* Add a third floppy to releases. It will only be built if there is ajhay2002-08-091-20/+16
| | | | | | | | | | | release/${TARGET}/drivers.conf file which list drivers that have to go into the third floppy. Also shuffle i386/drivers.conf so that the floppies don't overflow anymore. Anybody with real/better usage statistics is welcome to shuffle it differently. Reviewed by: ru
* Use the new docproj-jadetex port for disc#3. Previously, docproj wasmurray2002-08-061-1/+1
| | | | not included in its entirety because JADETEX was not defined.
* Check the run dependencies, not the build dependenciesbrian2002-06-101-1/+1
| | | | | Spotted by: steve Pointy hat: brian
* A script to generate all of the packages/*/* symlinks described in the INDEXbrian2002-06-061-0/+33
|
* A script to validate that the packages and dependencies listed inbrian2002-06-061-0/+20
| | | | the INDEX file exist.
* MFS r1.1.2.18 - Include vim6 rather than vim5 on disc #1.murray2002-05-281-1/+1
|
* Perl left src/.ru2002-05-252-10/+0
|
* Make these work with one-true-awk.ru2002-05-252-33/+46
| | | | Spotted by: nyan
* Convert Perl scripts to awk(1).ru2002-05-243-105/+146
|
* MFS: Switch to KDE 3 for the CDROMs.will2002-05-201-1/+1
|
* Add support for kernel options to be removed from the BOOTMFS kernelmurray2002-05-011-1/+6
| | | | and loaded as modules, not just kernel devices.
* boot2 does not exist on some platforms.ru2002-04-301-4/+8
|
* bin-install.sh has been repo-copied to base-install.sh.ru2002-04-301-16/+0
|
* Milestone #1 in cross-arch make releases.ru2002-04-263-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not install games and profiled libraries to the ${CHROOTDIR} with the initial installworld. Eliminate the need in the second installworld. For that, make sure _everything_ is built in the "world" environment, using the right tool chain. Added SUBDIR_OVERRIDE helper stuff to Makefile.inc1. Split the buildworld process into stages, and skip some stages when SUBDIR_OVERRIDE is set (used to build crypto, krb4, and krb5 dists). Added NO_MAKEDB_RUN knob to Makefile.inc1 to avoid running makewhatis(1) at the end of installworld (used when making crypto, krb4, and krb5 dists). In release/scripts/doFS.sh, ensure that the correct boot blocks are used. Moved the creation of the "crypto" dist from release.5 to release.2. In release.3 and doMFSKERN, build kernels in the "world" environment. KERNELS now means "additional" kernels, GENERIC is always built. Ensure we build crunched binaries in the "world" environment. Obfuscate release/Makefile some more (WMAKEENV) to achieve this. Inline createBOOTMFS target. Use already built GENERIC kernel modules to augment mfsfd's /stand/modules. GC doMODULES as such. Assorted fixes: Get rid of the "afterdistribute" target by moving the single use of it from sys/Makefile to etc/Makefile's "distribute". Makefile.inc1: apparently "etc" no longer needs to be last for "distribute" to succeed. gnu/usr.bin/perl/library/Makefile.inc: do not override the "install" and "distribute" targets, do it the "canonical" way. release/scripts/{man,cat}pages-make.sh: make sure Perl manpages and catpages appear in the right dists. Note that because Perl does not respect the MANBUILDCAT (and NOMAN), this results in a loss of /usr/share/perl/man/cat* empty directories. This will be fixed soon. Turn MAKE_KERBEROS4 into a plain boolean variable (if it is set it means "make KerberosIV"), as documented in the make.conf(5) manpage. Most of the userland makefiles did not test it for "YES" anyway. XXX Should specialized kerberized libpam versions be included into the krb4 and krb5 dists? (libpam.a would be incorrect anyway if both krb4 and krb5 dists were choosen.) Make sure "games" dist is made before "catpages", otherwise games catpages settle in the wrong dist. Fast build machine provided by: Igor Kucherenko <kivvy@sunbay.com>
* Add script to install the compat4x distribution, just like othermatusita2002-04-261-0/+11
| | | | | | | compat*-install.sh scripts. PR: 37485 MFC after: 5 days
* Removed some cruft.ru2002-04-261-1/+1
|
* Build the catpages distribution in a more natural way.ru2002-04-241-7/+6
|
* Change the name of the 'bin' distribution to 'base'.obrien2002-04-238-27/+27
| | | | | | | This is done since it contains much more than /bin, and also gets in the way when making a combined install+fixit CD. OK'ed by: jkh
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-222-2/+2
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* Add net/cvsup-without-gui and print/acroread4 to the disc3 package list.murray2002-04-071-0/+2
|
* Sort.murray2002-04-061-3/+3
|
* Add www/links to the list of required packages. It is used bymurray2002-04-061-2/+3
| | | | | | | sysinstall to read the HTML documentation. Move graphics/gimp1 and lang/gnat from disc #3 to disc #1, we have extra space.
* Add a list of packages that should not be included on any CDROM, somurray2002-03-281-1/+13
| | | | | | | | that we don't forget that sysinstall really does not like the net/cvsupit package. PR: ports/31399 MFC after: 1 week
* Add graphics/gimp1 and lang/gnat to the list of must-have packages formurray2002-03-191-0/+2
| | | | | | disc #3. Requested by: "Dennis Lowery" <dennisl@rio.com>
* Add textproc/docproj and editors/xemacs21 to the list of packages formurray2002-03-151-0/+2
| | | | | | disc #3. MFC after: 1 week
* * Add print/teTeX to the list of important packages for disc #3. Thismurray2002-03-121-1/+6
| | | | | | | | | | very large package is exactly the kind of thing that users buy the CDs for, so leaving it off of a 4 CD set is very bad. * Properly quote the last security/sudo entry. * Add a comment in the CDROM #2 section explaining that packages don't typically go on this disc.
* Add security/sudo to the list of packages for disc #1. sudo is smallmurray2002-03-111-0/+1
| | | | (< 100k), has no dependencies, and is very popular.
* Add emacs21 instead of emacs20 to the first CDROM.murray2002-02-181-1/+1
| | | | Reviewed by: nobutaka (editors/emacs21 maintainer)
* Add net/samba to the list of important packages for Disc #1.murray2002-02-181-0/+1
| | | | Discussed with: steve, portmgr, re
OpenPOWER on IntegriCloud