| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
them with www/linux-netscape47-{communicator,navigator}.
|
|
|
|
| |
(See the latest INDEX)
|
|
|
|
| |
roll dists.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
this patch here until I can get the port fixed.
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
| |
collection.
MFC after: 3 days
|
| |
|
| |
|
|
|
|
| |
They are required by sysinstall's XFree86 desktop configuration menu.
|
| |
|
|
|
|
|
|
|
| |
A couple of renames are needed (disc 1):
print/xpdf -> graphics/xpdf
mail/pine -> mail/pine4
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
by default while SMPng is still being developed.
Submitted by: jhb
|
|
|
|
| |
[sub]string "ncr" in it) to the Alpha also.
|
|
|
|
|
|
| |
driver too because it had "ncr" in its comment.
Submitted by: joerg
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: andreas
|
|
|
|
|
| |
port conditional on the BUILD_XDIST variable.
- Define BUILD_XDIST=yes when compiling XFree86.
|
|
|
|
| |
better, put it back.
|
| |
|
|
|
|
| |
Submitted by: bde
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
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?)
|
|
|
|
| |
able to play a little Joe Satriani during installs :-)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
http://people.freebsd.org/~hosokawa/driver-floppy/ for details.
Reviewed by: current@FreeBSD.org
|
|
|
|
|
|
| |
ugen, uhid, ulpt from small as well.
Suggested by: obrien
|
|
|
|
|
| |
unit numbers in GENERIC any more. So `apm' was acutally being compiled
in.
|
|
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
Diamond Rio 500 MP3 player during an installation.
|