summaryrefslogtreecommitdiffstats
path: root/release/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Don't print out 0xaa55 at the end of a vnconfig disk and use thejhb2002-01-161-4/+1
| | | | "canonical" disk name when calling disklabel so that disklabel auto works.
* Backout previious change - package built on bento is called sawfish-gnome,sobomax2002-01-091-1/+1
| | | | | | but the port is still x11-wm/sawfish, not x11-wm/sawfish-gnome. Shame on: sobomax
* Safwish package built on bento is called `sawfish-gnome', so adjust sysinstallsobomax2002-01-091-1/+1
| | | | | | | and print-cdrom-packages.sh accordingly. Revealed by: re MFC after: 1 day
* Add exim to the list of packages that's guaranteed to be on the firstsheldonh2002-01-071-0/+1
| | | | | | CDROM. Approved by: steve
* - Remove the -T from the 4.x newfs as well.jhb2001-11-201-5/+2
| | | | | | | | - Don't write out 0xaa55 to the end of the filesystem as md(4) doesn't generate that warning and it breaks 'disklabel mdX auto'. - Use the 'canonical' disk name mdX instead of /dev/mdX to disklabel so we can use disklabel auto for mfsroot filesizes that aren't a standard size in /etc/disktab.
* The -T argument to newfs is only needed if teh disk isn't already labeled.jhb2001-11-201-1/+1
| | | | Since we run disklabel before newfs, this doesn't apply in this case.
* Use the md device not olny a version of the system is 5 but 5 and over.nyan2001-11-161-3/+3
| | | | | Requested by: matusita MFC after: 1 day
* Use the vn driver on a stable system.nyan2001-11-151-3/+70
|
* Replace print/ghostscript6-nox11 with print/ghostscript-gnu-nox11.knu2001-09-111-1/+1
|
* All of this is now committed to the XFree86 port.jhb2001-09-061-52/+0
|
* Add sysutils/portupgrade to CD-ROM #1. (+1.5MB)knu2001-09-051-0/+1
|
* - Add some diagnostic echos of status of each stage.jhb2001-09-041-0/+6
|
* Because www/netscape47-{communicator,navigator} are forbidden, replaceknu2001-09-041-2/+2
| | | | them with www/linux-netscape47-{communicator,navigator}.
* archivers/bzip2 is no longer a VERY common build dependency.knu2001-09-041-1/+0
| | | | (See the latest INDEX)
* Axe all the plists and supporting scripts to manage them and use them tojhb2001-08-3054-5384/+0
| | | | roll dists.
* Overhaul this script a bit:jhb2001-08-301-20/+107
| | | | | | | | | | | | | | | | | | - build_x.sh now does all the steps to build an X dist rather than being a child script of package_x_dists.sh - Update the usage information to list the ports you need to install before running this script as well as needing to set CVSROOT. - Make sure CVSROOT is set. If not, exit with an error. - We now take two parameters: a work directory and an output directory. The work directory is used as scratch space. All of the bindist will end up in the output directory. - Only apply XF86.patch to the checked out XFree86 port if it exists. - Use XFree86's build-bindist tool to package up the dists using their distfiles rather than using our own packing lists that have to be manually updated each time the port changes. Example usage: env CVSROOT=/home/ncvs ./build_x.sh /usr/xtmp /usr/x11dists
* The current XFree86 port needs some help in the BUILD_XDIST case. Commitjhb2001-08-301-0/+52
| | | | this patch here until I can get the port fixed.
* Misc. changes:olgeni2001-08-231-1/+5
| | | | | | | | * Rename cvsup-bin to cvsup (cvsup-bin does not exist anymore). * Add the net/rsync port to the CDROM packages. * Add the misc/compat* ports. Approved by: jkh
* This has been repo copied to src/release/${MACHINE_ARCH}/dokern.shobrien2001-07-211-177/+0
|
* Port "x11-fonts/XFree86-4-fontLatin2" has been removed from the portsolgeni2001-06-151-1/+0
| | | | | | collection. MFC after: 3 days
* MFS: Add vim-lite and netscape47-navigator.olgeni2001-05-271-0/+2
|
* Sort the package lists to make tracking changes easier. No functional changes.olgeni2001-05-221-31/+31
|
* MFS: Add sawfish and windowmaker (1.1.2.2 -> 1.1.2.3)olgeni2001-04-301-0/+2
| | | | They are required by sysinstall's XFree86 desktop configuration menu.
* Fix typo in comment: dependancies -> dependenciesolgeni2001-04-301-1/+1
|
* Some ports have been renamed after this script has been created.olgeni2001-04-271-2/+2
| | | | | | | A couple of renames are needed (disc 1): print/xpdf -> graphics/xpdf mail/pine -> mail/pine4
* - Add some environment variables that need to be present when using packagessteve2001-04-251-8/+13
| | | | | | | | | | | | from the build cluster. These are required to get the dependencies the same as the parallel builds. - Add an optional second argument that allows you to specific an alternate ports directory. - Remove the temporary file after we are done with it. - Remove ksh93 because it won't make it on the discs until the license issues are resolved. Approved by: jkh
* Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)obrien2001-04-151-0/+15
| | | | | | by default while SMPng is still being developed. Submitted by: jhb
* Apply rev 1.48 (only dike out the `ncr' driver, not every line with theobrien2001-04-151-1/+1
| | | | [sub]string "ncr" in it) to the Alpha also.
* *sigh*... when trying to dike out the `ncr' driver, I was getting the `sym'obrien2001-04-141-1/+1
| | | | | | driver too because it had "ncr" in its comment. Submitted by: joerg
* NOBLOCKRANDOM doesn't exist anymore as a kernel option.jhb2001-04-101-1/+0
|
* Add FreeBSD IDs to some files and make the others consistent in style.obrien2001-04-0830-7/+84
|
* Reorder the Alpha cut-out list to match the order in the GENERIC kernel.obrien2001-04-071-17/+18
|
* Add apsfilter to "important package" set.jkh2001-03-241-0/+5
| | | | Submitted by: andreas
* - XF86.patch is no longer needed as it is all checked into the XFree86jhb2001-03-222-98/+4
| | | | | port conditional on the BUILD_XDIST variable. - Define BUILD_XDIST=yes when compiling XFree86.
* Until this is *truly* unused (sorry Steve) and replaced by somethingjkh2001-03-211-0/+137
| | | | better, put it back.
* Everyone that has commented seems to agree `-m 0' will cause no problems.obrien2001-03-101-1/+1
|
* Remove tunefs'ing that was OBE by rev 1.30.obrien2001-03-091-1/+0
| | | | Submitted by: bde
* newfs with `-m 1'obrien2001-03-091-1/+1
| | | | | | | | | | | | | | | This is needed even with `-o space' as the kernel decides to be "helpful" and not really do space optimization. Looking at src/sys/ufs/ffs/ffs_alloc.c we see why: if (fs->fs_minfree <= 5 || fs->fs_cstotal.cs_nffree > (off_t)fs->fs_dsize * fs->fs_minfree / (2 * 100)) break; log(LOG_NOTICE, "%s: optimization changed from SPACE to TIME\n" I have picked `1' vs. `0' just incase some code somewhere has the assumption the %free can never be `0'. Helped with understanding why -m 1 made a different: imp
* SMALL floppy image require miibus device.nyan2001-03-061-1/+0
|
* Remove the parts of the patch that was committed to the XFree86 port.obrien2001-02-181-496/+0
|
* Default the plist dir as we know where it is relative to us.obrien2001-02-111-19/+9
|
* Minor comment & doc tweak.obrien2001-02-111-2/+4
|
* Use mdconfig/md instead of vn.phk2001-01-311-23/+24
|
* The Alpha MFSROOT image runth over.obrien2000-11-271-0/+7
| | | | | | | | | | | | | | Dike out support for DEC3000/300* Pelic* and the DEC3000/[4-9]00 Flamingo/Sandpiper families, SLIP, lance Ethernet (especially since `le' based Alphas are diked out now too), POSIX P1003_1B real-time extentions, and last but not least "NOBLOCKRANDOM" since the random device is removed. This lets us fit [barely!]: Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted /dev/vnn0c 1407 1386 21 99% 6 24 20% /mnt *** Filesystem is 1440 K, 21 left *** 80000 bytes/inode, 24 left Created /R/stage/floppies/kern.flp
* Using `r'aw device name is out of vogue now.obrien2000-11-271-8/+6
|
* Sync with sys/i386/conf/GENERIC rev 1.291.obrien2000-11-151-0/+3
| | | | | | Remove `pmtimer' from the MFSROOT kernel as `apm' is already removed. `pmtimer' also removed from the Alpha kernel incase it ever winds up there. (could it ever?)
* Don't put pcm device on boot floppies (yet - it would be kinda nice to bejkh2000-11-141-0/+3
| | | | able to play a little Joe Satriani during installs :-)
* Create the various required directories if they don't exist.obrien2000-11-111-0/+10
|
* Update this patch to apply to the latest XFree86 3.x port.jhb2000-11-091-67/+70
|
* Correct some old comments.jhb2000-11-091-4/+2
|
OpenPOWER on IntegriCloud