summaryrefslogtreecommitdiffstats
path: root/release/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Due to space constraints, use gnome2-lite for i386 and gnome2 for everythingscottl2004-10-231-1/+6
| | | | else. Also add ltmdm to i386 by popular request.
* Seperate ia64 from the pack. The disc1 is overflowing to such extendmarcel2004-10-221-85/+96
| | | | | | | that most packages can not be included. It's much easier to list those that we do want on disc1 for ia64. We only need to list 11 of them. Apply proper indentation for better readability.
* Fix typo in rev. 1.58 (missing $) that invalidated the conditional andmarcel2004-10-171-1/+1
| | | | caused freebsd-update to be added to the ia64 package list.
* The print/acroread4 port seems to be gone. acroread5 doesn't run onkensmith2004-10-031-3/+0
| | | | | | | Alpha so that leaves acroread (3). Users are probably better off with xpdf so just drop acroread completely. MFC after: 3 days
* Don't put devel/gdb6 on disc1 for non-i386 platforms. We have gdb6 inmarcel2004-09-261-3/+0
| | | | | | the base-system. Adding the port for ia64 on disc1 is especially bogus, because the port doesn't even build on ia64. It also doesn't support libthread_db.
* Start the de-orbital burn of our previous FreeBSD version compat libsobrien2004-08-296-66/+0
| | | | | | living in usr/src. We need to use them from ports to record dependencies. Discussed with: re(scottl)
* Fixed the shell arithmetic to work with 4.x /bin/sh.ru2004-08-261-1/+1
| | | | Tested by: make release of HEAD on 4.10-STABLE
* Back out v1.57, the underlying problem that caused a delay betweenkensmith2004-08-251-2/+0
| | | | mdconfig and the device name appearing in /dev seems to be fixed.
* Allow MFS images to be built without a disklabel for releasesgrehan2004-08-181-4/+8
| | | | | | | that don't require one i.e. PPC. Reviewed by: ru Submitted by: ssouhlal
* Remove misc/screen, which is not packageable.kris2004-08-151-1/+0
|
* 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
* Looks like the x.org manuals are in x11/xorg-manpages, not x11/xorg-manuals.kensmith2004-08-081-1/+1
|
* 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.
* 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
* Update for conversion to X.Org as default X in -current.anholt2004-08-041-16/+17
| | | | Requested by: scottl
* 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
* Added "rescue".ru2004-05-201-2/+2
| | | | Submitted by: Kent Hauser <kent.hauser@verizon.net>
* 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
OpenPOWER on IntegriCloud