summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2004-01-31Update gpart to 0.1h, provided by ISIHARA Takanori in PR pkg/24263.xtraeme3-12/+12
Changes: * New support for the following filesystems: BeOS, QNX 4.x & SGI XFS. * Updated Reiser filesystem support (Francis Devereux). * Updated LVM support. * Several small fixes from contributors.
2004-01-29Update grub to 0.94:jmmv12-478/+22
* Support building on x86-64 with gcc -m32. * Use a BIOS call to turn on/off Gate A20. This should solve various problems related to Gate A20 in modern BIOSes. * Add a workaround for buggy BIOSes (notably HP Vectra series) which don't pass the boot drive correctly. * Display "GNU GRUB" instead of "GRUB" in the menu. * Add support for QNX RTP into the grub shell. * Add support for the initrd max address of a kernel header in Linux. * Support 32 bit and 64 bit dev_t. * Add support for an install device in GRUB's notation with no parenthesis (e.g. grub-install hd0). * Improve the manual a lot. While here, add a new build definition, GRUB_PRESET_COMMAND, which can be set to a single command that will be embedded in grub's stage2 and executed during bootup (useful for automated diskless setups). Also make use of BUILD_DEFS properly. And pick up maintainership, as requested by tron@.
2004-01-29Simplify previous.xtraeme1-5/+2
2004-01-29Don't link to libossaudio on !NetBSD platforms.xtraeme1-1/+3
2004-01-28bl3ify; fixes build on Solaris with SunPro.grant1-1/+4
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-26Fix path to mjpegtools; moved to the multimedia category.jmmv1-2/+2
2004-01-26Fix path to mplayer (now in the multimedia category).jmmv1-2/+2
2004-01-24Upgrade to 1.14:kim2-5/+5
- handle proftpd - handle new NetBSD-current messages - handle ntpd v4
2004-01-24Upgrade to 1.1.0:kim3-13/+12
- numerous fixes to correctly parse logs from non-ancient versions of Postfix - see http://jimsun.linxnet.com/downloads/ChangeLog-1.1.0
2004-01-24Solve the problem with the missing memcpy differentlymrauch6-22/+66
(Forward patch from the fix that finally went into grub's CVS) The old way had problems finding disks and formatting curses output properly. Fixes PR pkg/24214.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant40-80/+80
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv20-37/+40
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22Bump PKGREVISION due to librsvg2 and swfdec updates.jmmv1-2/+2
2004-01-21+fastfsgrant1-1/+2
2004-01-21Initial import of fastfs into the NetBSD packages collection.grant4-0/+36
fastfs turns on/off delayed I/O on a filesystem. It is intended for use with restore(8) to speed up full filesystem restores as much as 500%.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc50-100/+107
2004-01-20Actually, since we want to use perl5/buildlink3.mk, this package does needjlam1-2/+2
to set USE_BUILDLINK3=yes.
2004-01-20This package never invokes the toolchain so it doesn't need buildlink[23].jlam1-4/+5
Define NO_BUILDLINK to signify this to bsd.pkg.mk. Also, note that this package trivailly supports pkgviews.
2004-01-17Actually, since we can, let's use the .bz2 fileatatat2-4/+5
2004-01-17Upgrade to lsof version 4.70. Changes related to or affecting NetBSDatatat4-251/+5
(or pkgsrc) from the 00DIST file: 4.70 January 16, 2004 ... Added bz2 compression. ... Improved handling of parameters after "-i@". ... With help from Andrew Brown <atatat@atatdot.net> and John Heasley <heas@netbsd.org> added log-structured file system (LFS) support for NetBSD and OpenBSD.
2004-01-17Don't install (g)su with the setuid bit on NetBSD, FreeBSD and OpenBSD.recht2-2/+16
Bump PKGREVISION.
2004-01-15Remove patch-ac here too, since it was removed during the last update.wiz1-2/+1
2004-01-14Remove some more (not yet even buildlinked) KDE1 packages,wiz9-275/+1
since KDE1 has been removed. Noted by agc.
2004-01-13Add LFS support to lsof. Bump PKGREVISION to 1, making this 4.69nb1.atatat4-2/+248
This patch will be included in the next lsof release.
2004-01-12Updated dvdrip to 0.50.16martti2-6/+5
If you have Perl 5.8.1 you *need* this release. Older versions of dvd::rip do not work with Perl 5.8.1. * Features - New checkbox "Reuse log" for 2-pass encoding on the Transcode tab. Once activated an existent 2-pass logfile will be reused resp. pass 1 is skipped. This way you can continue a 2-pass transcoding if the 2nd pass went wrong for some reason. Long awaited feature requested by many users, including myself ;) - Workaround for transcode filters which declare options multiple times (as the unsharp filter in transcode 0.6.10). Reported by Fabio Russo. * Bugfixes
2004-01-12Remove unnecessary blank lines.cjep1-2/+1
2004-01-10Remove KDE1 packages (and dependencies) from pkgsrc, since the KDEwiz16-346/+1
authors have dropped support for it and have not been backporting security fixes. As proposed on tech-pkg numerous times (last one: Dec 27 2003).
2004-01-08Updated XFce to 4.0.3martti10-25/+21
- Leak in window manager's pixmap management - Various file manager fixes - Translation updates - Support for KDE system tray was added
2004-01-07From the log for rev. 1.1260 of bsd.pkg.mk:jlam1-2/+2
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
2004-01-05bl3ifyjlam5-16/+30
2004-01-05Minimum version of esound required is 0.2.27 not 2.4.1 (Hi Jeremy!).xtraeme1-2/+2
This closes PR pkg/23984 by Min Sik Kim.
2004-01-04Bump revision due to librsvg2 update (libcroco added as a dependancy).jmmv2-4/+4
2004-01-03Bump package revisions for tiff update.reed52-96/+105
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-02Multiline strings -> Single line strings. Fixes build on -current.cjep2-1/+41
2004-01-01Add file missing from yesterday's commit.gavan1-0/+13
#undef truncate and tell in appropriate places. Workaround for Solaris redefining them in unistd.h. Also reorder two includes to allow building on Solaris.
2003-12-31Add a patch (based on one from FreeBSD) to display removable mediaxtraeme2-6/+319
(and network mounts) automatically.
2003-12-30Add trailing / to HOMEPAGEscjep2-4/+4
2003-12-30Whitespace fixescjep1-2/+2
2003-12-30#undef truncate and tell in appropriate places. Workaround for Solarisgavan5-1/+66
redefining them in unistd.h. Also reorder two includes to allow building on Solaris.
2003-12-30Ensure configure script knows about iconv if necessary.gavan1-2/+7
2003-12-29Fix typo in previous.wiz1-2/+2
2003-12-29Add and enable apotheke.xtraeme1-1/+2
2003-12-29Initial import of apotheke-0.2, via pkgsrc-wip.xtraeme5-0/+56
Apotheke is a separate Nautilus view, which gives you detailed information about CVS managed directories.
2003-12-29Correct path to devel/pkgconfig/buildlink2.mk.kristerw1-2/+2
2003-12-29Add and enable gnome2-system-monitor.xtraeme1-1/+2
2003-12-29Initial import of gnome2-system-monitor 2.4.0 via pkgsrc-wip.xtraeme5-0/+142
This is the GNOME 2 system monitor program.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv2-2/+4
( We really need non-recursive dependancies... *sigh* )
2003-12-28Do not use fam. This solves *lots* of lockups in nautilus (finally!) andjmmv4-6/+26
probably other applications using gnome-vfs2 (yeah, it removes some minor functionality... but until it's solved, this is better than nothing). Bump PKGREVISION to 1. Found by xtraeme@ with help from marcus@freebsd.
2003-12-28Explicitly include pkg-config's buidlink2.mk file.jmmv1-1/+2