summaryrefslogtreecommitdiffstats
path: root/release/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add in a few extra documents built by the latest XFree86 3.x port.jhb2000-11-091-0/+4
|
* MFS: comment character and readability fixes.jkh2000-11-051-2/+2
|
* Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.hosokawa2000-10-313-0/+137
| | | | | | http://people.freebsd.org/~hosokawa/driver-floppy/ for details. Reviewed by: current@FreeBSD.org
* Do not include uscanner in the generated kernel config. Also, removen_hibma2000-10-251-0/+6
| | | | | | ugen, uhid, ulpt from small as well. Suggested by: obrien
* We were trying to dike out `apm0', but of course devices do not haveobrien2000-10-241-3/+3
| | | | | unit numbers in GENERIC any more. So `apm' was acutally being compiled in.
* Dike out more for the i386 release build: NCR SCSI card; anchient WDCobrien2000-10-241-0/+7
| | | | | | | | | | SCSI card (should it ever find its way into GENERIC); LPT (we don't need to print during install time); the parallel 'geek' port; generic USB driver (thus some attached USB devices will not be detected and thus the user may wonder what is going on, we couldn't do anything with the device if only ugen attached to it anyway and we are getting very, very low on available space; USB "Human Interface Devices" as we don't do anything with them during installation; and USB printers (same argument as LPT).
* Remove random from boot floppy on advice of Mark Murrayjkh2000-10-171-0/+3
|
* I don't think we'll ever take any input (or send output) to aobrien2000-10-151-0/+3
| | | | Diamond Rio 500 MP3 player during an installation.
OpenPOWER on IntegriCloud