summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2002-11-10Make this LKM load again under NetBSD 1.6K and newer. The patch wastron3-11/+27
supplied by Stephen Ma in PR pkg/18925. Bump the package revision to reflect this change.
2002-11-10fix MAINTAINER= Name <email> to only include email address.grant2-4/+4
2002-11-07Make this build on NetBSD 1.6K (new, separate read and write diskfredb3-3/+36
stats), set OSVERSION_SPECIFIC, and bump PKGREVISION.
2002-10-29update to 1.1.7drochner6-27/+64
relevant changes: -can now copy cds with just one drive -Added switch to enable the overburn mode -Added selection of the sub-channel reading mode -Fixes
2002-10-29update to 1.1.7drochner4-22/+46
-relevant changes: -Added sub-channel writing for the 'generic-mmc' and 'generic-mmc-raw' driver. Currently only the R-W sub-channels can be written. -Added sub-channel reading support for the generic-mmc(-raw) driver. -Added automatic check for support sub-channel reading modes to the 'generic-mmc(-raw)' driver. -Default blanking mode is now 'minimal' -Updated paranoia libraries -Cue parser accepts spaces and '\' characters -Updated scsilib -Fixes -USE_BUILDLINK2
2002-10-28Move mousetar to archiversagc1-2/+1
2002-10-28Move mousetar to archivers.agc5-58/+0
2002-10-27Backout previous.martin2-24/+15
Casting NULL to (void*) for variadic functions of course does not make any difference on 64 bit platforms - as long as a valid prototype has been seen, which is the case here - io.c includes unistd.h.
2002-10-26According to Avon Barksdale <avon@flatlet.net>, the casting of NULL to (void *)frueauf2-15/+24
in the execl call is to make sure it is 64 bit on 64 bit archs. Not verified by myself since I have no 64bit arch to test on. Patch provided in private email.
2002-10-26Update to fileutils-4.1.11.grant3-34/+42
Changes since 4.1.8 include: * miscellaneous bug fixes * additional dircolors entries * documentation fixes See the ChangeLog for the full list of changes.
2002-10-25Clean up a bit. Only installs shell scripts, so USE_X11 and amanda-common'swiz1-3/+1
buildlink2.mk are not needed.
2002-10-25Convert to buildlink2. Actually, pretty easy when one considers it only ↵wiz1-3/+2
installs shell scripts. While here, remove USE_X11, since it has no point for shell scripts.
2002-10-25Convert to buildlink2.wiz1-4/+3
2002-10-25Convert to buildlink2.wiz2-5/+6
2002-10-25Convert to buildlink2.wiz1-5/+6
Remove dependency on readline -- it does not get used, contrary to what a comment (which has now been annotated) here says.
2002-10-25Slight cleanups.wiz1-8/+3
2002-10-25Add buildlink2.mk.wiz1-0/+20
2002-10-25Convert to buildlink2.wiz1-4/+5
Remove dependency on readline -- it does not get used, contrary to what a comment (which has now been annotated) here says.
2002-10-25Add buildlink2.mk.wiz1-0/+27
2002-10-25buildlink1 -> buildlink2.wiz1-11/+11
2002-10-23Convert to buildlink2. Thanks to Johnny Lam for a hint on why it did not work.wiz3-18/+26
2002-10-23buildlink1 -> buildlink2.wiz1-3/+4
2002-10-23Don't define BOOL_DEFINED for SunOS, otherwise rpcsvc/yp_prot.h breaks.bouyer2-3/+9
2002-10-23Don't define BOOL_DEFINED for SunOS, otherwise rpcsvc/yp_prot.h breaks.bouyer1-4/+14
2002-10-22Install catted man pages with proper suffix. Bump PKGREVISION to 4.1nb1.wiz6-18/+84
Closes PR 18758.
2002-10-21Convert to buildlink2.wiz3-15/+13
2002-10-21Convert to buildlink2.wiz1-3/+4
2002-10-21Convert to buildlink2.wiz2-4/+6
2002-10-20honour PKG_SYSCONFDIR.grant2-2/+4
fixes pkg/18530 from Hauke Fath <hf@tangro.de>.
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh4-8/+8
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-17Do the previous *after* engaging brain.agc1-3/+3
2002-10-17Enable this package on NetBSD-1.6 and above as well as NetBSD-1.5agc1-2/+2
2002-10-16Add and enable mousetaragc1-1/+2
2002-10-16Initial import of mousetar-20020202 into the NetBSD packages collection.agc5-0/+58
Quoting from http://mail-index.netbsd.org/tech-userlevel/2002/10/16/0000.html "I've written a tar that owes nothing to anything else. It's in the public domain and hence is free for NetBSD to steal, anything from lifting it verbatim to swiping ideas from. It doesn't currently have anything like --fast-read; that hadn't occurred to me. Now that it's been pointed out, I'll be adding it; I think it's a valuable addition, whether or not NetBSD wants my tar."
2002-10-16Switch glib2 from PTL2 to pth.rh2-6/+4
Introduce USE_PTL2 so that PTL2 can still be used as an alternative (e.g. for debugging). Only include ptl2/buildlink2.mk if USE_PTL2 is set and no native threads are available. Bump PKGREVISIONS.
2002-10-15Add and enable rdiff-backupagc1-1/+2
2002-10-15Initial import of rdiff-backup-0.10.1 into the NetBSD Packages Collection.agc6-0/+147
Provided in PR 18577 by David.S at idiom dot com, some modifications by me to use buildlink2 files, and to specify the correct version of python required. Rdiff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. Rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership (if it is running as root), and modification times. Finally, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted.
2002-10-14Fix build problem on systems where the NetBSD source tree is not intron1-1/+2
"/usr/src" as suggested by Julio Merino in PR pkg/18485.
2002-10-13buildlink1 -> buildlink2.wiz3-16/+8
2002-10-13buildlink1 -> buildlink2.wiz1-2/+3
2002-10-12Upgrade lsof pkg to 4.65. Notable changes from 00DIST are:atatat3-42/+5
... Enabled compiling of lsof for NetBSD 1.5 with the NULL file system, using a patch from Andrew Brown <atatat@atatdot.net>. ... Applied a patch, supplied by Andrew Brown <atatat@atatdot.net>, that updates lsof for NetBSD version 1.6.6. Corrected handling of the NetBSD nullfs. ... This obsoletes patch-ab. Again. :)
2002-10-09Unused.wiz1-38/+0
2002-10-09Slight improvement to last.wiz1-2/+2
2002-10-09buildlink1 -> buildlink2.wiz1-3/+4
2002-10-09Unused.wiz1-34/+0
2002-10-09Add buildlink2.mk.wiz1-0/+22
2002-10-08Use PKGLOCALEDIR instead of homebrew stuff.wiz4-19/+21
Also patch out useless autoheader call, thus solving PR 18587.
2002-10-08buildlink1 -> buildlink2jlam1-3/+5
2002-10-08Unused.wiz1-61/+0
2002-10-08Enable on *-*-i[3456]86, so we can install on Linuxabs1-2/+2