summaryrefslogtreecommitdiff
path: root/release/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Revert rev 1.51. There turns out to be enough room on the CD for theScott Long2004-01-071-2/+2
| | | | | | | full Gnome and KDE packages. Notes: svn path=/releng/5.2/; revision=124205
* Slim down the package list some more. The KDE and Gnome metaports mightScott Long2003-12-061-10/+2
| | | | | | | need to be tweaked a bit, but this gives the disc1 ISO a fighting chance. Notes: svn path=/head/; revision=123167
* Depend on kde-lite and gnome2-lite instead of kde3 and gnome2. This greatlyJoe Marcus Clarke2003-12-021-2/+2
| | | | | | | | | reduces the amount of space occupied by packages on release disc 1. Approved by: re (scottl) Notes: svn path=/head/; revision=123111
* Also export the ARCH variable so that cross-generation of cdrom packageKris Kennaway2003-11-301-0/+1
| | | | | | | | | lists works as expected. Approved by: re Notes: svn path=/head/; revision=123055
* vim-lite can hardly be considered 'lite'. Remove it.Scott Long2003-11-291-1/+0
| | | | Notes: svn path=/head/; revision=123054
* Export PARALLEL_PACAKGE_BUILD to the environment as well to catch moreJoe Marcus Clarke2003-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) Notes: svn path=/head/; revision=120695
* Put x11-wm/sawfish2 and irc/xchat on CD 1 instead of sawfish and xchat.Joe Marcus Clarke2003-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) Notes: svn path=/head/; revision=120320
* Fix this script to produce working bootable floppies on 4.x.Ruslan Ermilov2003-09-191-16/+18
| | | | Notes: svn path=/head/; revision=120226
* Fix typo. It's 'bsdiff' not 'bsddiff'.Murray Stokely2003-08-191-1/+1
| | | | Notes: svn path=/head/; revision=119113
* Add misc/bsdiff and security/freebsd-update to the list of desiredMurray Stokely2003-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. Notes: svn path=/head/; revision=119112
* Add support for automatically computing the required file systemRuslan Ermilov2003-08-081-0/+12
| | | | | | | | | size and average inode size. Reviewed by: jhb Notes: svn path=/head/; revision=118667
* Sort entries added in r1.43.Murray Stokely2003-07-131-3/+3
| | | | Notes: svn path=/head/; revision=117508
* Postfix, pcre, and Exim should be on the first CD in order for the recentTom Rhodes2003-07-121-0/+3
| | | | | | | | | sysinstall(8) commit to function properly. Discussed with: bmah (while the sysinstall(8) patch was sent to re). Notes: svn path=/head/; revision=117476
* disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.Ruslan Ermilov2003-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) Notes: svn path=/head/; revision=115106
* Revision 1.49 broke snapshot building on older systems.Ruslan Ermilov2003-05-161-1/+1
| | | | | | | Approved by: re (scottl) Notes: svn path=/head/; revision=115069
* The disc1 package set has overfilled the disc. Axe linux-netscape-navigator-4.8Scott Long2003-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 =-) Notes: svn path=/head/; revision=114856
* Use UFS1 for the floppies instead of UFS2Scott Long2003-05-031-2/+2
| | | | Notes: svn path=/head/; revision=114593
* KerberosIV removal. Also crunch down the "krb5" distribution intoMark Murray2003-04-301-3/+0
| | | | | | | "secure". Notes: svn path=/head/; revision=114304
* Presumably fix sparc64 "make release". (The breakage was due toRuslan Ermilov2003-04-231-1/+2
| | | | | | | | | sunlabel(8) no longer being linked to disklabel(8).) Reviewed by: phk Notes: svn path=/head/; revision=113899
* Fixed dofs_vn(): previous revision ran ``rm -f /dev/*vnn*'' too early.Ruslan Ermilov2003-04-151-3/+1
| | | | Notes: svn path=/head/; revision=113510
* Unmount the file system and detach an underlying memory disk evenRuslan Ermilov2003-03-311-6/+6
| | | | | | | | | if the script fails somewhere in the middle. Prodded by: phk Notes: svn path=/head/; revision=112864
* Pass the target machine architecture down to disklabel(8).Ruslan Ermilov2003-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. Notes: svn path=/head/; revision=112453
* Add another index checking script to ensure the sanctity of theMurray Stokely2003-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. Notes: svn path=/head/; revision=111804
* Update maintainer. Thanks to Jordan for getting this started, but heMurray Stokely2003-03-031-1/+1
| | | | | | | hasn't been the maintainer for at least a year. Notes: svn path=/head/; revision=111784
* Stay consistent with dofs_md().Ruslan Ermilov2003-02-261-1/+1
| | | | Notes: svn path=/head/; revision=111544
* This took longer to test than expected:Poul-Henning Kamp2003-02-011-13/+9
| | | | | | | | | NODEVFS cleanup: don't bother with MAKEDEV. Look for /boot/boot first, and arrange disklabel arguments accordingly. Notes: svn path=/head/; revision=110208
* - Add mozilla to the package list since it would be nice to have a browserScott Long2003-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. Notes: svn path=/head/; revision=109287
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
| | | | | | | especially in troff files. Notes: svn path=/head/; revision=108533
* Move lang/perl5 from the "want to have on disc1" to the "sysinstallBruce A. Mah2002-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 Notes: svn path=/head/; revision=107713
* Add a script to create a manifest of the drivers.flp disk. ThisMurray Stokely2002-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 Notes: svn path=/head/; revision=107710
* We use .tbz packages in -CURRENT now.Murray Stokely2002-12-082-6/+6
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107681
* Make the following changes to the semi-automated package split:Bruce A. Mah2002-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) Notes: svn path=/head/; revision=107463
* Make GNOME 2 the default version of GNOME that goes on the disc1 packageBruce A. Mah2002-11-261-1/+1
| | | | | | | | | | set. Requested by: marcus Approved by: re (bmah) Notes: svn path=/head/; revision=107270
* Move lang/gnat from disc1 to disc3. (Possibly a moot point, since itBruce A. Mah2002-11-221-1/+1
| | | | | | | | | doesn't build on CURRENT at the moment.) Approved by: re (murray) Notes: svn path=/head/; revision=107170
* Explicitly add lang/perl5 to the disc1 packages. Practically speaking,Bruce A. Mah2002-11-151-0/+1
| | | | | | | | this is unnecessary, because some other port is likely to depend on it anyways. But just to be safe... Notes: svn path=/head/; revision=106959
* Make sure that we don't pick up installed packages on the host whenBruce A. Mah2002-11-141-0/+5
| | | | | | | | | we print dependencies (required by rev. 1.424 of ports/Mk/bsd.port.mk). Reviewed (and partially submitted) by: kris Notes: svn path=/head/; revision=106926
* Add Ian Freislich's excellent, BSD-licensed POP3 serverSheldon Hearn2002-11-111-0/+1
| | | | | | | | | (ports/mail/popd) to the list of packages that should appear on CDROM1. Approved by: re Notes: svn path=/head/; revision=106775
* Add the necessary tweaks for FreeBSD/ia64 releases. Note that this isMarcel Moolenaar2002-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. Notes: svn path=/head/; revision=106391
* We now use XFree86-4 packages rather than a special XFree86-3Murray Stokely2002-10-081-157/+0
| | | | | | | distribution, so this script is no longer needed. Notes: svn path=/head/; revision=104656
* Accomodate change in the output of "make package-depends" that cameBruce A. Mah2002-09-251-1/+1
| | | | | | | | with ports/Mk/bsd.ports.mk rev. 1.424. (It now prints the origin after the package name.) Notes: svn path=/head/; revision=103950
* Add a third floppy to releases. It will only be built if there is aJohn Hay2002-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 Notes: svn path=/head/; revision=101563
* Use the new docproj-jadetex port for disc#3. Previously, docproj wasMurray Stokely2002-08-061-1/+1
| | | | | | | not included in its entirety because JADETEX was not defined. Notes: svn path=/head/; revision=101419
* Check the run dependencies, not the build dependenciesBrian Somers2002-06-101-1/+1
| | | | | | | | Spotted by: steve Pointy hat: brian Notes: svn path=/head/; revision=98072
* A script to generate all of the packages/*/* symlinks described in the INDEXBrian Somers2002-06-061-0/+33
| | | | Notes: svn path=/head/; revision=97900
* A script to validate that the packages and dependencies listed inBrian Somers2002-06-061-0/+20
| | | | | | | the INDEX file exist. Notes: svn path=/head/; revision=97899
* MFS r1.1.2.18 - Include vim6 rather than vim5 on disc #1.Murray Stokely2002-05-281-1/+1
| | | | Notes: svn path=/head/; revision=97390
* Perl left src/.Ruslan Ermilov2002-05-252-10/+0
| | | | Notes: svn path=/head/; revision=97286
* Make these work with one-true-awk.Ruslan Ermilov2002-05-252-33/+46
| | | | | | | Spotted by: nyan Notes: svn path=/head/; revision=97269
* Convert Perl scripts to awk(1).Ruslan Ermilov2002-05-243-105/+146
| | | | Notes: svn path=/head/; revision=97239
* MFS: Switch to KDE 3 for the CDROMs.Will Andrews2002-05-201-1/+1
| | | | Notes: svn path=/head/; revision=96975